Class plug. More...
| Public Member Functions | |
| plug (Eo *eo) | |
| Eo Constructor.  More... | |
| plug (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| plug (plug const &other) | |
| Copy Constructor. | |
| bool | connect (::efl::eina::string_view svcname_, int svcnum_, bool svcsys_) const | 
| plug (::efl::eo::parent_type _p) | |
| Constructs a new elm::plug object.  More... | |
Class plug.
| 
 | inlineexplicit | 
Constructs a new elm::plug object.
Constructs a new elm::plug 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::plug::connect | ( | ::efl::eina::string_view | svcname_, | 
| int | svcnum_, | ||
| bool | svcsys_ | ||
| ) | const | 
| svcname | |
| svcnum | |
| svcsys |