Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
vtkSMProxyManagerProxyInfo Class Reference

#include <vtkSMSessionProxyManagerInternals.h>

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

Public Member Functions

 vtkBaseTypeMacro (vtkSMProxyManagerProxyInfo, vtkObjectBase)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
 vtkSMProxyManagerProxyInfo (const vtkSMProxyManagerProxyInfo &)=delete
 
void operator= (const vtkSMProxyManagerProxyInfo &)=delete
 
- 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)
 
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 vtkSMProxyManagerProxyInfoNew ()
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 
static vtkObjectBaseNew ()
 

Public Attributes

vtkSmartPointer< vtkSMProxyProxy
 
unsigned long ModifiedObserverTag
 
unsigned long StateChangedObserverTag
 
unsigned long UpdateObserverTag
 
unsigned long UpdateInformationObserverTag
 

Additional Inherited Members

- 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 inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

Definition at line 23 of file vtkSMSessionProxyManagerInternals.h.

Constructor & Destructor Documentation

◆ vtkSMProxyManagerProxyInfo()

vtkSMProxyManagerProxyInfo::vtkSMProxyManagerProxyInfo ( const vtkSMProxyManagerProxyInfo )
delete

Member Function Documentation

◆ vtkBaseTypeMacro()

vtkSMProxyManagerProxyInfo::vtkBaseTypeMacro ( vtkSMProxyManagerProxyInfo  ,
vtkObjectBase   
)

◆ PrintSelf()

void vtkSMProxyManagerProxyInfo::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
inlineoverridevirtual

Reimplemented from vtkObjectBase.

Definition at line 27 of file vtkSMSessionProxyManagerInternals.h.

◆ New()

static vtkSMProxyManagerProxyInfo* vtkSMProxyManagerProxyInfo::New ( void  )
inlinestatic

Definition at line 38 of file vtkSMSessionProxyManagerInternals.h.

◆ operator=()

void vtkSMProxyManagerProxyInfo::operator= ( const vtkSMProxyManagerProxyInfo )
delete

Member Data Documentation

◆ Proxy

vtkSmartPointer<vtkSMProxy> vtkSMProxyManagerProxyInfo::Proxy

Definition at line 32 of file vtkSMSessionProxyManagerInternals.h.

◆ ModifiedObserverTag

unsigned long vtkSMProxyManagerProxyInfo::ModifiedObserverTag

Definition at line 33 of file vtkSMSessionProxyManagerInternals.h.

◆ StateChangedObserverTag

unsigned long vtkSMProxyManagerProxyInfo::StateChangedObserverTag

Definition at line 34 of file vtkSMSessionProxyManagerInternals.h.

◆ UpdateObserverTag

unsigned long vtkSMProxyManagerProxyInfo::UpdateObserverTag

Definition at line 35 of file vtkSMSessionProxyManagerInternals.h.

◆ UpdateInformationObserverTag

unsigned long vtkSMProxyManagerProxyInfo::UpdateInformationObserverTag

Definition at line 36 of file vtkSMSessionProxyManagerInternals.h.


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