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

Implements the functionalities of a sound source. More...

#include <stdr_gui_sound_source.h>

List of all members.

Public Member Functions

 CGuiSoundSource (QPoint p, std::string name, float resolution)
 Default contructor.
bool checkProximity (QPoint p)
 Checks proximity to a point.
void draw (QImage *img)
 Draws the tag in the map.
float getDb (void)
 Returns the tag message.
std::string getName (void)
 Returns the "name" of the rfid tag.
void setDb (float db)
 Sets the tag message.
 ~CGuiSoundSource (void)
 Default destructor.

Private Attributes

float db_
 The OGM resolution.
std::string name_
 The message of the rfid tag.
QPoint position_
 < The position of the rfid tag in the map
float resolution_

Detailed Description

Implements the functionalities of a sound source.

Definition at line 36 of file stdr_gui_sound_source.h.


Constructor & Destructor Documentation

stdr_gui::CGuiSoundSource::CGuiSoundSource ( 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 32 of file stdr_gui_sound_source.cpp.

Default destructor.

Returns:
void

Definition at line 45 of file stdr_gui_sound_source.cpp.


Member Function Documentation

Checks proximity to a point.

Parameters:
p[QPoint] The proximity point to check
Returns:
bool : True if tag is close to p

Definition at line 64 of file stdr_gui_sound_source.cpp.

void stdr_gui::CGuiSoundSource::draw ( QImage *  img)

Draws the tag in the map.

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

Definition at line 77 of file stdr_gui_sound_source.cpp.

Returns the tag message.

Returns:
QString

Definition at line 136 of file stdr_gui_sound_source.cpp.

std::string stdr_gui::CGuiSoundSource::getName ( void  )

Returns the "name" of the rfid tag.

Returns:
std::string

Definition at line 54 of file stdr_gui_sound_source.cpp.

Sets the tag message.

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

Definition at line 127 of file stdr_gui_sound_source.cpp.


Member Data Documentation

The OGM resolution.

Definition at line 46 of file stdr_gui_sound_source.h.

std::string stdr_gui::CGuiSoundSource::name_ [private]

The message of the rfid tag.

Definition at line 44 of file stdr_gui_sound_source.h.

< The position of the rfid tag in the map

The "name" of the rfid tag

Definition at line 42 of file stdr_gui_sound_source.h.

Definition at line 47 of file stdr_gui_sound_source.h.


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


stdr_gui
Author(s): Manos Tsardoulias
autogenerated on Wed Sep 2 2015 03:36:45