Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryJobStatus.h>
Public Member Functions | |
berryObjectMacro (JobStatus) | |
JobStatus (const Severity &severity, Job::Pointer sptr_job, const QString &message, const Status::SourceLocation &sl) | |
Job::Pointer | GetJob () override |
Public Member Functions inherited from berry::Status | |
Status (const Severity &severity, const QString &pluginId, int code, const QString &message, const SourceLocation &sl) | |
Status (const Severity &severity, const QString &pluginId, int code, const QString &message, const ctkException &exc, const SourceLocation &sl) | |
Status (const Severity &severity, const QString &pluginId, const QString &message, const SourceLocation &sl) | |
Status (const Severity &severity, const QString &pluginId, const QString &message, const ctkException &exc, const SourceLocation &sl) | |
QList< IStatus::Pointer > | GetChildren () const override |
int | GetCode () const override |
const ctkException * | GetException () const override |
QString | GetMessage () const override |
QString | GetPlugin () const override |
Severity | GetSeverity () const override |
bool | IsMultiStatus () const override |
bool | IsOK () const override |
bool | Matches (const Severities &severityMask) const override |
QString | GetFileName () const override |
QString | GetMethodName () const override |
int | GetLineNumber () const override |
QString | ToString () const override |
Public Member Functions inherited from berry::Object | |
virtual QString | GetClassName () const |
virtual Reflection::TypeInfo | GetTypeInfo () const |
virtual QList< Reflection::TypeInfo > | GetSuperclasses () const |
virtual void | Delete () |
QDebug | Print (QDebug os, Indent Indent=0) 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::IStatus | |
enum | Severity { OK_TYPE, INFO_TYPE, WARNING_TYPE, ERROR_TYPE, CANCEL_TYPE } |
typedef berry::IStatus | Self |
typedef berry::SmartPointer< Self > | Pointer |
typedef berry::SmartPointer< const Self > | ConstPointer |
typedef berry::WeakPointer< Self > | WeakPtr |
typedef berry::WeakPointer< const Self > | ConstWeakPtr |
Public Types inherited from berry::Object | |
typedef Object | Self |
typedef berry::SmartPointer< Self > | Pointer |
typedef berry::SmartPointer< const Self > | ConstPointer |
typedef berry::WeakPointer< Self > | WeakPtr |
typedef berry::WeakPointer< const Self > | ConstWeakPtr |
Static Public Member Functions inherited from berry::Status | |
static const IStatus::Pointer | OK_STATUS (const SourceLocation &sl) |
static const IStatus::Pointer | CANCEL_STATUS (const SourceLocation &sl) |
Static Public Member Functions inherited from berry::IStatus | |
static const char * | GetStaticClassName () |
Static Public Member Functions inherited from berry::Object | |
static const char * | GetStaticClassName () |
static Reflection::TypeInfo | GetStaticTypeInfo () |
static QList< Reflection::TypeInfo > | GetStaticSuperclasses () |
Protected Member Functions inherited from berry::Status | |
virtual void | SetCode (int code) |
virtual void | SetException (const ctkException &exception) |
virtual void | SetMessage (const QString &message) |
virtual void | SetPlugin (const QString &pluginId) |
virtual void | SetSeverity (const Severity &severity) |
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 |
Definition at line 26 of file berryJobStatus.h.
berry::JobStatus::JobStatus | ( | const Severity & | severity, |
Job::Pointer | sptr_job, | ||
const QString & | message, | ||
const Status::SourceLocation & | sl | ||
) |
Creates a new job status with no interesting error code or exception.
severity | |
job | |
message |
Definition at line 24 of file berryJobStatus.cpp.
berry::JobStatus::berryObjectMacro | ( | JobStatus | ) |
|
override |
Definition at line 31 of file berryJobStatus.cpp.