Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berry::IWorkbenchPartConstants Struct Reference

#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
 

Detailed Description

This interface describes the constants used for <link>IWorkbenchPart</link> properties.

Note:This interface should not be implemented or extended.

Since
3.0 This interface is not intended to be implemented by clients.

Definition at line 35 of file berryIWorkbenchPartConstants.h.

Member Data Documentation

const QString berry::IWorkbenchPartConstants::INTEGER_PROPERTY
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().

const int berry::IWorkbenchPartConstants::PROP_ACTIVE_CHILD_CHANGED
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.

const int berry::IWorkbenchPartConstants::PROP_CLOSED
static

Internal property ID: Indicates that the underlying part was destroyed

Definition at line 83 of file berryIWorkbenchPartConstants.h.

const int berry::IWorkbenchPartConstants::PROP_CONTENT_DESCRIPTION
static

The property id for IWorkbenchPart2.getContentDescription()

Definition at line 67 of file berryIWorkbenchPartConstants.h.

const int berry::IWorkbenchPartConstants::PROP_DIRTY
static

The property id for ISaveablePart.isDirty().

Definition at line 52 of file berryIWorkbenchPartConstants.h.

const int berry::IWorkbenchPartConstants::PROP_INPUT
static

The property id for IEditorPart.getEditorInput().

Definition at line 57 of file berryIWorkbenchPartConstants.h.

Referenced by berry::EditorPart::SetInputWithNotify().

const int berry::IWorkbenchPartConstants::PROP_OPENED
static

Indicates that the underlying part was created

Definition at line 78 of file berryIWorkbenchPartConstants.h.

const int berry::IWorkbenchPartConstants::PROP_PART_NAME
static

The property id for IWorkbenchPart2.getPartName

Definition at line 62 of file berryIWorkbenchPartConstants.h.

const int berry::IWorkbenchPartConstants::PROP_PINNED
static

Internal property ID: Indicates that the result of IEditorReference.isPinned()

Definition at line 88 of file berryIWorkbenchPartConstants.h.

const int berry::IWorkbenchPartConstants::PROP_PREFERRED_SIZE
static

The property id for any method on the optional ISizeProvider interface

Since
3.4

Definition at line 73 of file berryIWorkbenchPartConstants.h.

const int berry::IWorkbenchPartConstants::PROP_TITLE
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().

const int berry::IWorkbenchPartConstants::PROP_VISIBLE
static

Internal property ID: Indicates that the result of getVisible() has changed

Definition at line 93 of file berryIWorkbenchPartConstants.h.


The documentation for this struct was generated from the following files: