21 #ifndef STDR_GUI_CO2_SOURCE_CONTAINER 22 #define STDR_GUI_CO2_SOURCE_CONTAINER 64 virtual void draw(QImage *img);
virtual void draw(QImage *img)
Draws the tag in the map.
Implements the functionalities of a CO2 source.
void setPpm(float ppm)
Sets the tag message.
CGuiCo2Source(QPoint p, std::string name, float resolution)
Default contructor.
The main namespace for STDR GUI.
float getPpm(void)
Returns the tag message.
Implements the functionalities of a source, to be derived by specific source types.
~CGuiCo2Source(void)
Default destructor.