Data Structures | Public Member Functions | Static Public Member Functions
efl::control Struct Reference

Data Structures

struct  address_const_of
 
struct  address_of
 

Public Member Functions

 control (::efl::eo::parent_type _p=(::efl::eo::parent=nullptr))
 
 control (Eo *eo)
 Eo Constructor. More...
 
 control (std::nullptr_t)
 nullptr_t Constructor. More...
 
 control (control const &other)
 Copy Constructor.
 
int priority_get () const
 
void priority_set (int priority_) const
 
bool suspend_get () const
 
void suspend_set (bool suspend_) const
 
address_of operator& ()
 
address_const_of operator& () const
 
- Public Member Functions inherited from efl::eo::concrete
 concrete (Eo *eo)
 Class constructor. More...
 
 concrete ()
 Default constructor. More...
 
 ~concrete ()
 Class destructor.
 
 concrete (concrete const &other)
 
 concrete (concrete &&other)
 
concreteoperator= (concrete const &other)
 Assignment operator.
 
concreteoperator= (concrete &&other)
 
Eo_eo_ptr () const
 Return a pointer to the EO Object stored in this instance. More...
 
Eo_release ()
 Releases the reference from this concrete object and return the pointer to the EO Object stored in this instance. More...
 
void _reset (Eo *_ptr=nullptr)
 Reset the current pointer to reference a new Eo object.
 
int ref_get () const
 Get the reference count of this object. More...
 
void parent_set (concrete parent)
 Set the parent of this object. More...
 
eina::optional< concreteparent_get ()
 Get the parent of this object. More...
 
Eo_Dbg_Info dbg_info_get ()
 Get debug information of this object. More...
 
 operator bool () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 

Additional Inherited Members

- Protected Attributes inherited from efl::eo::concrete
Eo_eo_raw
 The opaque EO Object.
 

Constructor & Destructor Documentation

efl::control::control ( Eo eo)
inlineexplicit

Eo Constructor.

Constructs the object from an Eo* pointer stealing its ownership.

Parameters
eoThe Eo object pointer.
efl::control::control ( std::nullptr_t  )
inlineexplicit

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

int efl::control::priority_get ( ) const
inline
Parameters
priorityThe priority of the object
void efl::control::priority_set ( int  priority_) const
inline
Parameters
priorityThe priority of the object
bool efl::control::suspend_get ( ) const
inline
Parameters
suspendControls whether the object is suspended or not.
void efl::control::suspend_set ( bool  suspend_) const
inline
Parameters
suspendControls whether the object is suspended or not.