Class win. More...
| Public Member Functions | |
| win (Eo *eo) | |
| Eo Constructor.  More... | |
| win (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| win (win const &other) | |
| Copy Constructor. | |
| bool | socket_listen (::efl::eina::string_view svcname_, int svcnum_, bool svcsys_) const | 
| void | illume_command_send (Elm_Illume_Command command_, void *params_) const | 
| void | resize_object_add (::evas::object subobj_) const | 
| void | resize_object_del (::evas::object subobj_) const | 
| void | center (bool h_, bool v_) const | 
| bool | keygrab_set (::efl::eina::string_view key_, Evas_Modifier_Mask modifiers_, Evas_Modifier_Mask not_modifiers_, int proirity_, Elm_Win_Keygrab_Mode grab_mode_) const | 
| bool | keygrab_unset (::efl::eina::string_view key_, Evas_Modifier_Mask modifiers_, Evas_Modifier_Mask not_modifiers_) const | 
| win (::efl::eo::parent_type _p, _c_name _c0, _c_type _c1) | |
| Constructs a new elm::win object.  More... | |
Class win.
| 
 | inlineexplicit | 
Constructs a new elm::win object.
Constructs a new elm::win object. If you want this object to be a child of another Eo object, use an efl::eo::parent expression, like the example.
Since this class have necessary constructor methods, you must call each one of them in the right place within this constructor parameters.
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::win::center | ( | bool | h_, | 
| bool | v_ | ||
| ) | const | 
| h | |
| v | 
| void elm::win::illume_command_send | ( | Elm_Illume_Command | command_, | 
| void * | params_ | ||
| ) | const | 
| command | |
| params | 
| bool elm::win::keygrab_set | ( | ::efl::eina::string_view | key_, | 
| Evas_Modifier_Mask | modifiers_, | ||
| Evas_Modifier_Mask | not_modifiers_, | ||
| int | proirity_, | ||
| Elm_Win_Keygrab_Mode | grab_mode_ | ||
| ) | const | 
| key | |
| modifiers | |
| not_modifiers | |
| proirity | |
| grab_mode | 
| bool elm::win::keygrab_unset | ( | ::efl::eina::string_view | key_, | 
| Evas_Modifier_Mask | modifiers_, | ||
| Evas_Modifier_Mask | not_modifiers_ | ||
| ) | const | 
| key | |
| modifiers | |
| not_modifiers | 
| void elm::win::resize_object_add | ( | ::evas::object | subobj_ | ) | const | 
| subobj | 
| void elm::win::resize_object_del | ( | ::evas::object | subobj_ | ) | const | 
| subobj | 
| bool elm::win::socket_listen | ( | ::efl::eina::string_view | svcname_, | 
| int | svcnum_, | ||
| bool | svcsys_ | ||
| ) | const | 
| svcname | |
| svcnum | |
| svcsys |