30 #ifndef RVIZ_VIEWS_PANEL_H 31 #define RVIZ_VIEWS_PANEL_H 42 class PropertyTreeWidget;
99 #endif // RVIZ_VIEWS_PANEL_H void setViewManager(ViewManager *view_man)
Set the ViewManager which this panel should display and edit.
void onInitialize() override
Overridden from Panel. Just calls setViewManager() with vis_manager_->getViewManager().
void save(Config config) const override
Save configuration data, specifically the PropertyTreeWidget view settings.
PropertyTreeWidget * properties_view_
ViewsPanel(QWidget *parent=nullptr)
Configuration data storage class.
QPushButton * save_button_
ViewManager * getViewManager() const
Returns the current ViewManager.
Panel for choosing the view controller and saving and restoring viewpoints.
QComboBox * camera_type_selector_
void setCurrentViewFromIndex(const QModelIndex &index)
void onTypeSelectorChanged(int selected_index)
void load(const Config &config) override
Load configuration data, specifically the PropertyTreeWidget view settings.