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

Text Editor for a FileProperty or a StringProperty. More...

#include <texteditorwidgetqt.h>

Inheritance diagram for inviwo::TextEditorDockWidget:

Public Member Functions

 TextEditorDockWidget (Property *property)
 Create a text editor for property.
SyntaxHighlightergetSyntaxHighlighter ()
void updateFromProperty ()
virtual PropertygetProperty () const override
Public Member Functions inherited from inviwo::PropertyEditorWidgetQt
 PropertyEditorWidgetQt (Property *property, const std::string &widgetName)
 PropertyEditorWidgetQt (Property *property, const std::string &widgetName, const std::string &objName)
virtual bool isVisible () const override
virtual void setVisible (bool visible) override
virtual ivec2 getPosition () const override
virtual void setPosition (const ivec2 &pos) override
virtual ivec2 getDimensions () const override
virtual void setDimensions (const ivec2 &dimensions) override
virtual void saveState () override
virtual void loadState () override
Public Member Functions inherited from inviwo::InviwoDockWidget
 InviwoDockWidget (QString title, QWidget *parent)
 InviwoDockWidget (QString title, QWidget *parent, QString objname)
virtual void keyPressEvent (QKeyEvent *keyEvent) override
void setSticky (bool sticky)
bool isSticky () const
void setContents (QWidget *widget)
void setContents (QLayout *layout)
Public Member Functions inherited from inviwo::PropertyObserver
virtual void onSetIdentifier (Property *property, const std::string &identifier)
virtual void onSetSemantics (Property *property, const PropertySemantics &semantics)
virtual void onSetVisible (Property *property, bool visible)
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 ()

Protected Member Functions

virtual void closeEvent (QCloseEvent *) override
virtual void onSetDisplayName (Property *, const std::string &displayName) override
virtual void setReadOnly (bool readonly) override
void updateWindowTitle ()
void propertyModified ()
void save ()
void saveToFile (const std::filesystem::path &filename)
Protected Member Functions inherited from inviwo::PropertyEditorWidgetQt
virtual void resizeEvent (QResizeEvent *event) override
virtual void showEvent (QShowEvent *) override
virtual void moveEvent (QMoveEvent *event) override
virtual void onSetReadOnly (Property *property, bool readonly) override
Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)

Protected Attributes

Propertyproperty_
FilePropertyfileProperty_
StringPropertystringProperty_
CodeEditeditor_
std::shared_ptr< std::function< void()> > propertyCallback_
utilqt::EditorFileObserver fileObserver_
Protected Attributes inherited from inviwo::Observer
std::unordered_set< ObservableInterface * > observables_

Additional Inherited Members

Signals inherited from inviwo::InviwoDockWidget
void stickyFlagChanged (bool sticky)
Static Protected Attributes inherited from inviwo::PropertyEditorWidgetQt
static constexpr std::string_view visibleKey {"PropertyEditorWidgetVisible"}
static constexpr std::string_view floatingKey {"PropertyEditorWidgetFloating"}
static constexpr std::string_view stickyKey {"PropertyEditorWidgetSticky"}
static constexpr std::string_view sizeKey {"PropertyEditorWidgetSize"}
static constexpr std::string_view positionKey {"PropertyEditorWidgetPosition"}
static constexpr std::string_view dockareaKey {"PropertyEditorWidgetDockStatus"}

Detailed Description

Text Editor for a FileProperty or a StringProperty.

Constructor & Destructor Documentation

◆ TextEditorDockWidget()

inviwo::TextEditorDockWidget::TextEditorDockWidget ( Property * property)
explicit

Create a text editor for property.

Precondition
Property has to be of type FileProperty or StringProperty

Member Function Documentation

◆ closeEvent()

virtual void inviwo::TextEditorDockWidget::closeEvent ( QCloseEvent * )
overrideprotectedvirtual

Reimplemented from inviwo::PropertyEditorWidgetQt.

◆ getProperty()

virtual Property * inviwo::TextEditorDockWidget::getProperty ( ) const
overridevirtual

◆ onSetDisplayName()

virtual void inviwo::TextEditorDockWidget::onSetDisplayName ( Property * ,
const std::string & displayName )
overrideprotectedvirtual

Reimplemented from inviwo::PropertyObserver.

◆ setReadOnly()

virtual void inviwo::TextEditorDockWidget::setReadOnly ( bool readonly)
overrideprotectedvirtual

Reimplemented from inviwo::PropertyEditorWidgetQt.


The documentation for this class was generated from the following file:
  • texteditorwidgetqt.h