Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
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 IWorkbenchPart properties.

Note:This interface should not be implemented or extended.

Since
3.0

Definition at line 30 of file berryIWorkbenchPartConstants.h.

Member Data Documentation

◆ INTEGER_PROPERTY

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 36 of file berryIWorkbenchPartConstants.h.

◆ PROP_ACTIVE_CHILD_CHANGED

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 99 of file berryIWorkbenchPartConstants.h.

◆ PROP_CLOSED

const int berry::IWorkbenchPartConstants::PROP_CLOSED
static

Internal property ID: Indicates that the underlying part was destroyed

Definition at line 78 of file berryIWorkbenchPartConstants.h.

◆ PROP_CONTENT_DESCRIPTION

const int berry::IWorkbenchPartConstants::PROP_CONTENT_DESCRIPTION
static

The property id for IWorkbenchPart2.getContentDescription()

Definition at line 62 of file berryIWorkbenchPartConstants.h.

◆ PROP_DIRTY

const int berry::IWorkbenchPartConstants::PROP_DIRTY
static

The property id for ISaveablePart.isDirty().

Definition at line 47 of file berryIWorkbenchPartConstants.h.

◆ PROP_INPUT

const int berry::IWorkbenchPartConstants::PROP_INPUT
static

The property id for IEditorPart.getEditorInput().

Definition at line 52 of file berryIWorkbenchPartConstants.h.

◆ PROP_OPENED

const int berry::IWorkbenchPartConstants::PROP_OPENED
static

Indicates that the underlying part was created

Definition at line 73 of file berryIWorkbenchPartConstants.h.

◆ PROP_PART_NAME

const int berry::IWorkbenchPartConstants::PROP_PART_NAME
static

The property id for IWorkbenchPart2.getPartName

Definition at line 57 of file berryIWorkbenchPartConstants.h.

◆ PROP_PINNED

const int berry::IWorkbenchPartConstants::PROP_PINNED
static

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

Definition at line 83 of file berryIWorkbenchPartConstants.h.

◆ PROP_PREFERRED_SIZE

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 68 of file berryIWorkbenchPartConstants.h.

◆ PROP_TITLE

const int berry::IWorkbenchPartConstants::PROP_TITLE
static

The property id for getTitle, getTitleImage and getTitleToolTip.

Definition at line 42 of file berryIWorkbenchPartConstants.h.

◆ PROP_VISIBLE

const int berry::IWorkbenchPartConstants::PROP_VISIBLE
static

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

Definition at line 88 of file berryIWorkbenchPartConstants.h.


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