Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
berry::IViewSite Struct Referenceabstract

#include <berryIViewSite.h>

Inheritance diagram for berry::IViewSite:
Collaboration diagram for berry::IViewSite:

Public Member Functions

 berryObjectMacro (berry::IViewSite)
 
 ~IViewSite () override
 
virtual QString GetSecondaryId ()=0
 
- Public Member Functions inherited from berry::IWorkbenchPartSite
 berryObjectMacro (berry::IWorkbenchPartSite, IWorkbenchSite)
 
 ~IWorkbenchPartSite () override
 
virtual QString GetId () const =0
 
virtual SmartPointer< IWorkbenchPartGetPart ()=0
 
virtual QString GetPluginId () const =0
 
virtual QString GetRegisteredName () const =0
 
- Public Member Functions inherited from berry::IWorkbenchSite
 berryObjectMacro (berry::IWorkbenchSite, IServiceLocator)
 
 ~IWorkbenchSite () override
 
virtual SmartPointer< IWorkbenchPageGetPage ()=0
 
virtual SmartPointer< ISelectionProviderGetSelectionProvider ()=0
 
virtual SmartPointer< ShellGetShell ()=0
 
virtual SmartPointer< IWorkbenchWindowGetWorkbenchWindow ()=0
 
virtual void SetSelectionProvider (SmartPointer< ISelectionProvider > provider)=0
 
- Public Member Functions inherited from berry::IServiceLocator
 berryObjectMacro (berry::IServiceLocator, Object)
 
 ~IServiceLocator () override
 
template<class S >
S * GetService ()
 
template<class S >
bool HasService () const
 
virtual ObjectGetService (const QString &api)=0
 
virtual bool HasService (const QString &api) 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

The primary interface between a view part and the workbench.

The workbench exposes its implementation of view part sites via this interface, which is not intended to be implemented or extended by clients.

Definition at line 31 of file berryIViewSite.h.

Constructor & Destructor Documentation

◆ ~IViewSite()

berry::IViewSite::~IViewSite ( )
override

Member Function Documentation

◆ berryObjectMacro()

berry::IViewSite::berryObjectMacro ( berry::IViewSite  )

◆ GetSecondaryId()

virtual QString berry::IViewSite::GetSecondaryId ( )
pure virtual

Returns the action bars for this part site. Views have exclusive use of their site's action bars.

Returns
the action bars Returns the secondary id for this part site's part, or null if it has none.
See also
IWorkbenchPage::showView(String, String, int)

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