Maeomm Reference Documentation: hildonsmm |
Inheritance diagram for Hildon::TimePicker:
There are two arrows for minutes, so that minutes can be added also in 10 min increments. This widget is mainly used as a part of the Hildon::TimeEditor implementation.
Public Member Functions | ||||
void | get_time (guint& hours, guint& minutes) const | |||
Gets the time of the Hildon::TimePicker widget. | ||||
const HildonTimePicker* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
HildonTimePicker* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | set_time (guint hours, guint minutes) | |||
Sets the time of the Hildon::TimePicker widget. | ||||
TimePicker () | ||||
virtual | ~TimePicker () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Hildon::TimePicker* | wrap (HildonTimePicker* object, bool take_copy=false) | |||
|
virtual Hildon::TimePicker::~TimePicker | ( | ) | [virtual] |
Hildon::TimePicker::TimePicker | ( | ) |
void Hildon::TimePicker::get_time | ( | guint & | hours, | |
guint & | minutes | |||
) | const |
const HildonTimePicker* Hildon::TimePicker::gobj | ( | ) | const [inline] |
HildonTimePicker* Hildon::TimePicker::gobj | ( | ) | [inline] |
void Hildon::TimePicker::set_time | ( | guint | hours, | |
guint | minutes | |||
) |
Hildon::TimePicker* wrap | ( | HildonTimePicker * | 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. |