#include <MessageTopicRegistry.h>
Classes | |
class | Impl |
Signals | |
void | updateFinished () |
void | updateStarted () |
Public Member Functions | |
QMap< QString, QString > | getTopics () const |
bool | isEmpty () const |
bool | isUpdating () const |
MessageTopicRegistry (QObject *parent=0) | |
void | update () |
~MessageTopicRegistry () | |
Private Slots | |
void | threadFinished () |
void | threadStarted () |
Static Private Attributes | |
static Impl | impl_ |
Definition at line 29 of file MessageTopicRegistry.h.
rqt_multiplot::MessageTopicRegistry::MessageTopicRegistry | ( | QObject * | parent = 0 | ) |
Definition at line 38 of file MessageTopicRegistry.cpp.
Definition at line 44 of file MessageTopicRegistry.cpp.
QMap< QString, QString > rqt_multiplot::MessageTopicRegistry::getTopics | ( | ) | const |
Definition at line 60 of file MessageTopicRegistry.cpp.
bool rqt_multiplot::MessageTopicRegistry::isEmpty | ( | ) | const |
Definition at line 70 of file MessageTopicRegistry.cpp.
bool rqt_multiplot::MessageTopicRegistry::isUpdating | ( | ) | const |
Definition at line 66 of file MessageTopicRegistry.cpp.
void rqt_multiplot::MessageTopicRegistry::threadFinished | ( | ) | [private, slot] |
Definition at line 109 of file MessageTopicRegistry.cpp.
void rqt_multiplot::MessageTopicRegistry::threadStarted | ( | ) | [private, slot] |
Definition at line 105 of file MessageTopicRegistry.cpp.
Definition at line 80 of file MessageTopicRegistry.cpp.
void rqt_multiplot::MessageTopicRegistry::updateFinished | ( | ) | [signal] |
void rqt_multiplot::MessageTopicRegistry::updateStarted | ( | ) | [signal] |
MessageTopicRegistry::Impl rqt_multiplot::MessageTopicRegistry::impl_ [static, private] |
Definition at line 59 of file MessageTopicRegistry.h.