Public Member Functions | |
Format (::Eo *eo) | |
Format (std::nullptr_t) | |
Format (Format const &other)=default | |
Format (Format &&other)=default | |
Format & | operator= (Format const &other)=default |
Format & | operator= (Format &&other)=default |
Format (::efl::eo::concrete parent) | |
template<typename F > | |
Format (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) | |
::efl::eolian::return_traits< double >::type | ellipsis_get () const |
::efl::eolian::return_traits< void >::type | ellipsis_set (::efl::eolian::in_traits< double >::type value) const |
::efl::eolian::return_traits< Efl_Text_Format_Wrap >::type | wrap_get () const |
::efl::eolian::return_traits< void >::type | wrap_set (::efl::eolian::in_traits< Efl_Text_Format_Wrap >::type wrap) const |
::efl::eolian::return_traits< bool >::type | multiline_get () const |
::efl::eolian::return_traits< void >::type | multiline_set (::efl::eolian::in_traits< bool >::type enabled) const |
::efl::eolian::return_traits< Efl_Text_Format_Horizontal_Alignment_Type >::type | halign_get () const |
::efl::eolian::return_traits< void >::type | halign_set (::efl::eolian::in_traits< Efl_Text_Format_Horizontal_Alignment_Type >::type value) const |
::efl::eolian::return_traits< Efl_Text_Format_Vertical_Alignment_Type >::type | valign_get () const |
::efl::eolian::return_traits< void >::type | valign_set (::efl::eolian::in_traits< Efl_Text_Format_Vertical_Alignment_Type >::type value) const |
::efl::eolian::return_traits< double >::type | linegap_get () const |
::efl::eolian::return_traits< void >::type | linegap_set (::efl::eolian::in_traits< double >::type value) const |
::efl::eolian::return_traits< double >::type | linerelgap_get () const |
::efl::eolian::return_traits< void >::type | linerelgap_set (::efl::eolian::in_traits< double >::type value) const |
::efl::eolian::return_traits< int >::type | tabstops_get () const |
::efl::eolian::return_traits< void >::type | tabstops_set (::efl::eolian::in_traits< int >::type value) const |
::efl::eolian::return_traits< bool >::type | password_get () const |
::efl::eolian::return_traits< void >::type | password_set (::efl::eolian::in_traits< bool >::type enabled) const |
::efl::eolian::return_traits< ::efl::eina::string_view >::type | replacement_char_get () const |
::efl::eolian::return_traits< void >::type | replacement_char_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type repch) 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 | |
Static Public Member Functions | |
static Efl_Class const * | _eo_class () |
Additional Inherited Members | |
![]() | |
Eo * | _eo_raw |
The opaque EO Object. | |