#include <mon_gui.h>

Public Member Functions | |
| void | initPlugin (qt_gui_cpp::PluginContext &ctx) override |
| MonGUI ()=default | |
| void | restoreSettings (const qt_gui_cpp::Settings &pluginSettings, const qt_gui_cpp::Settings &instanceSettings) override |
| void | saveSettings (qt_gui_cpp::Settings &pluginSettings, qt_gui_cpp::Settings &instanceSettings) const override |
| void | shutdownPlugin () override |
| ~MonGUI () override=default | |
Public Member Functions inherited from rqt_gui_cpp::Plugin | |
| Plugin () | |
Public Member Functions inherited from qt_gui_cpp::Plugin | |
| virtual bool | hasConfiguration () const |
| Plugin () | |
| virtual void | triggerConfiguration () |
Public Member Functions inherited from nodelet::Nodelet | |
| void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
| Nodelet () | |
| virtual | ~Nodelet () |
Private Slots | |
| void | checkAutoTopic () |
| void | setNamespace (const QString &ns) |
| void | showContextMenu (const QPoint &point) |
Private Attributes | |
| QTimer * | m_autoTimer |
| NodeModel * | m_model |
| ROSMonModel * | m_rosmonModel |
| Ui_MonGUI | m_ui |
| QWidget * | m_w |
Additional Inherited Members | |
Protected Member Functions inherited from nodelet::Nodelet | |
| ros::CallbackQueueInterface & | getMTCallbackQueue () const |
| ros::NodeHandle & | getMTNodeHandle () const |
| ros::NodeHandle & | getMTPrivateNodeHandle () const |
| const V_string & | getMyArgv () const |
| const std::string & | getName () const |
| ros::NodeHandle & | getNodeHandle () const |
| ros::NodeHandle & | getPrivateNodeHandle () const |
| const M_string & | getRemappingArgs () const |
| ros::CallbackQueueInterface & | getSTCallbackQueue () const |
| std::string | getSuffixedName (const std::string &suffix) const |
|
default |
|
overridedefault |
|
privateslot |
Definition at line 160 of file mon_gui.cpp.
|
overridevirtual |
Reimplemented from qt_gui_cpp::Plugin.
Definition at line 29 of file mon_gui.cpp.
|
overridevirtual |
Reimplemented from qt_gui_cpp::Plugin.
Definition at line 109 of file mon_gui.cpp.
|
overridevirtual |
Reimplemented from qt_gui_cpp::Plugin.
Definition at line 122 of file mon_gui.cpp.
|
privateslot |
Definition at line 174 of file mon_gui.cpp.
|
privateslot |
Definition at line 128 of file mon_gui.cpp.
|
overridevirtual |
Reimplemented from rqt_gui_cpp::Plugin.
Definition at line 104 of file mon_gui.cpp.
|
private |