1 #ifndef ROVIZ_ITEM_BASE_DEV_PRIVATE_H 2 #define ROVIZ_ITEM_BASE_DEV_PRIVATE_H 28 QPushButton *collapse_btn;
29 QHBoxLayout *main_layout, *main_image_layout, *main_control_layout;
30 QList<ConfigImplBaseDev*> config_impls;
31 QWidget *control_base;
33 QList<StreamWidget*> output_widgets;
34 bool config_present, conf_loaded;
67 #endif // ROVIZ_ITEM_BASE_DEV_PRIVATE_H
void parentScopeChanged(SettingsScope *old)
Adds the item to the shared window and loads the configs (cannot be done in the constructor, because the SettingsScope is still parentless)
Definition: roviz_item_base_dev_p.cpp:49
The SettingsScope class acts as a container for scoped settings.
Definition: settings_scope.h:21
void collapseBtnClicked(void)
(Un)collapses all trim sliders
Definition: roviz_item_base_dev_p.cpp:24
Base class of ConfigImplDev that doesn't depend on the type of the config.
Definition: config_impl_base_dev.h:16
Base class that binds RovizItem to the itemframework/Qt.
Definition: roviz_item_base_dev.h:25
void initConfigImpl(ConfigImplBaseDev *impl)
Does the generic initialization of a config implementation that is not dependant on the type...
Definition: roviz_item_base_dev_p.cpp:93
void showConfigWindow(void)
Show the config window.
Definition: roviz_item_base_dev_p.cpp:61
Private part of RovizItemDevBase.
Definition: roviz_item_base_dev_p.h:21