Maeomm Reference Documentation: hildonsmm |
Inheritance diagram for Hildon::WeekdayPicker:
Selected days of the week are shown with a pushed-in effect.
This dialog is used where users are required to pick days on which a certain event should take place, for example, on which days a Calendar event should be repeated. It is used in the Maemo Calendar in the Repeat dialog, in Maemo Tasks in the Repeat dialog and in the Email application's set-up wizard.
Public Member Functions | ||||
bool | get_day_is_set (Glib::Date::Weekday day) const | |||
Checks if the specified weekday is set active. | ||||
const HildonWeekdayPicker* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonWeekdayPicker* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | set_all () | |||
Sets all weekdays active. | ||||
void | set_day (Glib::Date::Weekday day) | |||
Sets specified weekday active. | ||||
void | toggle_day (Glib::Date::Weekday day) | |||
Toggles current status of the specified weekday. | ||||
void | unset_all () | |||
Sets all weekdays inactive. | ||||
void | unset_day (Glib::Date::Weekday day) | |||
Sets specified weekday inactive. | ||||
WeekdayPicker () | ||||
virtual | ~WeekdayPicker () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::WeekdayPicker* | wrap (HildonWeekdayPicker* object, bool take_copy=false) | |||
|
virtual Hildon::WeekdayPicker::~WeekdayPicker | ( | ) | [virtual] |
Hildon::WeekdayPicker::WeekdayPicker | ( | ) |
bool Hildon::WeekdayPicker::get_day_is_set | ( | Glib::Date::Weekday | day | ) | const |
Checks if the specified weekday is set active.
day | Day to be checked. |
true
if the day is set, false
if the day is not set. const HildonWeekdayPicker* Hildon::WeekdayPicker::gobj | ( | ) | const [inline] |
HildonWeekdayPicker* Hildon::WeekdayPicker::gobj | ( | ) | [inline] |
void Hildon::WeekdayPicker::set_all | ( | ) |
Sets all weekdays active.
void Hildon::WeekdayPicker::set_day | ( | Glib::Date::Weekday | day | ) |
Sets specified weekday active.
day | Day to be set active. |
void Hildon::WeekdayPicker::toggle_day | ( | Glib::Date::Weekday | day | ) |
Toggles current status of the specified weekday.
day | Day to be toggled. |
void Hildon::WeekdayPicker::unset_all | ( | ) |
Sets all weekdays inactive.
void Hildon::WeekdayPicker::unset_day | ( | Glib::Date::Weekday | day | ) |
Sets specified weekday inactive.
day | Day to be set inactive. |
Hildon::WeekdayPicker* wrap | ( | HildonWeekdayPicker * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |