Class datetime. More...
| Public Member Functions | |
| datetime (Eo *eo) | |
| Eo Constructor.  More... | |
| datetime (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| datetime (datetime const &other) | |
| Copy Constructor. | |
| void | field_limit_set (Elm_Datetime_Field_Type fieldtype_, int min_, int max_) const | 
| void | field_limit_get (Elm_Datetime_Field_Type fieldtype_, int *min_, int *max_) const | 
| bool | value_min_set (const Elm_Datetime_Time *mintime_) const | 
| bool | value_min_get (Elm_Datetime_Time *mintime_) const | 
| bool | value_set (const Elm_Datetime_Time *newtime_) const | 
| bool | value_get (Elm_Datetime_Time *currtime_) const | 
| void | field_visible_set (Elm_Datetime_Field_Type fieldtype_, bool visible_) const | 
| bool | field_visible_get (Elm_Datetime_Field_Type fieldtype_) const | 
| bool | value_max_set (const Elm_Datetime_Time *maxtime_) const | 
| bool | value_max_get (Elm_Datetime_Time *maxtime_) const | 
| datetime (::efl::eo::parent_type _p) | |
| Constructs a new elm::datetime object.  More... | |
Class datetime.
| 
 | inlineexplicit | 
Constructs a new elm::datetime object.
Constructs a new elm::datetime object. If you want this object to be a child of another Eo object, use an efl::eo::parent expression, like the example.
Example:
| 
 | inlineexplicit | 
Eo Constructor.
Constructs the object from an Eo* pointer stealing its ownership.
| eo | The Eo object pointer. | 
| 
 | inlineexplicit | 
nullptr_t Constructor.
Constructs an empty (null) object.
| void elm::datetime::field_limit_get | ( | Elm_Datetime_Field_Type | fieldtype_, | 
| int * | min_, | ||
| int * | max_ | ||
| ) | const | 
| fieldtype | ||
| [out] | min | |
| [out] | max | 
| void elm::datetime::field_limit_set | ( | Elm_Datetime_Field_Type | fieldtype_, | 
| int | min_, | ||
| int | max_ | ||
| ) | const | 
| fieldtype | |
| min | |
| max | 
| bool elm::datetime::field_visible_get | ( | Elm_Datetime_Field_Type | fieldtype_ | ) | const | 
| fieldtype | 
| void elm::datetime::field_visible_set | ( | Elm_Datetime_Field_Type | fieldtype_, | 
| bool | visible_ | ||
| ) | const | 
| fieldtype | |
| visible | 
| bool elm::datetime::value_get | ( | Elm_Datetime_Time * | currtime_ | ) | const | 
| [in,out] | currtime | 
| bool elm::datetime::value_max_get | ( | Elm_Datetime_Time * | maxtime_ | ) | const | 
| [in,out] | maxtime | 
| bool elm::datetime::value_max_set | ( | const Elm_Datetime_Time * | maxtime_ | ) | const | 
| maxtime | 
| bool elm::datetime::value_min_get | ( | Elm_Datetime_Time * | mintime_ | ) | const | 
| [in,out] | mintime | 
| bool elm::datetime::value_min_set | ( | const Elm_Datetime_Time * | mintime_ | ) | const | 
| mintime | 
| bool elm::datetime::value_set | ( | const Elm_Datetime_Time * | newtime_ | ) | const | 
| newtime |