|
libgnomeuimm 2.28.0
|
Date and time entry widget. More...
#include <dateedit.h>
Public Member Functions | |
| virtual | ~DateEdit () |
| GnomeDateEdit * | gobj () |
| Provides access to the underlying C GtkObject. | |
| const GnomeDateEdit * | gobj () const |
| Provides access to the underlying C GtkObject. | |
| DateEdit (time_t, bool show_time=true, bool use_24_format=true) | |
| DateEdit (time_t the_time=0, DateEditFlags flags=DATE_EDIT_SHOW_TIME) | |
| void | set_time (time_t the_time) |
| time_t | get_time () const |
| void | set_popup_range (int low_hour, int up_hour) |
| void | set_flags (DateEditFlags flags) |
| DateEditFlags | get_flags () const |
| time_t | get_initial_time () const |
| Glib::SignalProxy0< void > | signal_date_changed () |
| Glib::SignalProxy0< void > | signal_time_changed () |
| Glib::PropertyProxy< gulong > | property_time () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< gulong > | property_time () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< DateEditFlags > | property_dateedit_flags () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< DateEditFlags > | property_dateedit_flags () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< int > | property_lower_hour () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< int > | property_lower_hour () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< int > | property_upper_hour () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< int > | property_upper_hour () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< gulong > | property_initial_time () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< gulong > | property_initial_time () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Protected Member Functions | |
| virtual void | on_date_changed () |
| virtual void | on_time_changed () |
Related Symbols | |
(Note that these are not member symbols.) | |
| Gnome::UI::DateEdit * | wrap (GnomeDateEdit *object, bool take_copy=false) |
| A Glib::wrap() method for this object. | |
Date and time entry widget.
This widget provides a way to enter dates and times with a helper calendar to let the user select the date.
|
virtual |
| Gnome::UI::DateEdit::DateEdit | ( | time_t | , |
| bool | show_time = true, |
||
| bool | use_24_format = true |
||
| ) |
| Gnome::UI::DateEdit::DateEdit | ( | time_t | the_time = 0, |
| DateEditFlags | flags = DATE_EDIT_SHOW_TIME |
||
| ) |
| DateEditFlags Gnome::UI::DateEdit::get_flags | ( | ) | const |
| time_t Gnome::UI::DateEdit::get_initial_time | ( | ) | const |
| time_t Gnome::UI::DateEdit::get_time | ( | ) | const |
|
inline |
Provides access to the underlying C GtkObject.
|
inline |
Provides access to the underlying C GtkObject.
|
protectedvirtual |
|
protectedvirtual |
| Glib::PropertyProxy< DateEditFlags > Gnome::UI::DateEdit::property_dateedit_flags | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly< DateEditFlags > Gnome::UI::DateEdit::property_dateedit_flags | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy< gulong > Gnome::UI::DateEdit::property_initial_time | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly< gulong > Gnome::UI::DateEdit::property_initial_time | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy< int > Gnome::UI::DateEdit::property_lower_hour | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly< int > Gnome::UI::DateEdit::property_lower_hour | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy< gulong > Gnome::UI::DateEdit::property_time | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly< gulong > Gnome::UI::DateEdit::property_time | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy< int > Gnome::UI::DateEdit::property_upper_hour | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly< int > Gnome::UI::DateEdit::property_upper_hour | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| void Gnome::UI::DateEdit::set_flags | ( | DateEditFlags | flags | ) |
| void Gnome::UI::DateEdit::set_time | ( | time_t | the_time | ) |
| Glib::SignalProxy0< void > Gnome::UI::DateEdit::signal_date_changed | ( | ) |
void on_my_date_changed() | Glib::SignalProxy0< void > Gnome::UI::DateEdit::signal_time_changed | ( | ) |
void on_my_time_changed()
|
related |
A Glib::wrap() method for this object.
| 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. |