20 #ifndef GNEDetectorEntry_h 21 #define GNEDetectorEntry_h static GUIGlID detectorEntryGlID
variable to save detectorEntry icon
GNEDetectorE3 * myE3Parent
pointer to E3 parent
GNEDetectorEntry(GNEViewNet *viewNet, GNEDetectorE3 *parent, GNELane *lane, double pos)
Constructor.
int getFrequency() const
Invalidated set frequency.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
Stores the information about how to visualize structures.
void setFilename(std::string filename)
Invalidated.
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
~GNEDetectorEntry()
destructor
void updateGeometry()
update pre-computed geometry information
GNEDetectorE3 * getE3Parent() const
get E3 Detector parent
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
method for setting the attribute and letting the object perform additional changes ...
A point in 2D or 3D with translation and scaling methods.
Position getPositionInView() const
Returns position of detector Entry in view.
bool isValid(SumoXMLAttr key, const std::string &value)
method for checking if the key and their conrrespond attribute are valids
std::string getFilename() const
Invalidated get filename.
void setFrequency(double freq)
Invalidated set filename.
std::string getAttribute(SumoXMLAttr key) const
void writeAdditional(OutputDevice &device) const
writte additional element into a xml file
void updateGeometryByParent()
update pre-computed geometry information called by E3 parent
GNEDetectorEntry & operator=(const GNEDetectorEntry &)
Invalidated assignment operator.
Static storage of an output device and its base (abstract) implementation.
static bool detectorEntryInitialized
check if detectorEntry icon was inicilalizated