|
| AnnotationsWidget (InviwoApplication *app, NetworkEditorView *networkEditorView, QWidget *parent) |
WorkspaceAnnotationsQt & | getAnnotations () |
const WorkspaceAnnotationsQt & | getAnnotations () 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 () |
|
void | updateWidget () |
virtual void | closeEvent (QCloseEvent *event) override |
|
WorkspaceAnnotationsQt | annotations_ |
QVBoxLayout * | layout_ = nullptr |
QWidget * | mainWidget_ = nullptr |
QScrollArea * | scrollArea_ = nullptr |
| Called after modules have been registered.
|
std::shared_ptr< std::function< void()> > | onModulesDidRegister_ |
| Called before modules have been unregistered.
|
std::shared_ptr< std::function< void()> > | onModulesWillUnregister_ |
WorkspaceManager::SerializationHandle | annotationSerializationHandle_ |
WorkspaceManager::DeserializationHandle | annotationDeserializationHandle_ |
WorkspaceManager::ClearHandle | annotationClearHandle_ |
WorkspaceAnnotations::ModifiedHandle | annotationModifiedHandle_ |
|
void | stickyFlagChanged (bool sticky) |
The documentation for this class was generated from the following file: