|
|
void | appendToOutput (const std::string &msg, bool error=false) |
|
void | clearOutput () |
|
const std::string & | getName () const |
|
const std::string & | getSource () const |
|
void | loadFile (const std::filesystem::path &fileName, bool askForSave=true) |
| virtual void | loadState () override |
| virtual void | onPythonExecutionOutput (const std::string &msg, PythonOutputType outputType) override |
|
void | onTextChange () |
|
void | open () |
|
| PythonEditorWidget (QWidget *parent, InviwoApplication *app, std::function< void(const std::string &)> onTextChange=nullptr) |
|
void | restore () |
|
void | run () |
|
void | runOrStop (bool run) |
|
void | save () |
|
void | saveAs () |
|
void | setDefaultText () |
|
void | setName (std::string_view name) |
|
void | setSource (std::string_view source) |
|
void | show () |
|
void | stop () |
|
| InviwoDockWidget (QString title, QWidget *parent) |
|
| InviwoDockWidget (QString title, QWidget *parent, QString objname) |
|
bool | isSticky () const |
|
virtual void | keyPressEvent (QKeyEvent *keyEvent) override |
|
void | setContents (QLayout *layout) |
|
void | setContents (QWidget *widget) |
|
void | setSticky (bool sticky) |
|
virtual void | showEvent (QShowEvent *showEvent) override |
|
| 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 | stickyFlagChanged (bool sticky) |
|
std::unordered_set< ObservableInterface * > | observables_ |
◆ closeEvent()
| virtual void inviwo::PythonEditorWidget::closeEvent |
( |
QCloseEvent * | event | ) |
|
|
overrideprotectedvirtual |
◆ loadState()
| virtual 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.
◆ onPythonExecutionOutput()
| virtual void inviwo::PythonEditorWidget::onPythonExecutionOutput |
( |
const std::string & | msg, |
|
|
PythonOutputType | outputType ) |
|
overridevirtual |
The documentation for this class was generated from the following file:
- modules/python3qt/include/modules/python3qt/pythoneditorwidget.h