Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
vtkSMDeserializerXMLCache Class Reference

deserializes proxies from their XML states. More...

#include <vtkSMDeserializerXMLCache.h>

Inheritance diagram for vtkSMDeserializerXMLCache:
Inheritance graph
[legend]
Collaboration diagram for vtkSMDeserializerXMLCache:
Collaboration graph
[legend]

Public Types

typedef vtkSMDeserializerXML Superclass
 
- Public Types inherited from vtkSMDeserializerXML
typedef vtkSMDeserializer Superclass
 
- Public Types inherited from vtkSMDeserializer
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual void CacheXMLProxyState (vtkTypeUInt32 id, vtkPVXMLElement *xml)
 Allow to register a given XML state for a given proxy GlobalId. More...
 
- Public Member Functions inherited from vtkSMDeserializer
void SetSession (vtkSMSession *session)
 Convenience method for setting the SessionProxyManager. More...
 
vtkSMSessionGetSession ()
 Provides access to the session. More...
 
vtkSMSessionProxyManagerGetSessionProxyManager ()
 Get/Set the proxy manager on which this deserializer is expected to operate. More...
 
void SetSessionProxyManager (vtkSMSessionProxyManager *)
 Get/Set the proxy manager on which this deserializer is expected to operate. More...
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual vtkMTimeType GetMTime ()
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
- 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)
 
virtual void UnRegister (vtkObjectBase *o)
 
void SetReferenceCount (int)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 
void PrintRevisions (ostream &)
 

Static Public Member Functions

static vtkSMDeserializerXMLCacheNew ()
 
static int IsTypeOf (const char *type)
 
static vtkSMDeserializerXMLCacheSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkSMDeserializerXML
static vtkSMDeserializerXMLNew ()
 
static int IsTypeOf (const char *type)
 
static vtkSMDeserializerXMLSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkSMDeserializer
static int IsTypeOf (const char *type)
 
static vtkSMDeserializerSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 
static vtkObjectBaseNew ()
 

Protected Member Functions

 vtkSMDeserializerXMLCache ()
 
 ~vtkSMDeserializerXMLCache () override
 
vtkPVXMLElementLocateProxyElement (vtkTypeUInt32 id) override
 Locate the XML for the proxy with the given id. More...
 
- Protected Member Functions inherited from vtkSMDeserializerXML
 vtkSMDeserializerXML ()
 
 ~vtkSMDeserializerXML () override
 
vtkSMProxyNewProxy (vtkTypeUInt32 id, vtkSMProxyLocator *locator) override
 Create a new proxy with the id if possible. More...
 
virtual int LoadProxyState (vtkPVXMLElement *element, vtkSMProxy *, vtkSMProxyLocator *locator)
 TEMPORARY. More...
 
vtkSMProxyCreateProxy (const char *xmlgroup, const char *xmlname, const char *subProxyName=NULL) override
 Create a new proxy of the given group and name. More...
 
virtual void CreatedNewProxy (vtkTypeUInt32 id, vtkSMProxy *proxy)
 Called after a new proxy has been created. More...
 
- Protected Member Functions inherited from vtkSMDeserializer
 vtkSMDeserializer ()
 
 ~vtkSMDeserializer () override
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Friends

class vtkSMProxyLocator
 

Additional Inherited Members

- Protected Attributes inherited from vtkSMDeserializer
vtkWeakPointer< vtkSMSessionProxyManagerSessionProxyManager
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

deserializes proxies from their XML states.

vtkSMDeserializerXMLCache is used to deserialize proxies from previously stored XML states.

Definition at line 34 of file vtkSMDeserializerXMLCache.h.

Member Typedef Documentation

◆ Superclass

Definition at line 38 of file vtkSMDeserializerXMLCache.h.

Constructor & Destructor Documentation

◆ vtkSMDeserializerXMLCache()

vtkSMDeserializerXMLCache::vtkSMDeserializerXMLCache ( )
protected

◆ ~vtkSMDeserializerXMLCache()

vtkSMDeserializerXMLCache::~vtkSMDeserializerXMLCache ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkSMDeserializerXMLCache* vtkSMDeserializerXMLCache::New ( )
static

◆ GetClassName()

virtual const char* vtkSMDeserializerXMLCache::GetClassName ( )
virtual

Reimplemented from vtkSMDeserializerXML.

◆ IsTypeOf()

static int vtkSMDeserializerXMLCache::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkSMDeserializerXMLCache::IsA ( const char *  type)
virtual

Reimplemented from vtkSMDeserializerXML.

◆ SafeDownCast()

static vtkSMDeserializerXMLCache* vtkSMDeserializerXMLCache::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkSMDeserializerXMLCache::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Reimplemented from vtkSMDeserializerXML.

◆ CacheXMLProxyState()

virtual void vtkSMDeserializerXMLCache::CacheXMLProxyState ( vtkTypeUInt32  id,
vtkPVXMLElement xml 
)
virtual

Allow to register a given XML state for a given proxy GlobalId.

◆ LocateProxyElement()

vtkPVXMLElement* vtkSMDeserializerXMLCache::LocateProxyElement ( vtkTypeUInt32  id)
overrideprotectedvirtual

Locate the XML for the proxy with the given id.

Reimplemented from vtkSMDeserializerXML.

Friends And Related Function Documentation

◆ vtkSMProxyLocator

friend class vtkSMProxyLocator
friend

Definition at line 51 of file vtkSMDeserializerXMLCache.h.


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