CRON schedule editor.
More...
#include <bpscronedit.h>
List of all members.
Public Slots |
| void | setCronText (const QString &aCronText) |
| | Set the current CRON schedule text.
|
Signals |
| void | cronTextChanged (const QString &aCronText) |
| | This signal is emitted when the cron schedule is modified.
|
Public Member Functions |
| | BpsCronEdit (QWidget *aParent=0) |
| QString | cronText () const |
Detailed Description
Constructor & Destructor Documentation
| BpsCronEdit::BpsCronEdit |
( |
QWidget * |
aParent = 0 | ) |
|
- Parameters:
-
| [in] | aParent | The parent widget. |
Member Function Documentation
| QString BpsCronEdit::cronText |
( |
| ) |
const |
- Returns:
- The current CRON schedule text.
| void BpsCronEdit::cronTextChanged |
( |
const QString & |
aCronText | ) |
[signal] |
This signal is emitted when the cron schedule is modified.
- Parameters:
-
| [in] | aCronText | The new CRON schedule record as string. |
| void BpsCronEdit::setCronText |
( |
const QString & |
aCronText | ) |
[slot] |
Set the current CRON schedule text.
- Parameters:
-
| [in] | aCronText | The new text to set. |
The documentation for this class was generated from the following file: