|  | 
|  | BoolCompositePropertyWidgetQt (BoolCompositeProperty *property) | 
| virtual bool | isChecked () const override | 
| virtual bool | isCollapsed () const override | 
| virtual void | onSetDisplayName (Property *property, const std::string &displayName) override | 
| virtual void | onSetCollapsed (bool value) override | 
| virtual void | initState () override | 
| virtual void | updateFromProperty () override | 
|  | CollapsibleGroupBoxWidgetQt (CompositeProperty *property, bool isCheckable=false) | 
|  | CollapsibleGroupBoxWidgetQt (Processor *property, bool isCheckable=false) | 
|  | CollapsibleGroupBoxWidgetQt (Settings *property, bool isCheckable=false) | 
|  | CollapsibleGroupBoxWidgetQt (Property *property, PropertyOwner *owner, const std::string &displayName="", bool isCheckable=false) | 
| virtual std::string | getDisplayName () const | 
| virtual void | setDisplayName (const std::string &displayName) | 
| void | addProperty (Property *tmpProperty) | 
| const std::vector< Property * > & | getProperties () const | 
| const std::vector< PropertyWidgetQt * > & | getPropertyWidgets () const | 
| PropertyWidgetQt * | widgetForProperty (Property *) const | 
| Property * | propertyForWidget (PropertyWidgetQt *) const | 
| void | setPropertyOwner (PropertyOwner *propertyOwner) | 
| PropertyOwner * | getPropertyOwner () const | 
| void | setShowIfEmpty (bool val) | 
| bool | isCheckable () const | 
| void | setCheckable (bool checkable) | 
| void | setCheckBoxText (std::string_view text) | 
| void | setCheckBoxVisible (bool visible) | 
| void | setCheckBoxReadonly (bool readonly) | 
| virtual bool | isChildRemovable () const | 
| virtual QSize | sizeHint () const override | 
| virtual QSize | minimumSizeHint () const override | 
| virtual void | setReadOnly (bool readonly) override | 
| void | toggleCollapsed () | 
| virtual std::unique_ptr< QMenu > | getContextMenu () override | 
| std::unique_ptr< QMimeData > | getPropertyOwnerMimeData () const | 
|  | PropertyWidgetQt (Property *property=nullptr) | 
| void | setSpacingAndMargins (QLayout *layout) | 
| virtual void | onChildVisibilityChange (PropertyWidgetQt *child) | 
| void | setNestedDepth (int depth) | 
| int | getNestedDepth () const | 
| PropertyWidgetQt * | getParentPropertyWidget () const | 
| void | setParentPropertyWidget (PropertyWidgetQt *parent) | 
| virtual std::unique_ptr< QMimeData > | getPropertyMimeData () const | 
|  | PropertyWidget (Property *property) | 
|  | PropertyWidget (const PropertyWidget &) | 
|  | PropertyWidget (PropertyWidget &&) | 
| PropertyWidget & | operator= (const PropertyWidget &) | 
| PropertyWidget & | operator= (PropertyWidget &&) | 
| virtual | ~PropertyWidget () | 
| virtual PropertyEditorWidget * | getEditorWidget () const | 
| virtual bool | hasEditorWidget () const | 
| virtual Property * | getProperty () | 
| virtual void | onSetIdentifier (Property *property, const std::string &identifier) | 
|  | Observer (const Observer &other) | 
|  | Observer (Observer &&other) | 
| Observer & | operator= (Observer &&other) | 
| Observer & | operator= (const Observer &other) | 
| virtual | ~Observer () | 
| void | removeObservation (ObservableInterface *observable) | 
| void | removeObservations () | 
| virtual void | onWillAddProperty (PropertyOwner *owner, Property *property, size_t index) | 
| virtual void | onDidRemoveProperty (PropertyOwner *owner, Property *property, size_t index) | 
|  | 
| virtual void | setCollapsed (bool value) override | 
| virtual void | onDidAddProperty (Property *property, size_t index) override | 
| virtual void | onWillRemoveProperty (Property *property, size_t index) override | 
| virtual void | onSetSemantics (Property *property, const PropertySemantics &semantics) override | 
| virtual void | onSetReadOnly (Property *property, bool readonly) override | 
| virtual void | onSetVisible (Property *property, bool visible) override | 
| virtual void | setVisible (bool visible) override | 
| void | setEmptyLabelString (const std::string &str) | 
|  | set the text which is shown if there are no sub-properties and showIfEmpty is true 
 | 
| void | addButtonLayout (QGridLayout *layout, int row, Property *prop) | 
| void | insertProperty (Property *prop, size_t index) | 
| void | insertPropertyWidget (PropertyWidgetQt *propertyWidget, bool insertAtEnd) | 
| virtual void | updateFocusPolicy () | 
| virtual void | mousePressEvent (QMouseEvent *event) override | 
| virtual void | mouseMoveEvent (QMouseEvent *event) override | 
| virtual void | mouseReleaseEvent (QMouseEvent *event) override | 
| virtual bool | event (QEvent *event) override | 
| virtual void | paintEvent (QPaintEvent *pe) override | 
| int | getSpacing () const | 
|  | Assigned on mousePressEvent. 
 | 
| void | addObservation (ObservableInterface *observable) |