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_) | 
Class glview.
| 
 | 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:
| 
 | inlineexplicit | 
Eo Constructor.
Constructs the object from an Eo* pointer stealing its ownership.
| eo | The Eo object pointer. | 
| 
 | inlineexplicit | 
nullptr_t Constructor.
Constructs an empty (null) object.
| 
 | static | 
| version |