ViewSolutions
Loading...
Searching...
No Matches
baselistmodel.h File Reference
#include <QAbstractItemModel>
#include <QQmlEngine>
Include dependency graph for baselistmodel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ViewSolutions::__PrvateBaseListModel
 
class  ViewSolutions::BaseListModel< TYPE >
 The BaseListModel class is base class of all GUI list models. More...
 

Namespaces

namespace  ViewSolutions
 the ViewSolutions namespace
 

Macros

#define BASE_LIST_MODEL_DATA_PROPERTY(Type)   Q_PROPERTY(QList<Type> listDate READ dateList WRITE setDataList NOTIFY listDateChanged FINAL)
 

Macro Definition Documentation

◆ BASE_LIST_MODEL_DATA_PROPERTY

#define BASE_LIST_MODEL_DATA_PROPERTY (   Type)    Q_PROPERTY(QList<Type> listDate READ dateList WRITE setDataList NOTIFY listDateChanged FINAL)

Definition at line 25 of file baselistmodel.h.