Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::PythonEditorWidget Class Reference
+ Inheritance diagram for inviwo::PythonEditorWidget:

Public Member Functions

 PythonEditorWidget (QWidget *parent, InviwoApplication *app, std::function< void(const std::string &)> onTextChange=nullptr)
 
void appendToOutput (const std::string &msg, bool error=false)
 
void loadFile (const std::filesystem::path &fileName, bool askForSave=true)
 
virtual void onPythonExecutionOutput (const std::string &msg, PythonOutputType outputType) override
 
void save ()
 
void saveAs ()
 
void open ()
 
void runOrStop (bool run)
 
void run ()
 
void stop ()
 
void show ()
 
void setDefaultText ()
 
void clearOutput ()
 
void onTextChange ()
 
virtual void loadState () override
 
void restore ()
 
void setName (std::string_view name)
 
const std::string & getName () const
 
void setSource (std::string_view source)
 
const std::string & getSource () const
 
- Public Member Functions inherited from inviwo::InviwoDockWidget
 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)
 
- Public Member Functions inherited from inviwo::PythonExecutionOutputObserver
- 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 *event) override
 
- Protected Member Functions inherited from inviwo::InviwoDockWidget
- Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)
 

Additional Inherited Members

- Signals inherited from inviwo::InviwoDockWidget
void stickyFlagChanged (bool sticky)
 
- Protected Attributes inherited from inviwo::Observer
std::unordered_set< ObservableInterface * > observables_
 

Member Function Documentation

◆ closeEvent()

virtual void inviwo::PythonEditorWidget::closeEvent ( QCloseEvent * event)
overrideprotectedvirtual

Reimplemented from inviwo::InviwoDockWidget.

◆ 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: