A widget that provides a list of topics to select from. More...
#include <gui/TopicSelector.hh>
Inherits QDialog.
Public Member Functions | |
TopicSelector (QWidget *_parent=0) | |
Constructor. More... | |
virtual | ~TopicSelector () |
Destructor. More... | |
std::string | GetMsgType () const |
Get the message type that was selected. More... | |
std::string | GetTopic () const |
Get the topic that was selected. More... | |
A widget that provides a list of topics to select from.
TopicSelector | ( | QWidget * | _parent = 0 | ) |
Constructor.
[in] | _parent | Parent widget pointer. |
|
virtual |
Destructor.
std::string GetMsgType | ( | ) | const |
Get the message type that was selected.
std::string GetTopic | ( | ) | const |
Get the topic that was selected.