Public Member Functions | Static Public Member Functions
elm::glview Struct Reference

Class glview. More...

Public Member Functions

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

Static Public Member Functions

static _c_version_constructor version_constructor (Evas_GL_Context_Version version_)
 

Detailed Description

Class glview.

Examples:
glview_cxx_example_01.cc.

Constructor & Destructor Documentation

elm::glview::glview ( ::efl::eo::parent_type  _p,
_c_version_constructor  _c0 
)
inlineexplicit

Constructs a new elm::glview object.

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

Since this class have a necessary constructor method, you must call it in the right place within this constructor parameters.

Example:

elm::glview my_glview(efl::eo::parent = parent_object,
my_glview.version_constructor(version_));
See also
glview::version_constructor
glview(Eo* eo)
elm::glview::glview ( Eo *  eo)
inlineexplicit

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.

Member Function Documentation

static _c_version_constructor elm::glview::version_constructor ( Evas_GL_Context_Version  version_)
static
Parameters
version