23 #ifndef STDR_GUI_THERMAL_SOURCE_CONTAINER 24 #define STDR_GUI_THERMAL_SOURCE_CONTAINER 67 virtual void draw(QImage *img);
~CGuiThermalSource(void)
Default destructor.
Implements the functionalities of a thermal source.
virtual void draw(QImage *img)
Draws the tag in the map.
CGuiThermalSource(QPoint p, std::string name, float resolution)
Default contructor.
float degrees_
< The degrees of the thermal source
The main namespace for STDR GUI.
float getDegrees(void)
Returns the tag message.
Implements the functionalities of a source, to be derived by specific source types.
void setDegrees(float degrees)
Sets the tag message.