Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::StringMultilinePropertyWidgetQt Class Reference

Property widget for string properties which shows the contents spread over multiple lines. The height of the text editor is adjusted based on the contents and given defaults (2 to 10 lines). Changes are committed when the focus changes or CTRL + Return or CTRL + Enter is pressed. More...

#include <stringmultilinepropertywidgetqt.h>

Inheritance diagram for inviwo::StringMultilinePropertyWidgetQt:

Public Member Functions

 StringMultilinePropertyWidgetQt (StringProperty *property)
void updateFromProperty ()
void setPropertyValue ()
Public Member Functions inherited from inviwo::PropertyWidgetQt
 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
PropertyWidgetQtgetParentPropertyWidget () const
void setParentPropertyWidget (PropertyWidgetQt *parent)
virtual std::unique_ptr< QMenu > getContextMenu ()
virtual std::unique_ptr< QMimeData > getPropertyMimeData () const
Public Member Functions inherited from inviwo::PropertyWidget
 PropertyWidget (Property *property)
 PropertyWidget (const PropertyWidget &)
 PropertyWidget (PropertyWidget &&)
PropertyWidgetoperator= (const PropertyWidget &)
PropertyWidgetoperator= (PropertyWidget &&)
virtual ~PropertyWidget ()
virtual PropertyEditorWidgetgetEditorWidget () const
virtual bool hasEditorWidget () const
virtual PropertygetProperty ()
Public Member Functions inherited from inviwo::PropertyObserver
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)
Public Member Functions inherited from inviwo::Observer
 Observer (const Observer &other)
 Observer (Observer &&other)
Observeroperator= (Observer &&other)
Observeroperator= (const Observer &other)
virtual ~Observer ()
void removeObservation (ObservableInterface *observable)
void removeObservations ()

Additional Inherited Members

Public Types inherited from inviwo::PropertyWidgetQt
using BaseCallBack = std::function<void()>
Static Public Member Functions inherited from inviwo::PropertyWidgetQt
static void setSpacingAndMargins (QWidget *w, QLayout *layout)
Static Public Attributes inherited from inviwo::PropertyWidgetQt
static const double minimumWidthEm
static const double spacingEm
static const double marginEm
static const int minimumWidth
static const int spacing
static const int margin
Protected Member Functions inherited from inviwo::PropertyWidgetQt
virtual void mousePressEvent (QMouseEvent *event) override
virtual void mouseMoveEvent (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 setVisible (bool visible) override
virtual bool event (QEvent *event) override
virtual void paintEvent (QPaintEvent *pe) override
int getSpacing () const
 Assigned on mousePressEvent.
Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)
Protected Attributes inherited from inviwo::PropertyWidgetQt
QPoint mousePressedPosition_
Protected Attributes inherited from inviwo::PropertyWidget
Propertyproperty_ = nullptr
Protected Attributes inherited from inviwo::Observer
std::unordered_set< ObservableInterface * > observables_

Detailed Description

Property widget for string properties which shows the contents spread over multiple lines. The height of the text editor is adjusted based on the contents and given defaults (2 to 10 lines). Changes are committed when the focus changes or CTRL + Return or CTRL + Enter is pressed.

Member Function Documentation

◆ updateFromProperty()

void inviwo::StringMultilinePropertyWidgetQt::updateFromProperty ( )
virtual

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:
  • stringmultilinepropertywidgetqt.h