Implements the functionalities of a CO2 source. More...
#include <stdr_gui_co2_source.h>
Public Member Functions | |
CGuiCo2Source (QPoint p, std::string name, float resolution) | |
Default contructor. | |
virtual void | draw (QImage *img) |
Draws the tag in the map. | |
float | getPpm (void) |
Returns the tag message. | |
void | setPpm (float ppm) |
Sets the tag message. | |
~CGuiCo2Source (void) | |
Default destructor. | |
Private Attributes | |
float | ppm_ |
Implements the functionalities of a CO2 source.
Definition at line 36 of file stdr_gui_co2_source.h.
stdr_gui::CGuiCo2Source::CGuiCo2Source | ( | QPoint | p, |
std::string | name, | ||
float | resolution | ||
) |
Default contructor.
p | [QPoint] The pose of the rfid tag |
name | [std::string] The "name" of the rfid tag |
resolution | [float] The map's resolution |
p | [QPoint] The pose of the rfid tag |
name | [std::string] The "name" of the rfid tag |
Definition at line 32 of file stdr_gui_co2_source.cpp.
void stdr_gui::CGuiCo2Source::draw | ( | QImage * | img | ) | [virtual] |
Draws the tag in the map.
img | [QImage*] The image to draw to |
Implements stdr_gui::CGuiSource.
Definition at line 53 of file stdr_gui_co2_source.cpp.
float stdr_gui::CGuiCo2Source::getPpm | ( | void | ) |
void stdr_gui::CGuiCo2Source::setPpm | ( | float | ppm | ) |
Sets the tag message.
msg | [QString] The message to be set |
Definition at line 104 of file stdr_gui_co2_source.cpp.
float stdr_gui::CGuiCo2Source::ppm_ [private] |
Definition at line 40 of file stdr_gui_co2_source.h.