|
| Object (::Eo *eo) |
|
| Object (std::nullptr_t) |
|
| Object (Object const &other)=default |
|
| Object (Object &&other)=default |
|
Object & | operator= (Object const &other)=default |
|
Object & | operator= (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< bool >::type | animation_get () const |
|
::efl::eolian::return_traits< void >::type | animation_set (::efl::eolian::in_traits< bool >::type on) const |
|
::efl::eolian::return_traits< bool >::type | play_get () const |
|
::efl::eolian::return_traits< void >::type | play_set (::efl::eolian::in_traits< bool >::type play) const |
|
::efl::eolian::return_traits< Edje_Perspective const & >::type | perspective_get () const |
|
::efl::eolian::return_traits< void >::type | perspective_set (::efl::eolian::in_traits< Edje_Perspective const &>::type ps) const |
|
::efl::eolian::return_traits< double >::type | transition_duration_factor_get () const |
|
::efl::eolian::return_traits< void >::type | transition_duration_factor_set (::efl::eolian::in_traits< double >::type scale) const |
|
::efl::eolian::return_traits< Efl_Image_Load_Error >::type | load_error_get () const |
|
::efl::eolian::return_traits< bool >::type | calc_update_hints_get () const |
|
::efl::eolian::return_traits< void >::type | calc_update_hints_set (::efl::eolian::in_traits< bool >::type update) const |
|
::efl::eolian::return_traits< void >::type | group_size_min_get (::efl::eolian::out_traits< int >::type minw, ::efl::eolian::out_traits< int >::type minh) const |
|
::efl::eolian::return_traits< void >::type | group_size_max_get (::efl::eolian::out_traits< int >::type maxw, ::efl::eolian::out_traits< int >::type maxh) const |
|
::efl::eolian::return_traits< ::efl::eina::string_view >::type | group_data_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type key) const |
|
::efl::eolian::return_traits< bool >::type | global_color_class_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type color_class, ::efl::eolian::in_traits< Edje_Color_Class_Mode >::type mode, ::efl::eolian::out_traits< int >::type r, ::efl::eolian::out_traits< int >::type g, ::efl::eolian::out_traits< int >::type b, ::efl::eolian::out_traits< int >::type a) const |
|
::efl::eolian::return_traits< bool >::type | global_color_class_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type color_class, ::efl::eolian::in_traits< Edje_Color_Class_Mode >::type mode, ::efl::eolian::in_traits< int >::type r, ::efl::eolian::in_traits< int >::type g, ::efl::eolian::in_traits< int >::type b, ::efl::eolian::in_traits< int >::type a) const |
|
::efl::eolian::return_traits< bool >::type | color_class_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type color_class, ::efl::eolian::in_traits< Edje_Color_Class_Mode >::type mode, ::efl::eolian::out_traits< int >::type r, ::efl::eolian::out_traits< int >::type g, ::efl::eolian::out_traits< int >::type b, ::efl::eolian::out_traits< int >::type a) const |
|
::efl::eolian::return_traits< bool >::type | color_class_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type color_class, ::efl::eolian::in_traits< Edje_Color_Class_Mode >::type mode, ::efl::eolian::in_traits< int >::type r, ::efl::eolian::in_traits< int >::type g, ::efl::eolian::in_traits< int >::type b, ::efl::eolian::in_traits< int >::type a) const |
|
::efl::eolian::return_traits< ::efl::eina::string_view >::type | color_class_description_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type color_class) const |
|
::efl::eolian::return_traits< bool >::type | text_class_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type text_class, ::efl::eolian::out_traits< ::efl::eina::string_view >::type font, ::efl::eolian::out_traits< int >::type size) const |
|
::efl::eolian::return_traits< bool >::type | text_class_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type text_class, ::efl::eolian::in_traits< ::efl::eina::string_view >::type font, ::efl::eolian::in_traits< int >::type size) const |
|
::efl::eolian::return_traits< bool >::type | size_class_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type size_class, ::efl::eolian::out_traits< int >::type minw, ::efl::eolian::out_traits< int >::type minh, ::efl::eolian::out_traits< int >::type maxw, ::efl::eolian::out_traits< int >::type maxh) const |
|
::efl::eolian::return_traits< bool >::type | size_class_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type size_class, ::efl::eolian::in_traits< int >::type minw, ::efl::eolian::in_traits< int >::type minh, ::efl::eolian::in_traits< int >::type maxw, ::efl::eolian::in_traits< int >::type maxh) const |
|
::efl::eolian::return_traits< void >::type | text_change_cb_set (::efl::eolian::in_traits< Edje_Text_Change_Cb >::type func, ::efl::eolian::in_traits< void *>::type data) const |
|
::efl::eolian::return_traits< Edje_Text_Autocapital_Type >::type | part_text_autocapital_type_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_autocapital_type_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< Edje_Text_Autocapital_Type >::type autocapital_type) const |
|
::efl::eolian::return_traits< bool >::type | part_text_prediction_allow_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_prediction_allow_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< bool >::type prediction) const |
|
::efl::eolian::return_traits< void >::type | item_provider_set (::efl::eolian::in_traits< Edje_Item_Provider_Cb >::type func, ::efl::eolian::in_traits< void *>::type data) const |
|
::efl::eolian::return_traits< void >::type | part_text_select_allow_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< bool >::type allow) const |
|
::efl::eolian::return_traits< ::efl::eina::string_view >::type | part_text_selection_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void * >::type | part_text_imf_context_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< Edje_Input_Hints >::type | part_text_input_hint_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_hint_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< Edje_Input_Hints >::type input_hints) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_imdata_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< void *>::type data, ::efl::eolian::out_traits< int >::type len) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_imdata_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< void const *>::type data, ::efl::eolian::in_traits< int >::type len) const |
|
::efl::eolian::return_traits< Edje_Input_Panel_Layout >::type | part_text_input_panel_layout_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_layout_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< Edje_Input_Panel_Layout >::type layout) const |
|
::efl::eolian::return_traits< Edje_Input_Panel_Lang >::type | part_text_input_panel_language_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_language_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< Edje_Input_Panel_Lang >::type lang) const |
|
::efl::eolian::return_traits< int >::type | part_text_input_panel_layout_variation_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_layout_variation_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< int >::type variation) const |
|
::efl::eolian::return_traits< bool >::type | part_text_input_panel_enabled_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_enabled_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< bool >::type enabled) const |
|
::efl::eolian::return_traits< bool >::type | part_text_input_panel_return_key_disabled_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_return_key_disabled_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< bool >::type disabled) const |
|
::efl::eolian::return_traits< Edje_Input_Panel_Return_Key_Type >::type | part_text_input_panel_return_key_type_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_return_key_type_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< Edje_Input_Panel_Return_Key_Type >::type return_key_type) const |
|
::efl::eolian::return_traits< bool >::type | part_text_input_panel_show_on_demand_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_show_on_demand_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< bool >::type ondemand) const |
|
::efl::eolian::return_traits< void >::type | part_text_prediction_hint_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< ::efl::eina::string_view >::type prediction_hint) const |
|
::efl::eolian::return_traits< ::efl::input::Device >::type | seat_get (::efl::eolian::in_traits< ::efl::eina::stringshare >::type name) const |
|
::efl::eolian::return_traits< ::efl::eina::stringshare >::type | seat_name_get (::efl::eolian::in_traits< ::efl::input::Device >::type device) const |
|
::efl::eolian::return_traits< bool >::type | preload (::efl::eolian::in_traits< bool >::type cancel) const |
|
::efl::eolian::return_traits< void >::type | size_min_calc (::efl::eolian::out_traits< int >::type minw, ::efl::eolian::out_traits< int >::type minh) const |
|
::efl::eolian::return_traits< void >::type | size_min_restricted_calc (::efl::eolian::out_traits< int >::type minw, ::efl::eolian::out_traits< int >::type minh, ::efl::eolian::in_traits< int >::type restrictedw, ::efl::eolian::in_traits< int >::type restrictedh) const |
|
::efl::eolian::return_traits< bool >::type | parts_extends_calc (::efl::eolian::out_traits< int >::type x, ::efl::eolian::out_traits< int >::type y, ::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const |
|
::efl::eolian::return_traits< void >::type | calc_force () const |
|
::efl::eolian::return_traits< int >::type | calc_freeze () const |
|
::efl::eolian::return_traits< int >::type | calc_thaw () const |
|
::efl::eolian::return_traits< void >::type | message_send (::efl::eolian::in_traits< int >::type id, ::efl::eolian::in_traits< ::efl::eina::value_view const >::type msg) const |
|
::efl::eolian::return_traits< void >::type | signal_callback_add (::efl::eolian::in_traits< ::efl::eina::string_view >::type emission, ::efl::eolian::in_traits< ::efl::eina::string_view >::type source, ::efl::eolian::in_traits< Edje_Signal_Cb >::type func, ::efl::eolian::in_traits< void *>::type data) const |
|
::efl::eolian::return_traits< void * >::type | signal_callback_del (::efl::eolian::in_traits< ::efl::eina::string_view >::type emission, ::efl::eolian::in_traits< ::efl::eina::string_view >::type source, ::efl::eolian::in_traits< Edje_Signal_Cb >::type func, ::efl::eolian::in_traits< void *>::type data) const |
|
::efl::eolian::return_traits< void >::type | signal_emit (::efl::eolian::in_traits< ::efl::eina::string_view >::type emission, ::efl::eolian::in_traits< ::efl::eina::string_view >::type source) const |
|
::efl::eolian::return_traits< void >::type | message_signal_process (::efl::eolian::in_traits< ::efl::eina::optional< bool >>::type recurse) const |
|
::efl::eolian::return_traits< bool >::type | color_class_clear () const |
|
::efl::eolian::return_traits< void >::type | color_class_del (::efl::eolian::in_traits< ::efl::eina::string_view >::type color_class) const |
|
::efl::eolian::return_traits< void >::type | text_class_del (::efl::eolian::in_traits< ::efl::eina::string_view >::type text_class) const |
|
::efl::eolian::return_traits< void >::type | size_class_del (::efl::eolian::in_traits< ::efl::eina::string_view >::type size_class) const |
|
::efl::eolian::return_traits< ::efl::eina::iterator< ::efl::eina::string_view > >::type | access_part_iterate () const |
|
::efl::eolian::return_traits< bool >::type | part_exists (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_select_begin (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_select_abort (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_select_extend (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_select_all (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_select_none (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_imf_context_reset (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_show (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
::efl::eolian::return_traits< void >::type | part_text_input_panel_hide (::efl::eolian::in_traits< ::efl::eina::string_view >::type part) const |
|
Eo * | _eo_ptr () const |
|
| concrete (Eo *eo) |
| Class constructor. More...
|
|
| concrete () |
| Default constructor. More...
|
|
| ~concrete () |
| Class destructor.
|
|
| concrete (concrete const &other) |
|
| concrete (concrete &&other) |
|
concrete & | operator= (concrete const &other) |
| Assignment operator.
|
|
concrete & | operator= (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 |
|
| Animator (::Eo *eo) |
|
| Animator (std::nullptr_t) |
|
| Animator (Animator const &other)=default |
|
| Animator (Animator &&other)=default |
|
Animator & | operator= (Animator const &other)=default |
|
Animator & | operator= (Animator &&other)=default |
|
| Animator (::efl::eo::concrete parent) |
|
template<typename F > |
| Animator (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) |
|
Eo * | _eo_ptr () const |
|
| Container (::Eo *eo) |
|
| Container (std::nullptr_t) |
|
| Container (Container const &other)=default |
|
| Container (Container &&other)=default |
|
Container & | operator= (Container const &other)=default |
|
Container & | operator= (Container &&other)=default |
|
| Container (::efl::eo::concrete parent) |
|
template<typename F > |
| Container (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) |
|
::efl::eolian::return_traits< ::efl::Gfx >::type | content_get () const |
|
::efl::eolian::return_traits< bool >::type | content_set (::efl::eolian::in_traits< ::efl::Gfx >::type content) const |
|
::efl::eolian::return_traits< ::efl::Gfx >::type | content_unset () const |
|
::efl::eolian::return_traits< bool >::type | content_remove (::efl::eolian::in_traits< ::efl::Gfx >::type content) const |
|
::efl::eolian::return_traits< ::efl::eina::iterator< ::efl::Gfx > >::type | content_iterate () const |
|
::efl::eolian::return_traits< int >::type | content_count () const |
|
Eo * | _eo_ptr () const |
|
| Gfx (::Eo *eo) |
|
| Gfx (std::nullptr_t) |
|
| Gfx (Gfx const &other)=default |
|
| Gfx (Gfx &&other)=default |
|
Gfx & | operator= (Gfx const &other)=default |
|
Gfx & | operator= (Gfx &&other)=default |
|
| Gfx (::efl::eo::concrete parent) |
|
template<typename F > |
| Gfx (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) |
|
::efl::eolian::return_traits< void >::type | position_get (::efl::eolian::out_traits< int >::type x, ::efl::eolian::out_traits< int >::type y) const |
|
::efl::eolian::return_traits< void >::type | position_set (::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y) const |
|
::efl::eolian::return_traits< void >::type | size_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const |
|
::efl::eolian::return_traits< void >::type | size_set (::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const |
|
::efl::eolian::return_traits< void >::type | geometry_get (::efl::eolian::out_traits< int >::type x, ::efl::eolian::out_traits< int >::type y, ::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const |
|
::efl::eolian::return_traits< void >::type | geometry_set (::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y, ::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const |
|
::efl::eolian::return_traits< void >::type | color_get (::efl::eolian::out_traits< int >::type r, ::efl::eolian::out_traits< int >::type g, ::efl::eolian::out_traits< int >::type b, ::efl::eolian::out_traits< int >::type a) const |
|
::efl::eolian::return_traits< void >::type | color_set (::efl::eolian::in_traits< int >::type r, ::efl::eolian::in_traits< int >::type g, ::efl::eolian::in_traits< int >::type b, ::efl::eolian::in_traits< int >::type a) const |
|
::efl::eolian::return_traits< bool >::type | color_part_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::out_traits< int >::type r, ::efl::eolian::out_traits< int >::type g, ::efl::eolian::out_traits< int >::type b, ::efl::eolian::out_traits< int >::type a) const |
|
::efl::eolian::return_traits< bool >::type | color_part_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type part, ::efl::eolian::in_traits< int >::type r, ::efl::eolian::in_traits< int >::type g, ::efl::eolian::in_traits< int >::type b, ::efl::eolian::in_traits< int >::type a) const |
|
::efl::eolian::return_traits< bool >::type | visible_get () const |
|
::efl::eolian::return_traits< void >::type | visible_set (::efl::eolian::in_traits< bool >::type v) const |
|
Eo * | _eo_ptr () const |
|
| File (::Eo *eo) |
|
| File (std::nullptr_t) |
|
| File (File const &other)=default |
|
| File (File &&other)=default |
|
File & | operator= (File const &other)=default |
|
File & | operator= (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< void >::type | mmap_get (::efl::eolian::out_traits< const Eina_File **>::type f, ::efl::eolian::out_traits< ::efl::eina::string_view *>::type key) const |
|
::efl::eolian::return_traits< bool >::type | mmap_set (::efl::eolian::in_traits< const Eina_File *>::type f, ::efl::eolian::in_traits< ::efl::eina::optional< ::efl::eina::string_view >>::type key) const |
|
::efl::eolian::return_traits< void >::type | file_get (::efl::eolian::out_traits< ::efl::eina::string_view >::type file, ::efl::eolian::out_traits< ::efl::eina::string_view >::type key) const |
|
::efl::eolian::return_traits< bool >::type | file_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type file, ::efl::eolian::in_traits< ::efl::eina::string_view >::type key) const |
|
::efl::eolian::return_traits< bool >::type | save (::efl::eolian::in_traits< ::efl::eina::string_view >::type file, ::efl::eolian::in_traits< ::efl::eina::string_view >::type key, ::efl::eolian::in_traits< ::efl::eina::string_view >::type flags) const |
|
Eo * | _eo_ptr () const |
|
| Interface (::Eo *eo) |
|
| Interface (std::nullptr_t) |
|
| Interface (Interface const &other)=default |
|
| Interface (Interface &&other)=default |
|
Interface & | operator= (Interface const &other)=default |
|
Interface & | operator= (Interface &&other)=default |
|
| Interface (::efl::eo::concrete parent) |
|
template<typename F > |
| Interface (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) |
|
Eo * | _eo_ptr () const |
|
| Loop_User (::Eo *eo) |
|
| Loop_User (std::nullptr_t) |
|
| Loop_User (Loop_User const &other)=default |
|
| Loop_User (Loop_User &&other)=default |
|
Loop_User & | operator= (Loop_User const &other)=default |
|
Loop_User & | operator= (Loop_User &&other)=default |
|
| Loop_User (::efl::eo::concrete parent) |
|
template<typename F > |
| Loop_User (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) |
|
::efl::eolian::return_traits< ::efl::Loop >::type | loop_get () const |
|
Eo * | _eo_ptr () const |
|
| Object (::Eo *eo) |
|
| Object (std::nullptr_t) |
|
| Object (Object const &other)=default |
|
| Object (Object &&other)=default |
|
Object & | operator= (Object const &other)=default |
|
Object & | operator= (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 |
|
| Observer (::Eo *eo) |
|
| Observer (std::nullptr_t) |
|
| Observer (Observer const &other)=default |
|
| Observer (Observer &&other)=default |
|
Observer & | operator= (Observer const &other)=default |
|
Observer & | operator= (Observer &&other)=default |
|
| Observer (::efl::eo::concrete parent) |
|
template<typename F > |
| Observer (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) |
|
::efl::eolian::return_traits< void >::type | update (::efl::eolian::in_traits< ::efl::Object >::type obs, ::efl::eolian::in_traits< ::efl::eina::string_view >::type key, ::efl::eolian::in_traits< void *>::type data) const |
|
Eo * | _eo_ptr () const |
|
| Part (::Eo *eo) |
|
| Part (std::nullptr_t) |
|
| Part (Part const &other)=default |
|
| Part (Part &&other)=default |
|
Part & | operator= (Part const &other)=default |
|
Part & | operator= (Part &&other)=default |
|
| Part (::efl::eo::concrete parent) |
|
template<typename F > |
| Part (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) |
|
::efl::eolian::return_traits< ::efl::Object >::type | part (::efl::eolian::in_traits< ::efl::eina::string_view >::type name) const |
|
Eo * | _eo_ptr () const |
|