21 #ifndef STDR_GUI_SOUND_SOURCE_CONTAINER 22 #define STDR_GUI_SOUND_SOURCE_CONTAINER 64 virtual void draw(QImage *img);
Implements the functionalities of a sound source.
CGuiSoundSource(QPoint p, std::string name, float resolution)
Default contructor.
~CGuiSoundSource(void)
Default destructor.
void setDb(float db)
Sets the tag message.
The main namespace for STDR GUI.
float getDb(void)
Returns the tag message.
virtual void draw(QImage *img)
Draws the tag in the map.
Implements the functionalities of a source, to be derived by specific source types.