Go to the documentation of this file.
18 #ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GRAPHICALOVERLAY_HPP
19 #define DDT_DATAVISUALISATION_DDTGRAPHCIS_GRAPHICALOVERLAY_HPP
89 const QString id_list =
"")
const;
124 const QString tag =
"",
const bool showIds =
false,
125 const QString id_list =
"")
const;
128 QList<DdtGraphicalElement*> graphical_elements;
133 #endif // DDT_DATAVISUALISATION_DDTGRAPHCIS_GRAPHICALOVERLAY_HPP
Definition: ddtGraphicalOverlay.hpp:29
void ShowElementsOfTag(const QString tag) const
Definition: ddtGraphicalOverlay.cpp:99
QList< DdtGraphicalElement * > GetElementByTag(const QString tag) const
Definition: ddtGraphicalOverlay.cpp:60
void HideElementsOfTag(const QString tag) const
Definition: ddtGraphicalOverlay.cpp:104
QList< DdtGraphicalElement * > * GetListOfGraphicalElements()
Definition: ddtGraphicalOverlay.cpp:56
Definition: ddtGraphicalElement.hpp:78
void HideAllElements() const
Definition: ddtGraphicalOverlay.cpp:82
void RemoveGraphicalElement(DdtGraphicalElement *const element)
Definition: ddtGraphicalOverlay.cpp:32
virtual ~DdtGraphicalOverlay()
void HideElementsOfType(const DdtOverlayType type) const
Definition: ddtGraphicalOverlay.cpp:94
void SetShowHideFlags(DdtOverlayType ovltype, const bool show, const QString tag="", const bool showIds=false, const QString id_list="") const
Definition: ddtGraphicalOverlay.cpp:120
void AddGraphicalElement(DdtGraphicalElement *const element)
Definition: ddtGraphicalOverlay.cpp:22
DdtOverlayType
Definition: ddtGraphicalElement.hpp:28
QStringList GetListOfElementIDs() const
Definition: ddtGraphicalOverlay.cpp:45
void ShowElementsOfType(const DdtOverlayType type, const bool showIds=false, const QString id_list="") const
Definition: ddtGraphicalOverlay.cpp:87
void RemoveElementsOfType(const DdtOverlayType type)
Definition: ddtGraphicalOverlay.cpp:109
void ShowAllElements() const
Definition: ddtGraphicalOverlay.cpp:77