Public Member Functions
elm::win_standard Struct Reference

Class win_standard. More...

Public Member Functions

 win_standard (Eo *eo)
 Eo Constructor. More...
 
 win_standard (std::nullptr_t)
 nullptr_t Constructor. More...
 
 win_standard (win_standard const &other)
 Copy Constructor.
 
 win_standard (::efl::eo::parent_type _p)
 Constructs a new elm::win_standard object. More...
 

Detailed Description

Class win_standard.

Examples:
bg_cxx_example_01.cc, bg_cxx_example_02.cc, bubble_cxx_example_01.cc, button_cxx_example_00.cc, button_cxx_example_01.cc, calendar_cxx_example_01.cc, calendar_cxx_example_02.cc, calendar_cxx_example_03.cc, calendar_cxx_example_04.cc, calendar_cxx_example_05.cc, clock_cxx_example.cc, datetime_cxx_example.cc, hoversel_cxx_example_01.cc, menu_cxx_example_01.cc, popup_cxx_example_01.cc, radio_cxx_example_01.cc, separator_cxx_example_01.cc, and thumb_cxx_example_01.cc.

Constructor & Destructor Documentation

elm::win_standard::win_standard ( ::efl::eo::parent_type  _p)
inlineexplicit

Constructs a new elm::win_standard object.

Constructs a new elm::win_standard object. If you want this object to be a child of another Eo object, use an efl::eo::parent expression, like the example.

Example:

elm::win_standard my_win_standard(efl::eo::parent = parent_object);
See also
win_standard(Eo* eo)
elm::win_standard::win_standard ( Eo *  eo)
inlineexplicit

Eo Constructor.

Constructs the object from an Eo* pointer stealing its ownership.

Parameters
eoThe Eo object pointer.
elm::win_standard::win_standard ( std::nullptr_t  )
inlineexplicit

nullptr_t Constructor.

Constructs an empty (null) object.