kalarm
#include <editdlgtypes.h>
Public Member Functions | |
EditDisplayAlarmDlg (bool Template, QWidget *parent=0, GetResourceType=RES_PROMPT) | |
EditDisplayAlarmDlg (bool Template, const KAEvent *, bool newAlarm, QWidget *parent=0, GetResourceType=RES_PROMPT, bool readOnly=false) | |
virtual Reminder * | createReminder (QWidget *parent) |
virtual void | setAction (KAEvent::SubAction, const AlarmText &=AlarmText()) |
void | setAudio (Preferences::SoundType, const QString &file=QString(), float volume=-1, int repeatPause=-1) |
void | setAutoClose (bool) |
void | setBgColour (const QColor &) |
void | setConfirmAck (bool) |
void | setFgColour (const QColor &) |
void | setReminder (int minutes, bool onceOnly) |
Public Member Functions inherited from EditAlarmDlg | |
virtual | ~EditAlarmDlg () |
bool | getEvent (KAEvent &, AlarmResource *&) |
void | setLateCancel (int minutes) |
void | setRecurrence (const KARecurrence &, int subRepeatInterval, int subRepeatCount) |
void | setRepeatAtLogin () |
void | setShowInKOrganizer (bool) |
void | setTime (const DateTime &) |
virtual QSize | sizeHint () const |
Static Public Member Functions | |
static CheckBox * | createConfirmAckCheckbox (QWidget *parent) |
static QString | i18n_chk_ConfirmAck () |
Static Public Member Functions inherited from EditAlarmDlg | |
static EditAlarmDlg * | create (bool Template, Type, QWidget *parent=0, GetResourceType=RES_PROMPT) |
static EditAlarmDlg * | create (bool Template, const KAEvent *, bool newAlarm, QWidget *parent=0, GetResourceType=RES_PROMPT, bool readOnly=false) |
static QString | i18n_chk_ShowInKOrganizer () |
Protected Member Functions | |
virtual bool | checkText (QString &result, bool showErrorMessage=true) const |
virtual KAEvent::Flags | getAlarmFlags () const |
virtual void | saveState (const KAEvent *) |
virtual void | setReadOnly (bool readOnly) |
virtual QString | type_caption () const |
virtual CheckBox * | type_createConfirmAckCheckbox (QWidget *parent) |
virtual void | type_init (QWidget *parent, QVBoxLayout *frameLayout) |
virtual void | type_initValues (const KAEvent *) |
virtual void | type_setEvent (KAEvent &, const KDateTime &, const QString &text, int lateCancel, bool trial) |
virtual void | type_showOptions (bool more) |
virtual bool | type_stateChanged () const |
virtual bool | type_validate (bool trial) |
Protected Member Functions inherited from EditAlarmDlg | |
EditAlarmDlg (bool Template, KAEvent::SubAction, QWidget *parent=0, GetResourceType=RES_PROMPT) | |
EditAlarmDlg (bool Template, const KAEvent *, bool newAlarm, QWidget *parent=0, GetResourceType=RES_PROMPT, bool readOnly=false) | |
virtual void | closeEvent (QCloseEvent *) |
bool | dateOnly () const |
void | init (const KAEvent *event) |
bool | isNewAlarm () const |
bool | isTemplate () const |
bool | isTimedRecurrence () const |
LateCancelSelector * | lateCancel () const |
Reminder * | reminder () const |
virtual void | resizeEvent (QResizeEvent *) |
virtual void | showEvent (QShowEvent *) |
bool | showingMore () const |
void | showMainPage () |
virtual void | type_aboutToTry () |
virtual void | type_executedTry (const QString &text, void *obj) |
Additional Inherited Members | |
Public Types inherited from EditAlarmDlg | |
enum | GetResourceType { RES_PROMPT, RES_USE_EVENT_ID, RES_IGNORE } |
enum | Type { NO_TYPE, DISPLAY, COMMAND, EMAIL, AUDIO } |
Protected Slots inherited from EditAlarmDlg | |
void | contentsChanged () |
virtual void | slotButtonClicked (int button) |
virtual void | slotDefault () |
virtual void | slotHelp () |
virtual void | slotTry () |
Protected Attributes inherited from EditAlarmDlg | |
KAEvent::SubAction | mAlarmType |
Detailed Description
Definition at line 57 of file editdlgtypes.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 118 of file editdlgtypes.cpp.
EditDisplayAlarmDlg::EditDisplayAlarmDlg | ( | bool | Template, |
const KAEvent * | event, | ||
bool | newAlarm, | ||
QWidget * | parent = 0 , |
||
GetResourceType | getResource = RES_PROMPT , |
||
bool | readOnly = false |
||
) |
Definition at line 128 of file editdlgtypes.cpp.
Member Function Documentation
|
protectedvirtual |
Implements EditAlarmDlg.
Definition at line 673 of file editdlgtypes.cpp.
Definition at line 271 of file editdlgtypes.cpp.
Reimplemented from EditAlarmDlg.
Definition at line 259 of file editdlgtypes.cpp.
|
protectedvirtual |
Reimplemented from EditAlarmDlg.
Definition at line 586 of file editdlgtypes.cpp.
|
static |
Definition at line 108 of file editdlgtypes.cpp.
|
protectedvirtual |
Implements EditAlarmDlg.
Definition at line 482 of file editdlgtypes.cpp.
|
virtual |
Implements EditAlarmDlg.
Definition at line 401 of file editdlgtypes.cpp.
void EditDisplayAlarmDlg::setAudio | ( | Preferences::SoundType | type, |
const QString & | file = QString() , |
||
float | volume = -1 , |
||
int | repeatPause = -1 |
||
) |
Definition at line 446 of file editdlgtypes.cpp.
void EditDisplayAlarmDlg::setAutoClose | ( | bool | close | ) |
Definition at line 442 of file editdlgtypes.cpp.
void EditDisplayAlarmDlg::setBgColour | ( | const QColor & | colour | ) |
Definition at line 428 of file editdlgtypes.cpp.
void EditDisplayAlarmDlg::setConfirmAck | ( | bool | confirm | ) |
Definition at line 438 of file editdlgtypes.cpp.
void EditDisplayAlarmDlg::setFgColour | ( | const QColor & | colour | ) |
Definition at line 433 of file editdlgtypes.cpp.
|
protectedvirtual |
Implements EditAlarmDlg.
Definition at line 460 of file editdlgtypes.cpp.
void EditDisplayAlarmDlg::setReminder | ( | int | minutes, |
bool | onceOnly | ||
) |
Definition at line 450 of file editdlgtypes.cpp.
|
protectedvirtual |
Implements EditAlarmDlg.
Definition at line 142 of file editdlgtypes.cpp.
|
inlineprotectedvirtual |
Reimplemented from EditAlarmDlg.
Definition at line 92 of file editdlgtypes.h.
|
protectedvirtual |
Implements EditAlarmDlg.
Definition at line 151 of file editdlgtypes.cpp.
|
protectedvirtual |
Implements EditAlarmDlg.
Definition at line 281 of file editdlgtypes.cpp.
|
protectedvirtual |
Implements EditAlarmDlg.
Definition at line 554 of file editdlgtypes.cpp.
|
protectedvirtual |
Implements EditAlarmDlg.
Definition at line 366 of file editdlgtypes.cpp.
|
protectedvirtual |
Implements EditAlarmDlg.
Definition at line 512 of file editdlgtypes.cpp.
|
inlineprotectedvirtual |
Implements EditAlarmDlg.
Definition at line 91 of file editdlgtypes.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.