WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. | Zuble QML Types | Zuble C++ Classes | Zuble Overview |
Zuble
0.1
Zuble Framework C++/QML extension API
|
Defines columns in a ZTableView. More...
#include <ZTableColumnList.h>
Public Member Functions | |
ZTableColumnList (QObject *parent=0) | |
QQmlListProperty< Zbl::ZTableColumn > | getColumns () |
Static Public Member Functions | |
static void | registerType () |
Registers ZTableColumnList as a QML type. More... | |
Static Protected Member Functions | |
static void | append (QQmlListProperty< ZTableColumn > *list, ZTableColumn *column) |
static ZTableColumn * | at (QQmlListProperty< ZTableColumn > *list, int index) |
static void | clear (QQmlListProperty< ZTableColumn > *list) |
static int | count (QQmlListProperty< ZTableColumn > *list) |
Protected Attributes | |
QList< ZTableColumn * > | m_columns |
Properties | |
QQmlListProperty< Zbl::ZTableColumn > | items |
Defines columns in a ZTableView.
Definition at line 40 of file ZTableColumnList.h.
|
explicit |
Definition at line 32 of file ZTableColumnList.cpp.
|
staticprotected |
Definition at line 50 of file ZTableColumnList.cpp.
Referenced by getColumns().
|
staticprotected |
Definition at line 58 of file ZTableColumnList.cpp.
Referenced by getColumns().
|
staticprotected |
Definition at line 65 of file ZTableColumnList.cpp.
Referenced by getColumns().
|
staticprotected |
Definition at line 72 of file ZTableColumnList.cpp.
Referenced by getColumns().
QQmlListProperty< Zbl::ZTableColumn > Zbl::ZTableColumnList::getColumns | ( | ) |
Definition at line 43 of file ZTableColumnList.cpp.
|
static |
Registers ZTableColumnList as a QML type.
Definition at line 37 of file ZTableColumnList.cpp.
Referenced by Zbl::Zblcore::registerTypes().
|
protected |
|
read |
Definition at line 47 of file ZTableColumnList.h.
Zuble documentation copyright © 2019 Bob Dinitto. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Zuble is a derivative work of Qt version 5. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.