Class NodeListModel
Defined in File node_list_model.h
Inheritance Relationships
Base Type
public QAbstractListModel
Class Documentation
-
class NodeListModel : public QAbstractListModel
Public Functions
-
explicit NodeListModel(LogDatabase *db)
-
~NodeListModel() override = default
-
std::string nodeName(const QModelIndex &index) const
-
int rowCount(const QModelIndex &parent) const override
-
QVariant data(const QModelIndex &index, int role) const override
Public Slots
-
void clear()
-
explicit NodeListModel(LogDatabase *db)