Inviwo
0.9.10.1
Inviwo documentation
|
Public Types | |
enum | 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 (ProcessorFactoryObject *item=nullptr) |
void | recordProcessorUse (const std::string &id) |
std::unique_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 | |
bool | processorFits (ProcessorFactoryObject *processor, const QString &filter) |
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 Types inherited from inviwo::Observer | |
using | ObservableSet = std::unordered_set< ObservableInterface * > |
Protected Attributes inherited from inviwo::Observer | |
ObservableSet | observables_ |