![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| SettingsWidget (const QString &title, InviwoMainWindow *parent) | |
| SettingsWidget (InviwoMainWindow *parent) | |
| virtual void | updateSettingsWidget () |
| 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 |
Protected Attributes | |
| QVBoxLayout * | layout_ = nullptr |
| QWidget * | mainWidget_ = nullptr |
| InviwoMainWindow * | mainwindow_ |
| std::shared_ptr< std::function< void()> > | onModulesDidRegister_ |
| Called before modules have been unregistered. | |
| std::shared_ptr< std::function< void()> > | onModulesWillUnregister_ |
| QScrollArea * | scrollArea_ = nullptr |
| Called after modules have been registered. | |
Additional Inherited Members | |
| Signals inherited from inviwo::InviwoDockWidget | |
| void | stickyFlagChanged (bool sticky) |
| Protected Member Functions inherited from inviwo::InviwoDockWidget | |
| virtual void | closeEvent (QCloseEvent *event) override |