Inviwo
0.9.10.1
Inviwo documentation
|
Widget class for the Resource Manager. More...
#include <resourcemanagerdockwidget.h>
Public Member Functions | |
ResourceManagerDockWidget (QWidget *parent, ResourceManager &manager) | |
virtual void | onResourceAdded (const std::string &key, const std::type_index &type, Resource *resource) override |
virtual void | onResourceRemoved (const std::string &key, const std::type_index &type, Resource *resource) override |
virtual void | onResourceManagerEnableStateChanged () override |
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 () |
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 Member Functions inherited from inviwo::InviwoDockWidget | |
virtual void | closeEvent (QCloseEvent *event) override |
Protected Member Functions inherited from inviwo::Observer | |
void | addObservation (ObservableInterface *observable) |
Protected Attributes inherited from inviwo::Observer | |
ObservableSet | observables_ |
Widget class for the Resource Manager.