VTK
Public Member Functions | Static Public Member Functions | List of all members
vtkTest::ErrorObserver Class Reference

#include <vtkTestErrorObserver.h>

Inheritance diagram for vtkTest::ErrorObserver:
[legend]
Collaboration diagram for vtkTest::ErrorObserver:
[legend]

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 ()
 
- Public Member Functions inherited from vtkCommand
virtual int IsA (const char *type)
 
vtkCommandNewInstance () 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 &)
 
- Public Member Functions inherited from vtkObjectBase
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 ErrorObserverNew ()
 
- Static Public Member Functions inherited from vtkCommand
static int IsTypeOf (const char *type)
 
static vtkCommandSafeDownCast (vtkObjectBase *o)
 
static const char * GetStringFromEventId (unsigned long event)
 
static unsigned long GetEventIdFromString (const char *event)
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Additional Inherited Members

- Public Types inherited from vtkCommand
typedef vtkObjectBase Superclass
 
- Public Attributes inherited from vtkCommand
vtkEventDeclarationMacro(EventIds) protected int PassiveObserver
 
- Protected Member Functions inherited from vtkCommand
virtual vtkObjectBaseNewInstanceInternal () const
 
- Protected Member Functions inherited from vtkObjectBase
 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 &)
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

Definition at line 23 of file vtkTestErrorObserver.h.

Constructor & Destructor Documentation

vtkTest::ErrorObserver::ErrorObserver ( )
inline

Definition at line 26 of file vtkTestErrorObserver.h.

Member Function Documentation

static ErrorObserver* vtkTest::ErrorObserver::New ( void  )
inlinestatic

Definition at line 31 of file vtkTestErrorObserver.h.

bool vtkTest::ErrorObserver::GetError ( void  ) const
inline

Definition at line 35 of file vtkTestErrorObserver.h.

bool vtkTest::ErrorObserver::GetWarning ( ) const
inline

Definition at line 39 of file vtkTestErrorObserver.h.

void vtkTest::ErrorObserver::Clear ( void  )
inline

Definition at line 43 of file vtkTestErrorObserver.h.

virtual void vtkTest::ErrorObserver::Execute ( vtkObject vtkNotUsedcaller,
unsigned long  event,
void *  calldata 
)
inlinevirtual

Definition at line 50 of file vtkTestErrorObserver.h.

std::string vtkTest::ErrorObserver::GetErrorMessage ( )
inline

Definition at line 66 of file vtkTestErrorObserver.h.

std::string vtkTest::ErrorObserver::GetWarningMessage ( )
inline

Definition at line 70 of file vtkTestErrorObserver.h.


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