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

Data Structures

struct  address_const_of
 
struct  address_of
 

Public Member Functions

::efl::eina::optional< std::string > text_get () const
 Retrieves the text string currently being displayed by the given text object. More...
 
void text_set (::efl::eina::optional< std::string > text_) const
 Sets the text string to be displayed by the given text object. More...
 
 operator::efl::text () const
 
 operator::efl::text & ()
 
 operator::efl::text const & () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 

Member Function Documentation

efl::eina::optional< std::string > eo_cxx::efl::text::text_get ( ) const
inline

Retrieves the text string currently being displayed by the given text object.

Returns
The text string currently being displayed on it.
Note
Do not free() the return value.
See also
evas_object_text_text_set()
Parameters
textText string to display on it.
void eo_cxx::efl::text::text_set ( ::efl::eina::optional< std::string >  text_) const
inline

Sets the text string to be displayed by the given text object.

See also
evas_object_text_text_get()
Parameters
textText string to display on it.