stdr_gui_thermal_source.h
Go to the documentation of this file.
1 /******************************************************************************
2  STDR Simulator - Simple Two DImensional Robot Simulator
3  Copyright (C) 2013 STDR Simulator
4  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by
6  the Free Software Foundation; either version 3 of the License, or
7  (at your option) any later version.
8  This program is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  GNU General Public License for more details.
12  You should have received a copy of the GNU General Public License
13  along with this program; if not, write to the Free Software Foundation,
14  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
15 
16  Authors :
17  * Manos Tsardoulias, etsardou@gmail.com
18  * Aris Thallas, aris.thallas@gmail.com
19  * Chris Zalidis, zalidis@gmail.com
20 ******************************************************************************/
21 
22 
23 #ifndef STDR_GUI_THERMAL_SOURCE_CONTAINER
24 #define STDR_GUI_THERMAL_SOURCE_CONTAINER
25 
27 
32 namespace stdr_gui
33 {
39  {
40  //------------------------------------------------------------------------//
41  private:
43  float degrees_;
44 
45  //------------------------------------------------------------------------//
46  public:
54  CGuiThermalSource(QPoint p,std::string name, float resolution);
55 
60  ~CGuiThermalSource(void);
61 
67  virtual void draw(QImage *img);
68 
74  void setDegrees(float degrees);
75 
80  float getDegrees(void);
81  };
82 }
83 
84 #endif
~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.


stdr_gui
Author(s): Manos Tsardoulias
autogenerated on Mon Jun 10 2019 15:15:16