Go to the documentation of this file.
18 #ifndef GZ_GUI_PLUGINS_TOPICVIEWER_HH_
19 #define GZ_GUI_PLUGINS_TOPICVIEWER_HH_
26 # define TopicViewer_EXPORTS_API
28 # if (defined(TopicViewer_EXPORTS))
29 # define TopicViewer_EXPORTS_API __declspec(dllexport)
31 # define TopicViewer_EXPORTS_API __declspec(dllimport)
35 namespace gz::gui::plugins
38 class TopicViewerPrivate;
53 public:
void LoadConfig(
const tinyxml2::XMLElement *)
override;
60 public slots:
void UpdateModel();
67 #endif // GZ_GUI_PLUGINS_TOPICVIEWER_HH_