12#ifndef DDT_DATAVISUALISATION_DDTGRAPHCIS_GRAPHICALOVERLAY_HPP
13#define DDT_DATAVISUALISATION_DDTGRAPHCIS_GRAPHICALOVERLAY_HPP
83 const bool show_ids =
false,
84 const QString id_list =
"")
const;
121 const QString tag =
"",
const bool show_ids =
false,
122 const QString id_list =
"")
const;
125 QList<DdtGraphicalElement*> graphical_elements;
Definition ddtGraphicalElement.hpp:80
QList< DdtGraphicalElement * > * GetListOfGraphicalElements()
Definition ddtGraphicalOverlay.cpp:52
void RemoveElementsOfType(const DdtOverlayType type)
Definition ddtGraphicalOverlay.cpp:105
QStringList GetListOfElementIDs() const
Definition ddtGraphicalOverlay.cpp:41
void ShowAllElements() const
Definition ddtGraphicalOverlay.cpp:73
void RemoveGraphicalElement(DdtGraphicalElement *const element)
Definition ddtGraphicalOverlay.cpp:28
void SetShowHideFlags(DdtOverlayType ovltype, const bool show, const QString tag="", const bool show_ids=false, const QString id_list="") const
Definition ddtGraphicalOverlay.cpp:120
virtual ~DdtGraphicalOverlay()
void AddGraphicalElement(DdtGraphicalElement *const element)
Definition ddtGraphicalOverlay.cpp:18
void HideElementsOfTag(const QString tag) const
Definition ddtGraphicalOverlay.cpp:100
void HideAllElements() const
Definition ddtGraphicalOverlay.cpp:78
void ShowElementsOfType(const DdtOverlayType type, const bool show_ids=false, const QString id_list="") const
Definition ddtGraphicalOverlay.cpp:83
QList< DdtGraphicalElement * > GetElementByTag(const QString tag) const
Definition ddtGraphicalOverlay.cpp:56
void ShowElementsOfTag(const QString tag) const
Definition ddtGraphicalOverlay.cpp:95
void HideElementsOfType(const DdtOverlayType type) const
Definition ddtGraphicalOverlay.cpp:90
DDT Graphics. Base Class for the DDT Graphical Elements. Elements can be lines, ovals,...
DdtOverlayType
Definition ddtGraphicalElement.hpp:26
DDT Graphics. Include file to include all supported graphical element types. Include list for the Gra...