kalarm
#include <editdlg.h>
|
| 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 bool | checkText (QString &result, bool showErrorMessage=true) const =0 |
|
virtual void | closeEvent (QCloseEvent *) |
|
virtual Reminder * | createReminder (QWidget *parent) |
|
bool | dateOnly () const |
|
virtual KAEvent::Flags | getAlarmFlags () 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 | saveState (const KAEvent *)=0 |
|
virtual void | setReadOnly (bool readOnly)=0 |
|
virtual void | showEvent (QShowEvent *) |
|
bool | showingMore () const |
|
void | showMainPage () |
|
virtual void | type_aboutToTry () |
|
virtual QString | type_caption () const =0 |
|
virtual CheckBox * | type_createConfirmAckCheckbox (QWidget *parent) |
|
virtual void | type_executedTry (const QString &text, void *obj) |
|
virtual void | type_init (QWidget *parent, QVBoxLayout *frameLayout)=0 |
|
virtual void | type_initValues (const KAEvent *)=0 |
|
virtual void | type_setEvent (KAEvent &, const KDateTime &, const QString &text, int lateCancel, bool trial)=0 |
|
virtual void | type_showOptions (bool more)=0 |
|
virtual bool | type_stateChanged () const =0 |
|
virtual bool | type_validate (bool trial)=0 |
|
Definition at line 61 of file editdlg.h.
Enumerator |
---|
RES_PROMPT |
|
RES_USE_EVENT_ID |
|
RES_IGNORE |
|
Definition at line 66 of file editdlg.h.
Enumerator |
---|
NO_TYPE |
|
DISPLAY |
|
COMMAND |
|
EMAIL |
|
AUDIO |
|
Definition at line 65 of file editdlg.h.
EditAlarmDlg::~EditAlarmDlg |
( |
| ) |
|
|
virtual |
EditAlarmDlg::EditAlarmDlg |
( |
bool |
Template, |
|
|
const KAEvent * |
event, |
|
|
bool |
newAlarm, |
|
|
QWidget * |
parent = 0 , |
|
|
GetResourceType |
getResource = RES_PROMPT , |
|
|
bool |
readOnly = false |
|
) |
| |
|
protected |
virtual bool EditAlarmDlg::checkText |
( |
QString & |
result, |
|
|
bool |
showErrorMessage = true |
|
) |
| const |
|
protectedpure virtual |
void EditAlarmDlg::closeEvent |
( |
QCloseEvent * |
ce | ) |
|
|
protectedvirtual |
void EditAlarmDlg::contentsChanged |
( |
| ) |
|
|
protectedslot |
bool EditAlarmDlg::dateOnly |
( |
| ) |
const |
|
protected |
KAEvent::Flags EditAlarmDlg::getAlarmFlags |
( |
| ) |
const |
|
protectedvirtual |
bool EditAlarmDlg::getEvent |
( |
KAEvent & |
event, |
|
|
AlarmResource *& |
resource |
|
) |
| |
QString EditAlarmDlg::i18n_chk_ShowInKOrganizer |
( |
| ) |
|
|
static |
void EditAlarmDlg::init |
( |
const KAEvent * |
event | ) |
|
|
protected |
bool EditAlarmDlg::isNewAlarm |
( |
| ) |
const |
|
inlineprotected |
bool EditAlarmDlg::isTemplate |
( |
| ) |
const |
|
inlineprotected |
bool EditAlarmDlg::isTimedRecurrence |
( |
| ) |
const |
|
protected |
Reminder* EditAlarmDlg::reminder |
( |
| ) |
const |
|
inlineprotected |
void EditAlarmDlg::resizeEvent |
( |
QResizeEvent * |
re | ) |
|
|
protectedvirtual |
void EditAlarmDlg::saveState |
( |
const KAEvent * |
event | ) |
|
|
protectedpure virtual |
virtual void EditAlarmDlg::setAction |
( |
KAEvent::SubAction |
, |
|
|
const AlarmText & |
= AlarmText() |
|
) |
| |
|
pure virtual |
void EditAlarmDlg::setLateCancel |
( |
int |
minutes | ) |
|
void EditAlarmDlg::setReadOnly |
( |
bool |
readOnly | ) |
|
|
protectedpure virtual |
void EditAlarmDlg::setRecurrence |
( |
const KARecurrence & |
recur, |
|
|
int |
subRepeatInterval, |
|
|
int |
subRepeatCount |
|
) |
| |
void EditAlarmDlg::setRepeatAtLogin |
( |
| ) |
|
void EditAlarmDlg::setShowInKOrganizer |
( |
bool |
show | ) |
|
void EditAlarmDlg::setTime |
( |
const DateTime & |
start | ) |
|
void EditAlarmDlg::showEvent |
( |
QShowEvent * |
se | ) |
|
|
protectedvirtual |
bool EditAlarmDlg::showingMore |
( |
| ) |
const |
|
inlineprotected |
void EditAlarmDlg::showMainPage |
( |
| ) |
|
|
protected |
virtual QSize EditAlarmDlg::sizeHint |
( |
| ) |
const |
|
inlinevirtual |
void EditAlarmDlg::slotButtonClicked |
( |
int |
button | ) |
|
|
protectedvirtualslot |
void EditAlarmDlg::slotDefault |
( |
| ) |
|
|
protectedvirtualslot |
void EditAlarmDlg::slotHelp |
( |
| ) |
|
|
protectedvirtualslot |
void EditAlarmDlg::slotTry |
( |
| ) |
|
|
protectedvirtualslot |
virtual void EditAlarmDlg::type_aboutToTry |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual QString EditAlarmDlg::type_caption |
( |
| ) |
const |
|
protectedpure virtual |
virtual CheckBox* EditAlarmDlg::type_createConfirmAckCheckbox |
( |
QWidget * |
parent | ) |
|
|
inlineprotectedvirtual |
virtual void EditAlarmDlg::type_executedTry |
( |
const QString & |
text, |
|
|
void * |
obj |
|
) |
| |
|
inlineprotectedvirtual |
virtual void EditAlarmDlg::type_init |
( |
QWidget * |
parent, |
|
|
QVBoxLayout * |
frameLayout |
|
) |
| |
|
protectedpure virtual |
virtual void EditAlarmDlg::type_initValues |
( |
const KAEvent * |
| ) |
|
|
protectedpure virtual |
virtual void EditAlarmDlg::type_setEvent |
( |
KAEvent & |
, |
|
|
const KDateTime & |
, |
|
|
const QString & |
text, |
|
|
int |
lateCancel, |
|
|
bool |
trial |
|
) |
| |
|
protectedpure virtual |
virtual void EditAlarmDlg::type_showOptions |
( |
bool |
more | ) |
|
|
protectedpure virtual |
virtual bool EditAlarmDlg::type_stateChanged |
( |
| ) |
const |
|
protectedpure virtual |
virtual bool EditAlarmDlg::type_validate |
( |
bool |
trial | ) |
|
|
protectedpure virtual |
KAEvent::SubAction EditAlarmDlg::mAlarmType |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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.