6 #ifndef SWIFT_GUI_NAMEVARIANTLISTMODEL_H
7 #define SWIFT_GUI_NAMEVARIANTLISTMODEL_H
21 class CNameVariantPair;
40 void setIconMode(
bool withIcon);
43 void removeByName(
const QString &name);
46 bool containsName(
const QString &name)
const;
53 bool skipEqualValues);
56 int getRowIndexForName(
const QString &name)
const;
Simple model displaying name / variant values.
virtual ~CNameVariantPairModel()
Destructor.
Value object for icons. An icon is stored in the global icon repository and identified by its index....
Wrapper around QVariant which provides transparent access to CValueObject methods of the contained ob...
Models to be used with views, mainly QTableView.
Free functions in swift::misc.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.