12 #include <QtWidgets/QWidget>
13 #include <QtWidgets/QListWidget>
31 ShowSubordinateTypes = 0x00000001,
32 ShowMatchTypes = 0x00000002,
33 ShowAll = (ShowSubordinateTypes | ShowMatchTypes)
45 virtual void clearContents();
48 virtual void setMatchingTypeEnabled(
bool);
49 virtual bool matchingTypeEnabled()
const;
53 virtual std::list<DtObjectType> additionalMatchTypes()
const;
54 virtual void setAdditionalMatchTypes(std::list<DtObjectType> types);
57 virtual bool changeEnumeration(
const QString& title,
bool okEnabled,
Flags);
60 virtual bool changeEnumeration(
const QString& title =
"",
bool okEnabled =
false);
63 virtual void addRow();
64 virtual void removeRow();
65 virtual void itemSelectionChanged();
93 return myMatchingTypeEnabled;
103 return myMatchingType;