|
enum class | Grouping {
Alphabetical
, Categorical
, CodeState
, Module
,
LastUsed
, MostUsed
} |
|
|
| 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 |
|
| 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 () |
|
| Observer (const Observer &other) |
|
| Observer (Observer &&other) |
|
Observer & | operator= (Observer &&other) |
|
Observer & | operator= (const Observer &other) |
|
virtual | ~Observer () |
|
void | removeObservation (ObservableInterface *observable) |
|
void | removeObservations () |
|
The documentation for this class was generated from the following file: