Documents > BPS V2 C++ API
BpsCronEdit Class Reference

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

CRON schedule editor.

bpscronedit.png

Constructor & Destructor Documentation

BpsCronEdit::BpsCronEdit ( QWidget *  aParent = 0)
Parameters:
[in]aParentThe 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]aCronTextThe new CRON schedule record as string.
void BpsCronEdit::setCronText ( const QString &  aCronText) [slot]

Set the current CRON schedule text.

Parameters:
[in]aCronTextThe new text to set.

The documentation for this class was generated from the following file: