VTK
|
#include <vtkTestErrorObserver.h>
Public Member Functions | |
ErrorObserver () | |
bool | GetError () const |
bool | GetWarning () const |
void | Clear () |
virtual void | Execute (vtkObject *vtkNotUsed(caller), unsigned long event, void *calldata) |
std::string | GetErrorMessage () |
std::string | GetWarningMessage () |
![]() | |
virtual int | IsA (const char *type) |
vtkCommand * | NewInstance () const |
void | UnRegister () |
virtual void | UnRegister (vtkObjectBase *) |
virtual void | Execute (vtkObject *caller, unsigned long eventId, void *callData)=0 |
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 &) |
![]() | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
void | SetReferenceCount (int) |
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 () |
Static Public Member Functions | |
static ErrorObserver * | New () |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkCommand * | SafeDownCast (vtkObjectBase *o) |
static const char * | GetStringFromEventId (unsigned long event) |
static unsigned long | GetEventIdFromString (const char *event) |
![]() | |
static int | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
Additional Inherited Members | |
![]() | |
typedef vtkObjectBase | Superclass |
![]() | |
vtkEventDeclarationMacro(EventIds) protected int | PassiveObserver |
![]() | |
virtual vtkObjectBase * | NewInstanceInternal () const |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
![]() | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
Definition at line 23 of file vtkTestErrorObserver.h.
|
inline |
Definition at line 26 of file vtkTestErrorObserver.h.
|
inlinestatic |
Definition at line 31 of file vtkTestErrorObserver.h.
|
inline |
Definition at line 35 of file vtkTestErrorObserver.h.
|
inline |
Definition at line 39 of file vtkTestErrorObserver.h.
|
inline |
Definition at line 43 of file vtkTestErrorObserver.h.
|
inlinevirtual |
Definition at line 50 of file vtkTestErrorObserver.h.
|
inline |
Definition at line 66 of file vtkTestErrorObserver.h.
|
inline |
Definition at line 70 of file vtkTestErrorObserver.h.