AddObservation(vtkObject *subject, unsigned long event, vtkObject *observer, vtkCallbackCommand *notify, float priority=0.0f) | vtkEventBroker | |
AddObservation(vtkObject *subject, const char *event, const char *script) | vtkEventBroker | |
Asynchronous enum value | vtkEventBroker | |
AttachObservation(vtkObservation *observation) | vtkEventBroker | protected |
Callback(vtkObject *caller, unsigned long eid, void *clientData, void *callData) | vtkEventBroker | static |
classFinalize() | vtkEventBroker | protectedstatic |
classInitialize() | vtkEventBroker | protectedstatic |
CloseLogFile() | vtkEventBroker | |
CompressCallData | vtkEventBroker | protected |
CompressCallDataOff() | vtkEventBroker | virtual |
CompressCallDataOn() | vtkEventBroker | virtual |
DequeueObservation() | vtkEventBroker | |
DetachObservation(vtkObservation *observation) | vtkEventBroker | protected |
EventLogging | vtkEventBroker | protected |
EventLoggingOff() | vtkEventBroker | virtual |
EventLoggingOn() | vtkEventBroker | virtual |
EventMode enum name | vtkEventBroker | |
EventMode | vtkEventBroker | protected |
EventNestingLevel | vtkEventBroker | protected |
EventQueue | vtkEventBroker | protected |
GenerateGraphFile(const char *graphFile) | vtkEventBroker | |
GetClassName() | vtkEventBroker | virtual |
GetCompressCallData() | vtkEventBroker | virtual |
GetEventLogging() | vtkEventBroker | virtual |
GetEventMode() | vtkEventBroker | virtual |
GetEventModeAsString() | vtkEventBroker | inline |
GetEventNestingLevel() | vtkEventBroker | virtual |
GetInstance() | vtkEventBroker | static |
GetLogFileName() | vtkEventBroker | virtual |
GetNthObservation(int n) | vtkEventBroker | |
GetNthQueuedObservation(int n) | vtkEventBroker | |
GetNumberOfObservations() | vtkEventBroker | |
GetNumberOfQueuedObservations() | vtkEventBroker | |
GetObservationExist(vtkObject *subject, unsigned long event=0, vtkObject *observer=nullptr, vtkCallbackCommand *notify=nullptr) | vtkEventBroker | |
GetObservations(vtkObject *subject, unsigned long event=0, vtkObject *observer=nullptr, vtkCallbackCommand *notify=nullptr, unsigned int maxReturnedObservations=0) | vtkEventBroker | |
GetObservationsForCallback(vtkCallbackCommand *callback) | vtkEventBroker | |
GetObservationsForObserver(vtkObject *observer) | vtkEventBroker | |
GetObservationsForSubject(vtkObject *subject) | vtkEventBroker | |
GetObservationsForSubjectByTag(vtkObject *subject, unsigned long tag) | vtkEventBroker | |
GetRequestModifiedCallback() | vtkEventBroker | virtual |
GetSubjectObservations(vtkObject *subject) | vtkEventBroker | |
GetTimerLog() | vtkEventBroker | virtual |
InvokeObservation(vtkObservation *observation, unsigned long eid, void *callData) | vtkEventBroker | |
IsA(const char *type) | vtkEventBroker | virtual |
IsTypeOf(const char *type) | vtkEventBroker | static |
LogEvent(vtkObservation *observation) | vtkEventBroker | |
LogFile | vtkEventBroker | protected |
LogFileName | vtkEventBroker | protected |
New() | vtkEventBroker | static |
ObjectToObservationVectorMap typedef | vtkEventBroker | protected |
ObservationVector typedef | vtkEventBroker | |
ObserverMap | vtkEventBroker | protected |
OpenLogFile() | vtkEventBroker | |
operator=(const vtkEventBroker &) | vtkEventBroker | protected |
PrintSelf(ostream &os, vtkIndent indent) override | vtkEventBroker | |
ProcessEvent(vtkObservation *observation, vtkObject *caller, unsigned long eid, void *callData) | vtkEventBroker | |
ProcessEventQueue() | vtkEventBroker | |
QueueObservation(vtkObservation *observation, unsigned long eid, void *callData) | vtkEventBroker | |
RemoveObservation(vtkObservation *observation) | vtkEventBroker | |
RemoveObservations(ObservationVector observations) | vtkEventBroker | |
RemoveObservations(vtkObject *observer) | vtkEventBroker | |
RemoveObservations(vtkObject *subject, vtkObject *observer) | vtkEventBroker | |
RemoveObservations(vtkObject *subject, unsigned long event, vtkObject *observer) | vtkEventBroker | |
RemoveObservations(vtkObject *subject, unsigned long event, vtkObject *observer, vtkCallbackCommand *notify) | vtkEventBroker | |
RemoveObservationsForSubjectByTag(vtkObject *subject, unsigned long tag) | vtkEventBroker | |
RequestModified(vtkObject *object) | vtkEventBroker | virtual |
RequestModifiedCallback | vtkEventBroker | protected |
SafeDownCast(vtkObject *o) | vtkEventBroker | static |
ScriptHandler | vtkEventBroker | protected |
ScriptHandlerClientData | vtkEventBroker | protected |
Self typedef | vtkEventBroker | protected |
SetCompressCallData(int) | vtkEventBroker | virtual |
SetEventLogging(int) | vtkEventBroker | virtual |
SetEventMode(int eventMode) | vtkEventBroker | inline |
SetEventModeToAsynchronous() | vtkEventBroker | inline |
SetEventModeToSynchronous() | vtkEventBroker | inline |
SetEventNestingLevel(int) | vtkEventBroker | virtual |
SetLogFileName(const char *) | vtkEventBroker | virtual |
SetRequestModifiedCallback(vtkCallbackCommand *callback) | vtkEventBroker | virtual |
SetScriptHandler(void(*scriptHandler)(const char *script, void *clientData), void *clientData) | vtkEventBroker | inline |
SetTimerLog(vtkTimerLog *timerLog) | vtkEventBroker | virtual |
SubjectMap | vtkEventBroker | protected |
Superclass typedef | vtkEventBroker | |
Synchronous enum value | vtkEventBroker | |
TimerLog | vtkEventBroker | protected |
vtkEventBroker() | vtkEventBroker | protected |
vtkEventBroker(const vtkEventBroker &) | vtkEventBroker | protected |
vtkEventBrokerInitialize class | vtkEventBroker | friend |
vtkObservation class | vtkEventBroker | friend |
~vtkEventBroker() override | vtkEventBroker | protected |