delphyne_gui
|
Show stats of all topics.
#include <visualizer/topics_stats/topics_stats.hh>
Signals | |
void | DisplayedTopicDataChanged () |
Signals to notify that the property has changed. More... | |
Public Member Functions | |
Q_INVOKABLE QStringList | DisplayedTopicData () const |
Q_INVOKABLE void | SetDisplayedTopicData (const QStringList &_data) |
TopicsStats () | |
Constructor. More... | |
void | LoadConfig (const tinyxml2::XMLElement *_pluginElem) override |
Protected Slots | |
void | SearchTopic (const QString &_topic) |
Protected Member Functions | |
void | timerEvent (QTimerEvent *_event) override |
Timer event callback which handles the publication of new data in the table. More... | |
Properties | |
QStringList | displayedTopicData |
Table data to be passed to the table. More... | |
TopicsStats | ( | ) |
Constructor.
QStringList DisplayedTopicData | ( | ) | const |
|
signal |
Signals to notify that the property has changed.
|
override |
|
protectedslot |
void SetDisplayedTopicData | ( | const QStringList & | _data | ) |
|
overrideprotected |
Timer event callback which handles the publication of new data in the table.
|
readwrite |
Table data to be passed to the table.
The list is expected to be comformed using blocks of [topic
, messages
, frequency
, bandwidth
]. In the QML file this is parsed to get the four values for each row.