Defines an hierarquical structure. More...
#include "../../Config.h"
#include "../../../../common/Exception.h"
#include "../../../../common/GenericQueue.h"
#include <qnamespace.h>
#include <QString>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | te::qt::widgets::TreeItem |
Defines a hierarchical structure. More... | |
Namespaces | |
te | |
TerraLib. | |
te::qt | |
Namespace for the Qt module of TerraLib. | |
te::qt::widgets | |
Namespace for the Qt Widgets module of TerraLib. | |
Typedefs | |
typedef te::common::QueueT< TreeItem * > | te::qt::widgets::Queue |
Enumerations | |
enum | te::qt::widgets::VISIBLE { te::qt::widgets::NONE , te::qt::widgets::TOTALLY , te::qt::widgets::PARTIALLY } |
Defines the visibility of an item. More... | |
Defines an hierarquical structure.
Definition in file TreeItem.h.