cantor/src/lib
defaultvariablemodel.h
Go to the documentation of this file.
123 virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
128 NameColumn = 0,
129 ValueColumn = 1,
130 ColumnCount = 2
139 bool operator==(const Cantor::DefaultVariableModel::Variable& one, const Cantor::DefaultVariableModel::Variable& other);
This DefaultVariableModel class is an implementation of QAbstractItemModel that can be used with the ...
Definition: defaultvariablemodel.h:47
A structure representing a variable.
Definition: defaultvariablemodel.h:57
bool operator==(const Cantor::DefaultVariableModel::Variable &one, const Cantor::DefaultVariableModel::Variable &other)
Definition: defaultvariablemodel.cpp:194
typedef ItemFlags
The Session object is the main class used to interact with a Backend.
Definition: session.h:50
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.