Text Editor for a FileProperty or a StringProperty.
More...
#include <texteditorwidgetqt.h>
|
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) |
|
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 |
|
void | addObservation (ObservableInterface *observable) |
|
|
void | stickyFlagChanged (bool sticky) |
|
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"} |
|
◆ TextEditorDockWidget()
inviwo::TextEditorDockWidget::TextEditorDockWidget |
( |
Property * | property | ) |
|
|
explicit |
◆ closeEvent()
virtual void inviwo::TextEditorDockWidget::closeEvent |
( |
QCloseEvent * | | ) |
|
|
overrideprotectedvirtual |
◆ getProperty()
virtual Property * inviwo::TextEditorDockWidget::getProperty |
( |
| ) |
const |
|
overridevirtual |
◆ onSetDisplayName()
virtual void inviwo::TextEditorDockWidget::onSetDisplayName |
( |
Property * | , |
|
|
const std::string & | displayName ) |
|
overrideprotectedvirtual |
◆ setReadOnly()
virtual void inviwo::TextEditorDockWidget::setReadOnly |
( |
bool | readonly | ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file: