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

Data Structures

struct  address_const_of
 
struct  address_of
 

Public Member Functions

int priority_get () const
 
void priority_set (int priority_) const
 
bool suspend_get () const
 
void suspend_set (bool suspend_) const
 
 operator::efl::control () const
 
 operator::efl::control & ()
 
 operator::efl::control const & () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 

Member Function Documentation

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