Public Member Functions | Private Attributes
stdr_gui::CGuiRfidTag Class Reference

Implements the functionalities of an RFID tag. More...

#include <stdr_gui_rfid_tag.h>

Inheritance diagram for stdr_gui::CGuiRfidTag:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CGuiRfidTag (QPoint p, std::string name, float resolution)
 Default contructor.
virtual void draw (QImage *img)
 Draws the tag in the map.
QString getMessage (void)
 Returns the tag message.
void setMessage (QString msg)
 Sets the tag message.
 ~CGuiRfidTag (void)
 Default destructor.

Private Attributes

QString message_
 < The message of the rfid tag

Detailed Description

Implements the functionalities of an RFID tag.

Definition at line 38 of file stdr_gui_rfid_tag.h.


Constructor & Destructor Documentation

stdr_gui::CGuiRfidTag::CGuiRfidTag ( QPoint  p,
std::string  name,
float  resolution 
)

Default contructor.

Parameters:
p[QPoint] The pose of the rfid tag
name[std::string] The "name" of the rfid tag
resolution[float] The map's resolution
Returns:
void
Parameters:
p[QPoint] The pose of the rfid tag
name[std::string] The "name" of the rfid tag
Returns:
void

Definition at line 33 of file stdr_gui_rfid_tag.cpp.

Default destructor.

Returns:
void

Definition at line 44 of file stdr_gui_rfid_tag.cpp.


Member Function Documentation

void stdr_gui::CGuiRfidTag::draw ( QImage *  img) [virtual]

Draws the tag in the map.

Parameters:
img[QImage*] The image to draw to
Returns:
void

Implements stdr_gui::CGuiSource.

Definition at line 54 of file stdr_gui_rfid_tag.cpp.

Returns the tag message.

Returns:
QString

Definition at line 113 of file stdr_gui_rfid_tag.cpp.

void stdr_gui::CGuiRfidTag::setMessage ( QString  msg)

Sets the tag message.

Parameters:
msg[QString] The message to be set
Returns:
void

Definition at line 104 of file stdr_gui_rfid_tag.cpp.


Member Data Documentation

< The message of the rfid tag

Definition at line 43 of file stdr_gui_rfid_tag.h.


The documentation for this class was generated from the following files:


stdr_gui
Author(s): Manos Tsardoulias
autogenerated on Tue Feb 7 2017 03:46:43