ViewSolutions
|
the ViewSolutions namespace More...
Classes | |
class | __PrvateBaseListModel |
class | BaseHashModel |
The BaseHashModel class is base class of all GUI list models. More... | |
class | BaseListModel |
The BaseListModel class is base class of all GUI list models. More... | |
class | ColorPicker |
The ColorPicker class - This class provide methods of get generals colors from images. More... | |
class | iGUITokensModel |
The Tokens class is general global instanke of all QML constans used in the App. More... | |
class | iModel |
The iModel class is base model for GUI models. Works with ModelStorage. All models after adding can get access to any othe models that located on same storage object. More... | |
class | ListViewModel |
class | ModelStorage |
The ModelStorage class main model storage object. Provide access to all models in the application. More... | |
class | QMLColorPicker |
The QMLColorPicker class - Qml wrapper for ColorPicker class. More... | |
class | VariantListModel |
The VariantListModel class is universal implementation for all atomic types. More... | |
Enumerations | |
enum class | ListViewModelRoles { ModelData = Qt::UserRole } |
Functions | |
QSharedPointer< ModelStorage > | init (QQmlApplicationEngine *engine) |
init this method import all qml resources to your project. | |
the ViewSolutions namespace
|
strong |
Enumerator | |
---|---|
ModelData |
Definition at line 15 of file listviewmodel.h.
QSharedPointer< ModelStorage > VIEWSOLUTION_EXPORT ViewSolutions::init | ( | QQmlApplicationEngine * | engine | ) |
init this method import all qml resources to your project.
engine | is QQmlApplicationEngine object. |
Definition at line 18 of file viewsolutions.cpp.