#include <modules/qtwidgets/properties/stringpropertywidgetqt.h>
|
| virtual PropertyEditorWidget * | getEditorWidget () const override |
| virtual bool | hasEditorWidget () const override |
|
void | setPropertyValue () |
|
| StringPropertyWidgetQt (StringProperty *property) |
| virtual void | updateFromProperty () override |
|
virtual std::unique_ptr< QMenu > | getContextMenu () |
|
int | getNestedDepth () const |
|
PropertyWidgetQt * | getParentPropertyWidget () const |
|
virtual std::unique_ptr< QMimeData > | getPropertyMimeData () const |
|
virtual void | initState () |
|
virtual QSize | minimumSizeHint () const override |
|
virtual void | onChildVisibilityChange (PropertyWidgetQt *child) |
|
| PropertyWidgetQt (Property *property=nullptr) |
|
void | setNestedDepth (int depth) |
|
void | setParentPropertyWidget (PropertyWidgetQt *parent) |
|
virtual void | setReadOnly (bool readonly) |
|
void | setSpacingAndMargins (QLayout *layout) |
|
virtual QSize | sizeHint () const override |
|
virtual Property * | getProperty () |
|
PropertyWidget & | operator= (const PropertyWidget &) |
|
PropertyWidget & | operator= (PropertyWidget &&) |
|
| PropertyWidget (const PropertyWidget &) |
| | PropertyWidget (Property *property) |
|
| PropertyWidget (PropertyWidget &&) |
| virtual | ~PropertyWidget () |
| virtual void | onSetDisplayName (Property *property, const std::string &displayName) |
| virtual void | onSetIdentifier (Property *property, const std::string &identifier) |
| virtual void | onSetSemantics (Property *property, const PropertySemantics &semantics) |
|
| Observer (const Observer &other) |
|
| Observer (Observer &&other) |
|
Observer & | operator= (const Observer &other) |
|
Observer & | operator= (Observer &&other) |
| void | removeObservation (ObservableInterface *observable) |
|
void | removeObservations () |
| virtual | ~Observer () |
|
|
void | addEditor () |
|
virtual void | initEditor () |
|
virtual bool | event (QEvent *event) override |
|
int | getSpacing () const |
| | Assigned on mousePressEvent.
|
|
virtual void | mouseMoveEvent (QMouseEvent *event) override |
|
virtual void | mousePressEvent (QMouseEvent *event) override |
|
virtual void | mouseReleaseEvent (QMouseEvent *event) override |
| virtual void | onSetReadOnly (Property *property, bool readonly) override |
| virtual void | onSetVisible (Property *property, bool visible) override |
|
virtual void | paintEvent (QPaintEvent *pe) override |
|
virtual void | setVisible (bool visible) override |
| void | addObservation (ObservableInterface *observable) |
|
|
using | BaseCallBack = std::function<void()> |
|
static void | setSpacingAndMargins (QWidget *w, QLayout *layout) |
|
static const int | margin |
|
static const double | marginEm |
|
static const int | minimumWidth |
|
static const double | minimumWidthEm |
|
static const int | spacing |
|
static const double | spacingEm |
Widget representing a StringProperty. The following semantics are supported: Default, Password, TextEditor
◆ getEditorWidget()
◆ hasEditorWidget()
| virtual bool inviwo::StringPropertyWidgetQt::hasEditorWidget |
( |
| ) |
const |
|
overridevirtual |
◆ updateFromProperty()
| virtual void inviwo::StringPropertyWidgetQt::updateFromProperty |
( |
| ) |
|
|
overridevirtual |
Implement this function to update the widget after the property has been modified.
Implements inviwo::PropertyWidget.
The documentation for this class was generated from the following file:
- modules/qtwidgets/include/modules/qtwidgets/properties/stringpropertywidgetqt.h