17 #ifndef GAZEBO_GUI_TOPTOOLBAR_HH_
18 #define GAZEBO_GUI_TOPTOOLBAR_HH_
29 class TopToolbarPrivate;
38 public:
explicit TopToolbar(QWidget *_parent = 0);
47 public:
void InsertAction(
const QString &_before,
53 public: QAction *InsertSeparator(
const QString &_before);
59 public: QAction *InsertWidget(
const QString &_before,
64 public:
void AddAction(QAction *_action);
68 public: QAction *AddSeparator();
72 public: QAction *AddWidget(QWidget *_widget);
76 private:
void OnWindowMode(
const std::string &_mode);
80 private: TopToolbarPrivate *dataPtr;
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:59