Zen
A cross-platform functional programming language
|
Intrinsic gui widget type. More...
#include <zbl.hpp>
Public Member Functions | |
widget () | |
Default constructor. | |
widget (QDeclarativeItem *val) | |
Default constructor. | |
widget (const widget &src) | |
Copy constructor. | |
void | show () const |
Show the view. | |
QDeclarativeItem & | get () const |
Returns the stored value. | |
operator[] (const z::string &idx) const | |
Get a property of the widget. | |
Private Attributes | |
QDeclarativeItem * | _val |
The value. |
Intrinsic gui widget type.
Represents a QML item.
widget | ( | QDeclarativeItem * | val | ) | [inline] |
Default constructor.
val | The value |
QDeclarativeItem& get | ( | ) | const [inline] |
Returns the stored value.
operator[] | ( | const z::string & | idx | ) | const [inline] |
Get a property of the widget.
idx | The index value |