Class prefs. More...
| Public Member Functions | |
| prefs (Eo *eo) | |
| Eo Constructor.  More... | |
| prefs (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| prefs (prefs const &other) | |
| Copy Constructor. | |
| void | reset (Elm_Prefs_Reset_Mode mode_) const | 
| bool | item_value_set (::efl::eina::string_view name_, const Eina_Value *value_) const | 
| bool | item_value_get (::efl::eina::string_view name_, Eina_Value *value_) const | 
| ::evas::object | item_object_get (::efl::eina::string_view name_) const | 
| void | item_disabled_set (::efl::eina::string_view name_, bool disabled_) const | 
| bool | item_disabled_get (::efl::eina::string_view name_) const | 
| bool | item_swallow (::efl::eina::string_view name_,::evas::object child_) const | 
| void | item_editable_set (::efl::eina::string_view name_, bool editable_) const | 
| bool | item_editable_get (::efl::eina::string_view name_) const | 
| ::evas::object | item_unswallow (::efl::eina::string_view name_) const | 
| void | item_visible_set (::efl::eina::string_view name_, bool visible_) const | 
| bool | item_visible_get (::efl::eina::string_view name_) const | 
| prefs (::efl::eo::parent_type _p) | |
| Constructs a new elm::prefs object.  More... | |
Class prefs.
| 
 | inlineexplicit | 
Constructs a new elm::prefs object.
Constructs a new elm::prefs 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.
| bool elm::prefs::item_disabled_get | ( | ::efl::eina::string_view | name_ | ) | const | 
| name | 
| void elm::prefs::item_disabled_set | ( | ::efl::eina::string_view | name_, | 
| bool | disabled_ | ||
| ) | const | 
| name | |
| disabled | 
| bool elm::prefs::item_editable_get | ( | ::efl::eina::string_view | name_ | ) | const | 
| name | 
| void elm::prefs::item_editable_set | ( | ::efl::eina::string_view | name_, | 
| bool | editable_ | ||
| ) | const | 
| name | |
| editable | 
| ::evas::object elm::prefs::item_object_get | ( | ::efl::eina::string_view | name_ | ) | const | 
| name | 
| bool elm::prefs::item_swallow | ( | ::efl::eina::string_view | name_, | 
| ::evas::object | child_ | ||
| ) | const | 
| name | |
| child | 
| ::evas::object elm::prefs::item_unswallow | ( | ::efl::eina::string_view | name_ | ) | const | 
| name | 
| bool elm::prefs::item_value_get | ( | ::efl::eina::string_view | name_, | 
| Eina_Value * | value_ | ||
| ) | const | 
| name | ||
| [out] | value | 
| bool elm::prefs::item_value_set | ( | ::efl::eina::string_view | name_, | 
| const Eina_Value * | value_ | ||
| ) | const | 
| name | |
| value | 
| bool elm::prefs::item_visible_get | ( | ::efl::eina::string_view | name_ | ) | const | 
| name | 
| void elm::prefs::item_visible_set | ( | ::efl::eina::string_view | name_, | 
| bool | visible_ | ||
| ) | const | 
| name | |
| visible | 
| void elm::prefs::reset | ( | Elm_Prefs_Reset_Mode | mode_ | ) | const | 
| mode |