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

Data Structures

struct  failed_event
 
struct  fetched_event
 

Public Member Functions

 File (::Eo *eo)
 
 File (std::nullptr_t)
 
 File (File const &other)=default
 
 File (File &&other)=default
 
Fileoperator= (File const &other)=default
 
Fileoperator= (File &&other)=default
 
 File (::efl::eo::concrete parent)
 
template<typename F >
 File (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type path_get () const
 
::efl::eolian::return_traits< void >::type path_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type path) const
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type result_get () const
 
::efl::eolian::return_traits< void >::type result_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type path) const
 
::efl::eolian::return_traits< bool >::type keep_get () const
 
::efl::eolian::return_traits< void >::type keep_set (::efl::eolian::in_traits< bool >::type keep) const
 
::efl::eolian::return_traits< bool >::type cxx_do () const
 
::efl::eolian::return_traits< void >::type wait () 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
 
- Public Member Functions inherited from efl::Object
 Object (::Eo *eo)
 
 Object (std::nullptr_t)
 
 Object (Object const &other)=default
 
 Object (Object &&other)=default
 
Objectoperator= (Object const &other)=default
 
Objectoperator= (Object &&other)=default
 
 Object (::efl::eo::concrete parent)
 
template<typename F >
 Object (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< ::efl::Object >::type parent_get () const
 
::efl::eolian::return_traits< void >::type parent_set (::efl::eolian::in_traits< ::efl::Object >::type parent) const
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type name_get () const
 
::efl::eolian::return_traits< void >::type name_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type name) const
 
::efl::eolian::return_traits< ::efl::eina::string_view >::type comment_get () const
 
::efl::eolian::return_traits< void >::type comment_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type comment) const
 
::efl::eolian::return_traits< int >::type event_global_freeze_count_get () const
 
::efl::eolian::return_traits< int >::type event_freeze_count_get () const
 
::efl::eolian::return_traits< bool >::type finalized_get () const
 
::efl::eolian::return_traits< void >::type del () const
 
::efl::eolian::return_traits< ::efl::Object >::type provider_find (::efl::eolian::in_traits< ::efl::Object >::type klass) const
 
::efl::eolian::return_traits< ::efl::Object >::type constructor () const
 
::efl::eolian::return_traits< void >::type destructor () const
 
::efl::eolian::return_traits< ::efl::Object >::type finalize () const
 
::efl::eolian::return_traits< ::efl::Object >::type name_find (::efl::eolian::in_traits< ::efl::eina::string_view >::type search) const
 
::efl::eolian::return_traits< void >::type event_thaw () const
 
::efl::eolian::return_traits< void >::type event_freeze () const
 
::efl::eolian::return_traits< void >::type event_global_thaw () const
 
::efl::eolian::return_traits< void >::type event_global_freeze () const
 
::efl::eolian::return_traits< void >::type event_callback_stop () const
 
::efl::eolian::return_traits< void >::type event_callback_forwarder_add (::efl::eolian::in_traits< Efl_Event_Description const &>::type desc, ::efl::eolian::in_traits< ::efl::Object >::type new_obj) const
 
::efl::eolian::return_traits< void >::type event_callback_forwarder_del (::efl::eolian::in_traits< Efl_Event_Description const &>::type desc, ::efl::eolian::in_traits< ::efl::Object >::type new_obj) const
 
::efl::eolian::return_traits< ::efl::eina::iterator< ::efl::Object > >::type children_iterator_new () const
 
::efl::eolian::return_traits< bool >::type composite_attach (::efl::eolian::in_traits< ::efl::Object >::type comp_obj) const
 
::efl::eolian::return_traits< bool >::type composite_detach (::efl::eolian::in_traits< ::efl::Object >::type comp_obj) const
 
::efl::eolian::return_traits< bool >::type composite_part_is () const
 
Eo_eo_ptr () const
 

Static Public Member Functions

static Efl_Class const * _eo_class ()
 
- Static Public Member Functions inherited from efl::Object
static Efl_Class const * _eo_class ()
 

Static Public Attributes

static struct efl::vpath::File::fetched_event fetched_event
 
static struct efl::vpath::File::failed_event failed_event
 
- Static Public Attributes inherited from efl::Object
static struct efl::Object::callback_add_event callback_add_event
 
static struct efl::Object::callback_del_event callback_del_event
 
static struct efl::Object::del_event del_event
 

Additional Inherited Members

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