vtkbone
|
a simple observer to catch VTK warnings and errors. More...
#include <vtkboneErrorWarningObserver.h>
Public Member Functions | |
void | Modified () |
virtual void | Execute (vtkObject *caller, unsigned long eventId, void *callData) |
virtual int | ErrorOccurred () |
virtual int | WarningOccurred () |
virtual void | Reset () |
virtual int | GetDebug () |
virtual void | SetErrorDescriptions (const char *) |
virtual char * | GetErrorDescriptions () |
virtual void | AppendErrorDescriptions (const char *newMsg) |
virtual void | SetWarningDescriptions (const char *) |
virtual char * | GetWarningDescriptions () |
virtual void | AppendWarningDescriptions (const char *newMsg) |
Public Member Functions inherited from vtkCommand | |
vtkBaseTypeMacro (vtkCommand, vtkObjectBase) | |
void | UnRegister () |
virtual void | UnRegister (vtkObjectBase *) |
void | SetAbortFlag (int f) |
int | GetAbortFlag () |
void | AbortFlagOn () |
void | AbortFlagOff () |
void | SetPassiveObserver (int f) |
int | GetPassiveObserver () |
void | PassiveObserverOn () |
void | PassiveObserverOff () |
void | UnRegister () |
virtual void | UnRegister (vtkObjectBase *) |
void | SetAbortFlag (int f) |
int | GetAbortFlag () |
void | AbortFlagOn () |
void | AbortFlagOff () |
void | SetPassiveObserver (int f) |
int | GetPassiveObserver () |
void | PassiveObserverOn () |
void | PassiveObserverOff () |
vtkCommand () | |
virtual | ~vtkCommand () |
vtkCommand (const vtkCommand &c) | |
void | operator= (const vtkCommand &) |
Public Member Functions inherited from vtkObjectBase | |
const char * | GetClassName () const |
virtual vtkTypeBool | IsA (const char *name) |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
void | SetReferenceCount (int) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
void | PrintRevisions (ostream &) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
void | PrintRevisions (ostream &) |
Static Public Member Functions | |
static vtkboneErrorWarningObserver * | New () |
Static Public Member Functions inherited from vtkCommand | |
static const char * | GetStringFromEventId (unsigned long event) |
static unsigned long | GetEventIdFromString (const char *event) |
static const char * | GetStringFromEventId (unsigned long event) |
static unsigned long | GetEventIdFromString (const char *event) |
Static Public Member Functions inherited from vtkObjectBase | |
static vtkTypeBool | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
static vtkObjectBase * | New () |
Protected Member Functions | |
vtkboneErrorWarningObserver () | |
~vtkboneErrorWarningObserver () | |
Protected Member Functions inherited from vtkObjectBase | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) |
virtual void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Protected Attributes | |
char * | ErrorDescriptions |
char * | WarningDescriptions |
Protected Attributes inherited from vtkObjectBase | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
Additional Inherited Members | |
Public Attributes inherited from vtkCommand | |
vtkEventDeclarationMacro(EventIds) protected int | PassiveObserver |
a simple observer to catch VTK warnings and errors.
This class takes no action except to save the description of the error so that it can be retreived later.
Definition at line 28 of file vtkboneErrorWarningObserver.h.
|
protected |
|
protected |
|
inlinestatic |
Definition at line 31 of file vtkboneErrorWarningObserver.h.
|
inline |
Definition at line 35 of file vtkboneErrorWarningObserver.h.
|
virtual |
Implements vtkCommand.
|
virtual |
Set/Get error descriptions.
|
virtual |
Set/Get error descriptions.
|
virtual |
Set/Get error descriptions.
|
virtual |
Set/Get warning descriptions.
|
virtual |
Set/Get warning descriptions.
|
virtual |
Set/Get warning descriptions.
|
virtual |
Returns 1 if error occurred.
|
virtual |
Returns 1 if warning occurred.
|
virtual |
Clears stored error and warnings.
|
inlinevirtual |
Definition at line 63 of file vtkboneErrorWarningObserver.h.
|
protected |
Definition at line 69 of file vtkboneErrorWarningObserver.h.
|
protected |
Definition at line 70 of file vtkboneErrorWarningObserver.h.