Medical Imaging Interaction Toolkit
2016.11.0
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 35 of file berryIWorkbenchPartConstants.h.
|
static |
Used in a PropertyChangeEvent as the property string to signal that integer flags are used.
Definition at line 41 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 104 of file berryIWorkbenchPartConstants.h.
|
static |
Internal property ID: Indicates that the underlying part was destroyed
Definition at line 83 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for IWorkbenchPart2.getContentDescription()
Definition at line 67 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for ISaveablePart.isDirty()
.
Definition at line 52 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for IEditorPart.getEditorInput()
.
Definition at line 57 of file berryIWorkbenchPartConstants.h.
Referenced by berry::EditorPart::SetInputWithNotify().
|
static |
Indicates that the underlying part was created
Definition at line 78 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for IWorkbenchPart2.getPartName
Definition at line 62 of file berryIWorkbenchPartConstants.h.
|
static |
Internal property ID: Indicates that the result of IEditorReference.isPinned()
Definition at line 88 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for any method on the optional ISizeProvider
interface
Definition at line 73 of file berryIWorkbenchPartConstants.h.
|
static |
The property id for getTitle
, getTitleImage
and getTitleToolTip
.
Definition at line 47 of file berryIWorkbenchPartConstants.h.
Referenced by 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 93 of file berryIWorkbenchPartConstants.h.