|
| OrdinalMinMaxPropertyWidgetQt (MinMaxProperty< T > *property) |
|
virtual void | updateFromProperty () override |
|
virtual std::unique_ptr< QMenu > | getContextMenu () override |
|
| PropertyWidgetQt (Property *property=nullptr) |
|
virtual void | initState () |
|
void | setSpacingAndMargins (QLayout *layout) |
|
virtual void | onChildVisibilityChange (PropertyWidgetQt *child) |
|
virtual void | setReadOnly (bool readonly) |
|
virtual QSize | sizeHint () const override |
|
virtual QSize | minimumSizeHint () const override |
|
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) |
|
virtual void | onSetDisplayName (Property *property, const std::string &displayName) |
|
virtual void | onSetSemantics (Property *property, const PropertySemantics &semantics) |
|
| Observer (const Observer &other) |
|
| Observer (Observer &&other) |
|
Observer & | operator= (Observer &&other) |
|
Observer & | operator= (const Observer &other) |
|
virtual | ~Observer () |
|
void | removeObservation (ObservableInterface *observable) |
|
void | removeObservations () |
|