|
roviz
0.7
Code Documentation of roviz
|
Private part of RovizItemDevBase. More...
#include <roviz_item_base_dev_p.h>


Public Slots | |
| void | collapseBtnClicked (void) |
| (Un)collapses all trim sliders | |
| 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) More... | |
| void | showConfigWindow (void) |
| Show the config window. More... | |
| void | initConfigImpl (ConfigImplBaseDev *impl) |
| Does the generic initialization of a config implementation that is not dependant on the type. More... | |
Public Member Functions | |
| RovizItemBaseDevPrivate (RovizItemBaseDev *q) | |
Public Attributes | |
| RovizItemBaseDev * | _this |
| QWidget * | main_widget |
| QPushButton * | collapse_btn |
| QHBoxLayout * | main_layout |
| QHBoxLayout * | main_image_layout |
| QHBoxLayout * | main_control_layout |
| QList< ConfigImplBaseDev * > | config_impls |
| QWidget * | control_base |
| QImage | default_image |
| QList< StreamWidget * > | output_widgets |
| bool | config_present |
| bool | conf_loaded |
Private part of RovizItemDevBase.
|
slot |
Does the generic initialization of a config implementation that is not dependant on the type.
| impl | The implementation |

|
slot |
Adds the item to the shared window and loads the configs (cannot be done in the constructor, because the SettingsScope is still parentless)
| Old | SettingsScope |


|
slot |
1.8.13