Data Structures | Public Member Functions | Static Public Member Functions | Static Public Attributes
efl::Model Struct Reference

Data Structures

struct  child_added_event
 
struct  child_removed_event
 
struct  children_count_changed_event
 
struct  properties_changed_event
 

Public Member Functions

 Model (::Eo *eo)
 
 Model (std::nullptr_t)
 
 Model (Model const &other)=default
 
 Model (Model &&other)=default
 
Modeloperator= (Model const &other)=default
 
Modeloperator= (Model &&other)=default
 
 Model (::efl::eo::concrete parent)
 
template<typename F >
 Model (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< ::efl::eina::range_array< ::efl::eina::string_view > >::type properties_get () const
 
::efl::eolian::return_traits< ::efl::eina::future< ::efl::eina::value_view > >::type property_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type property) const
 
::efl::eolian::return_traits< ::efl::eina::future< ::efl::eina::accessor< ::eo::Base > > >::type children_slice_get (::efl::eolian::in_traits< unsigned int >::type start, ::efl::eolian::in_traits< unsigned int >::type count) const
 
::efl::eolian::return_traits< ::efl::eina::future< unsigned int > >::type children_count_get () const
 
::efl::eolian::return_traits< ::eo::Base >::type child_add () const
 
::efl::eolian::return_traits< void >::type child_del (::efl::eolian::in_traits< ::eo::Base >::type child) const
 
Eo_eo_ptr () 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.
 
 operator bool () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 

Static Public Attributes

static struct efl::Model::properties_changed_event properties_changed_event
 
static struct efl::Model::child_added_event child_added_event
 
static struct efl::Model::child_removed_event child_removed_event
 
static struct efl::Model::children_count_changed_event children_count_changed_event
 

Additional Inherited Members

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