![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
| using | Grouping = ProcessorListModel::Grouping |
| using | Item = ProcessorListModel::Item |
| using | Role = ProcessorListModel::Role |
| using | Type = ProcessorListModel::Node::Type |
Public Member Functions | |
| void | addProcessor (const QString &className) |
| void | addSelectedProcessor () |
| void | buildList () |
| std::shared_ptr< Processor > | createProcessor (const QString &cid) |
| void | focusSearch (bool selectAll=true) |
| Grouping | getGrouping () const |
| ProcessorListWidget & | operator= (const ProcessorListWidget &)=delete |
| ProcessorListWidget & | operator= (ProcessorListWidget &&)=delete |
| ProcessorListWidget (const ProcessorListWidget &)=delete | |
| ProcessorListWidget (InviwoMainWindow *parent, HelpWidget *helpWidget) | |
| ProcessorListWidget (ProcessorListWidget &&)=delete | |
| void | recordProcessorUse (const std::string &id) |
| void | setPredecessorProcessor (std::string_view identifier) |
| Public Member Functions inherited from inviwo::InviwoDockWidget | |
| InviwoDockWidget (QString title, QWidget *parent) | |
| InviwoDockWidget (QString title, QWidget *parent, QString objname) | |
| bool | isSticky () const |
| virtual void | keyPressEvent (QKeyEvent *keyEvent) override |
| virtual void | loadState () |
| virtual void | saveState () |
| void | setContents (QLayout *layout) |
| void | setContents (QWidget *widget) |
| void | setSticky (bool sticky) |
| virtual void | showEvent (QShowEvent *showEvent) override |
| Public Member Functions inherited from inviwo::Observer | |
| Observer (const Observer &other) | |
| Observer (Observer &&other) | |
| Observer & | operator= (const Observer &other) |
| Observer & | operator= (Observer &&other) |
| void | removeObservation (ObservableInterface *observable) |
| void | removeObservations () |
| virtual | ~Observer () |
Additional Inherited Members | |
| Signals inherited from inviwo::InviwoDockWidget | |
| void | stickyFlagChanged (bool sticky) |
| Protected Member Functions inherited from inviwo::Observer | |
| void | addObservation (ObservableInterface *observable) |
| Protected Attributes inherited from inviwo::Observer | |
| std::unordered_set< ObservableInterface * > | observables_ |