26 #ifndef __TERRALIB_PROCESS_QT_INTERNAL_ABSTRACTPROCESSTREEGROUP_H 27 #define __TERRALIB_PROCESS_QT_INTERNAL_ABSTRACTPROCESSTREEGROUP_H 29 #include "../../Config.h" 33 #include <QTreeWidgetItem> 41 class ProcessExplorerTree;
42 class ProcessTreeItem;
78 ProcessTreeItem* addGroupItem(
const std::string& itemName,
const std::string& iconName);
83 virtual void setupGroup() = 0;
97 #endif // __TERRALIB_PROCESS_QT_INTERNAL_ABSTRACTPROCESSTREEGROUP_H A QTreeWidgetItem to represents a Process Builder items in a tree.
ProcessExplorerTree * m_tree
Group parent.
A QTreeWidget to view Process Builder items in a tree.
A Abstract QTreeWidgetItem Group of Process Builder items.
QTreeWidgetItem * m_root
Main item that represents the group.
std::string m_groupName
The group name.