9 #ifndef fomClassLVItem_H_
10 #define fomClassLVItem_H_
15 #include <vlutil/vlString.h>
16 #include <QTreeWidgetItem>
35 DtFomClassLVItem(
bool filtered,
const DtString& className,
int group,
39 virtual ~DtFomClassLVItem();
43 void setCheckBox(
bool onOff );
44 virtual void toggleCheckBox();
45 virtual void toggleCheckBoxIfSelected();
49 inline void setIsOn(
bool yesNo );
50 inline bool isOn()
const;
54 static bool initFilterPixmaps();
55 static void freeFilterPixmaps();
59 static QPixmap* theImageFilterOnPixmap;
60 static QPixmap* theImageFilterOffPixmap;
69 inline void DtFomClassLVItem::setIsOn(
bool onOff )
75 inline bool DtFomClassLVItem::isOn()
const
Defines IMPORT/EXPORT macros for lgrSimGui library.
#define DT_DLL_LGRSIMGUI
Definition: lgrSimGui.h:21