Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <berryIWorkbenchPartConstants.h>
Static Public Attributes | |
static const QString | INTEGER_PROPERTY |
static const int | PROP_TITLE |
static const int | PROP_DIRTY |
static const int | PROP_INPUT |
static const int | PROP_PART_NAME |
static const int | PROP_CONTENT_DESCRIPTION |
static const int | PROP_PREFERRED_SIZE |
static const int | PROP_OPENED |
static const int | PROP_CLOSED |
static const int | PROP_PINNED |
static const int | PROP_VISIBLE |
static const int | PROP_ACTIVE_CHILD_CHANGED |
This interface describes the constants used for <link>IWorkbenchPart</link> properties.
Note:This interface should not be implemented or extended.
Definition at line 31 of file berryIWorkbenchPartConstants.h.
|
static |
Used in a PropertyChangeEvent as the property string to signal that integer flags are used.
Definition at line 37 of file berryIWorkbenchPartConstants.h.
Referenced by berry::IntroPart::FirePropertyChange(), berry::WorkbenchPart::FirePropertyChange(), and berry::IPropertyChangeListener::PropertyChange().
|
static |
Internal property ID: Indicates that the result of isZoomed() has changed Internal property ID: Indicates that the part has an active child and the active child has changed. (fired by PartStack)
Definition at line 100 of file berryIWorkbenchPartConstants.h.
|
static |
Internal property ID: Indicates that the underlying part was destroyed
Definition at line 79 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for IWorkbenchPart2.getContentDescription()
Definition at line 63 of file berryIWorkbenchPartConstants.h.
Referenced by berry::WorkbenchPart::WorkbenchPart().
|
static |
The property id for ISaveablePart.isDirty()
.
Definition at line 48 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for IEditorPart.getEditorInput()
.
Definition at line 53 of file berryIWorkbenchPartConstants.h.
Referenced by QmitkAbstractMultiWidgetEditor::OnLayoutSet(), and berry::EditorPart::SetInputWithNotify().
|
static |
Indicates that the underlying part was created
Definition at line 74 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for IWorkbenchPart2.getPartName
Definition at line 58 of file berryIWorkbenchPartConstants.h.
Referenced by berry::WorkbenchPart::WorkbenchPart().
|
static |
Internal property ID: Indicates that the result of IEditorReference.isPinned()
Definition at line 84 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for any method on the optional ISizeProvider
interface
Definition at line 69 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for getTitle
, getTitleImage
and getTitleToolTip
.
Definition at line 43 of file berryIWorkbenchPartConstants.h.
Referenced by SafeHandleNavigatorView(), berry::IntroPart::SetTitle(), berry::WorkbenchPart::SetTitleImage(), berry::IntroPart::SetTitleImage(), and berry::WorkbenchPart::SetTitleToolTip().
|
static |
Internal property ID: Indicates that the result of getVisible() has changed
Definition at line 89 of file berryIWorkbenchPartConstants.h.