17#include <QtCore/qstringlist.h>
29 class TreeWidgetFilter;
44 std::list<std::string>
selectedItemPaths(
char _pathDelimiter =
'/',
bool _bottomLevelOnly =
true)
const;
48 void slotCancel(
void);
49 void slotAdd(QTreeWidgetItem* _item,
int _col);
50 void slotRemove(QTreeWidgetItem* _item,
int _col);
53 void addSelectedPaths(QTreeWidgetItem* _item, std::list<std::string>& _list,
char _pathDelimiter,
bool _bottomLevelOnly)
const;
57 std::list<std::string> m_initiallySelected;
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition SelectEntitiesDialog.h:32
~SelectEntitiesDialog()
Definition SelectEntitiesDialog.cpp:84
bool selectionHasChanged(void) const
Definition SelectEntitiesDialog.cpp:88
std::list< std::string > selectedItemPaths(char _pathDelimiter='/', bool _bottomLevelOnly=true) const
Returns the paths of the selected items.
Definition SelectEntitiesDialog.cpp:97
Definition NavigationTreeItem.h:35
Definition SelectEntitiesDialogCfg.h:18