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

#include <berryISafeRunnableRunner.h>

Inheritance diagram for berry::ISafeRunnableRunner:
Collaboration diagram for berry::ISafeRunnableRunner:

Public Member Functions

 berryObjectMacro (berry::ISafeRunnableRunner)~ISafeRunnableRunner()
 
virtual void Run (ISafeRunnable::Pointer code)=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

Runs a safe runnables.

Clients may provide their own implementation to change how safe runnables are run from within the workbench.

See also
SafeRunnable::GetRunner()
SafeRunnable::SetRunner(ISafeRunnableRunner::Pointer)
SafeRunnable::Run(ISafeRunnable::Pointer)

Definition at line 41 of file berryISafeRunnableRunner.h.

Member Function Documentation

berry::ISafeRunnableRunner::berryObjectMacro ( berry::ISafeRunnableRunner  )
virtual void berry::ISafeRunnableRunner::Run ( ISafeRunnable::Pointer  code)
pure virtual

Runs the runnable. All ISafeRunnableRunners must catch any exception thrown by the ISafeRunnable and pass the exception to ISafeRunnable::HandleException().

Parameters
codethe code executed as a save runnable
See also
SafeRunnable::Run(ISafeRunnable::Pointer)

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