|
| PythonEditorWidget (QWidget *parent, InviwoApplication *app) |
|
void | appendToOutput (const std::string &msg, bool error=false) |
|
void | loadFile (std::string fileName, bool askForSave=true) |
|
virtual void | onPyhonExecutionOutput (const std::string &msg, PythonOutputType outputType) override |
|
void | save () |
|
void | saveAs () |
|
void | open () |
|
void | run () |
|
void | show () |
|
void | setDefaultText () |
|
void | clearOutput () |
|
void | onTextChange () |
|
virtual void | loadState () override |
|
| InviwoDockWidget (QString title, QWidget *parent) |
|
| InviwoDockWidget (QString title, QWidget *parent, QString objname) |
|
virtual void | showEvent (QShowEvent *showEvent) override |
|
virtual void | keyPressEvent (QKeyEvent *keyEvent) override |
|
void | setSticky (bool sticky) |
|
bool | isSticky () const |
|
void | setContents (QWidget *widget) |
|
void | setContents (QLayout *layout) |
|
| Observer (const Observer &other) |
|
| Observer (Observer &&other) |
|
Observer & | operator= (Observer &&other) |
|
Observer & | operator= (const Observer &other) |
|
virtual | ~Observer () |
|
void | removeObservation (ObservableInterface *observable) |
|
void | removeObservations () |
|
|
void | stickyFlagChanged (bool sticky) |
|
using | ObservableSet = std::unordered_set< ObservableInterface * > |
|
ObservableSet | observables_ |
|
◆ loadState()
void inviwo::PythonEditorWidget::loadState |
( |
| ) |
|
|
overridevirtual |
Load state related to the dock widget, called in the constructor. If you overload this function you must also call it in your constructor. Uses the objectName as settings group
Reimplemented from inviwo::InviwoDockWidget.
The documentation for this class was generated from the following files:
- pythoneditorwidget.h
- pythoneditorwidget.cpp