![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
| enum class | Grouping { Alphabetical , Categorical , CodeState , Module , LastUsed , MostUsed } |
Public Member Functions | |
| Q_ENUM (Grouping) | |
| ProcessorTreeWidget (InviwoMainWindow *parent, HelpWidget *helpWidget) | |
| void | focusSearch () |
| void | addSelectedProcessor () |
| void | addProcessor (QString className) |
| void | addProcessorsToTree () |
| void | recordProcessorUse (const std::string &id) |
| std::shared_ptr< Processor > | createProcessor (QString cid) |
| Grouping | getGrouping () 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) |
| virtual void | saveState () |
| virtual void | loadState () |
| Public Member Functions inherited from inviwo::Observer | |
| Observer (const Observer &other) | |
| Observer (Observer &&other) | |
| Observer & | operator= (Observer &&other) |
| Observer & | operator= (const Observer &other) |
| virtual | ~Observer () |
| void | removeObservation (ObservableInterface *observable) |
| void | removeObservations () |
Protected Member Functions | |
| const QIcon * | getCodeStateIcon (CodeState) const |
| 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_ |