kalarm
#include <timeselector.h>
Signals | |
void | toggled (bool) |
void | valueChanged (const KCal::Duration &) |
Public Member Functions | |
TimeSelector (const QString &selectText, const QString &selectWhatsThis, const QString &valueWhatsThis, bool allowHourMinute, QWidget *parent) | |
ComboBox * | createSignCombo () |
bool | isChecked () const |
bool | isDateOnly () const |
KCal::Duration | period () const |
void | setChecked (bool on) |
void | setDateOnly (bool dateOnly=true) |
void | setFocusOnCount () |
void | setMaximum (int hourmin, int days) |
void | setPeriod (const KCal::Duration &, bool dateOnly, TimePeriod::Units defaultUnits) |
void | setReadOnly (bool) |
void | setUnits (TimePeriod::Units units) |
TimePeriod::Units | units () const |
Protected Slots | |
void | periodChanged (const KCal::Duration &) |
void | selectToggled (bool) |
Detailed Description
Definition at line 32 of file timeselector.h.
Constructor & Destructor Documentation
TimeSelector::TimeSelector | ( | const QString & | selectText, |
const QString & | selectWhatsThis, | ||
const QString & | valueWhatsThis, | ||
bool | allowHourMinute, | ||
QWidget * | parent | ||
) |
Definition at line 42 of file timeselector.cpp.
Member Function Documentation
ComboBox * TimeSelector::createSignCombo | ( | ) |
Definition at line 79 of file timeselector.cpp.
bool TimeSelector::isChecked | ( | ) | const |
Definition at line 102 of file timeselector.cpp.
|
inline |
Definition at line 51 of file timeselector.h.
Duration TimeSelector::period | ( | ) | const |
Definition at line 130 of file timeselector.cpp.
|
protectedslot |
Definition at line 175 of file timeselector.cpp.
|
protectedslot |
Definition at line 161 of file timeselector.cpp.
void TimeSelector::setChecked | ( | bool | on | ) |
Definition at line 107 of file timeselector.cpp.
void TimeSelector::setDateOnly | ( | bool | dateOnly = true | ) |
Definition at line 121 of file timeselector.cpp.
void TimeSelector::setFocusOnCount | ( | ) |
Definition at line 153 of file timeselector.cpp.
void TimeSelector::setMaximum | ( | int | hourmin, |
int | days | ||
) |
Definition at line 116 of file timeselector.cpp.
void TimeSelector::setPeriod | ( | const KCal::Duration & | , |
bool | dateOnly, | ||
TimePeriod::Units | defaultUnits | ||
) |
Definition at line 141 of file timeselector.cpp.
void TimeSelector::setReadOnly | ( | bool | ro | ) |
Definition at line 90 of file timeselector.cpp.
|
inline |
Definition at line 49 of file timeselector.h.
|
signal |
|
inline |
Definition at line 48 of file timeselector.h.
|
signal |
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.