Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berry::IStickyViewDescriptor Struct Referenceabstract

#include <berryIStickyViewDescriptor.h>

Inheritance diagram for berry::IStickyViewDescriptor:
Collaboration diagram for berry::IStickyViewDescriptor:

Public Member Functions

 berryObjectMacro (IStickyViewDescriptor)
 
 ~IStickyViewDescriptor ()
 
virtual QString GetId () const =0
 
virtual int GetLocation () const =0
 
virtual bool IsCloseable () const =0
 
virtual bool IsMoveable () const =0
 
- Public Member Functions inherited from berry::Object
virtual QString GetClassName () const
 
virtual Reflection::TypeInfo GetTypeInfo () const
 
virtual QList< Reflection::TypeInfoGetSuperclasses () const
 
virtual void Delete ()
 
QDebug Print (QDebug os, Indent Indent=0) const
 
virtual QString ToString () const
 
virtual uint HashCode () const
 
virtual bool operator< (const Object *) const
 
void Register () const
 
void UnRegister (bool del=true) const
 
int GetReferenceCount () const
 
void SetReferenceCount (int)
 
void AddDestroyListener (const MessageAbstractDelegate<> &delegate) const
 
void RemoveDestroyListener (const MessageAbstractDelegate<> &delegate) const
 
virtual bool operator== (const Object *) const
 

Additional Inherited Members

- Public Types inherited from berry::Object
typedef Object Self
 
typedef berry::SmartPointer< SelfPointer
 
typedef berry::SmartPointer< const SelfConstPointer
 
typedef berry::WeakPointer< SelfWeakPtr
 
typedef berry::WeakPointer< const SelfConstWeakPtr
 
- Static Public Member Functions inherited from berry::Object
static const char * GetStaticClassName ()
 
static Reflection::TypeInfo GetStaticTypeInfo ()
 
static QList< Reflection::TypeInfoGetStaticSuperclasses ()
 
- Protected Member Functions inherited from berry::Object
 Object ()
 
virtual ~Object ()
 
virtual QDebug PrintSelf (QDebug os, Indent indent) const
 
virtual QDebug PrintHeader (QDebug os, Indent indent) const
 
virtual QDebug PrintTrailer (QDebug os, Indent indent) const
 
- Protected Attributes inherited from berry::Object
QAtomicInt m_ReferenceCount
 
QMutex m_ReferenceCountLock
 

Detailed Description

Supplemental view interface that describes various sticky characteristics that a view may possess.

This interface is not intended to be implemented by clients.

See also
org.eclipse.ui.views.IViewRegistry
org.eclipse.ui.views.IViewDescriptor
Since
3.1 This interface is not intended to be implemented by clients.

Definition at line 40 of file berryIStickyViewDescriptor.h.

Constructor & Destructor Documentation

berry::IStickyViewDescriptor::~IStickyViewDescriptor ( )

Definition at line 21 of file berryIStickyViewDescriptor.cpp.

Member Function Documentation

berry::IStickyViewDescriptor::berryObjectMacro ( IStickyViewDescriptor  )
virtual QString berry::IStickyViewDescriptor::GetId ( ) const
pure virtual

Return the id of the view to be made sticky.

Returns
the id of the view to be made sticky
virtual int berry::IStickyViewDescriptor::GetLocation ( ) const
pure virtual

Return the location of this sticky view. Must be one of IPageLayout.LEFT, IPageLayout.RIGHT, IPageLayout.TOP, or IPageLayout.BOTTOM.

Returns
the location constant
virtual bool berry::IStickyViewDescriptor::IsCloseable ( ) const
pure virtual

Return whether this view should be closeable.

Returns
whether this view should be closeeable
virtual bool berry::IStickyViewDescriptor::IsMoveable ( ) const
pure virtual

Return whether this view should be moveable.

Returns
whether this view should be moveable

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