#include <vtkSMSessionProxyManagerInternals.h>
Public Types | |
typedef std::map< std::string, vtkSMProxyManagerProxyMapType > | ProxyGroupType |
typedef std::set< vtkSMProxyManagerEntry > | GroupNameProxySet |
typedef std::set< vtkSMProxy * > | SetOfProxies |
typedef std::map< std::string, vtkSmartPointer< vtkSMLink > > | LinkType |
typedef std::map< std::string, vtkSmartPointer< vtkSMProxySelectionModel > > | SelectionModelsType |
Public Member Functions | |
void | FindProxyTuples (vtkSMProxy *proxy, std::set< vtkSMProxyManagerEntry > &tuplesFounds) |
void | ComputeDelta (const vtkSMMessage *newState, vtkSMProxyLocator *locator, std::set< vtkSMProxyManagerEntry > &toRegister, std::set< vtkSMProxyManagerEntry > &toUnregister) |
void | RemoveTuples (const char *name, std::set< vtkSMProxyManagerEntry > &removedEntries) |
void | RemoveTuples (const char *group, const char *name, std::set< vtkSMProxyManagerEntry > &removedEntries, bool doMapOnly) |
bool | RemoveTuples (const char *group, const char *name, vtkSMProxy *proxy) |
void | UpdateProxySelectionModelState () |
void | UpdateLinkState () |
Definition at line 175 of file vtkSMSessionProxyManagerInternals.h.
typedef std::map<std::string, vtkSMProxyManagerProxyMapType> vtkSMSessionProxyManagerInternals::ProxyGroupType |
Definition at line 179 of file vtkSMSessionProxyManagerInternals.h.
typedef std::set<vtkSMProxyManagerEntry> vtkSMSessionProxyManagerInternals::GroupNameProxySet |
Definition at line 184 of file vtkSMSessionProxyManagerInternals.h.
typedef std::set<vtkSMProxy*> vtkSMSessionProxyManagerInternals::SetOfProxies |
Definition at line 188 of file vtkSMSessionProxyManagerInternals.h.
typedef std::map<std::string, vtkSmartPointer<vtkSMLink> > vtkSMSessionProxyManagerInternals::LinkType |
Definition at line 192 of file vtkSMSessionProxyManagerInternals.h.
typedef std::map<std::string, vtkSmartPointer<vtkSMProxySelectionModel> > vtkSMSessionProxyManagerInternals::SelectionModelsType |
Definition at line 196 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 206 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 221 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 270 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 319 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 384 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 449 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 462 of file vtkSMSessionProxyManagerInternals.h.
ProxyGroupType vtkSMSessionProxyManagerInternals::RegisteredProxyMap |
Definition at line 180 of file vtkSMSessionProxyManagerInternals.h.
GroupNameProxySet vtkSMSessionProxyManagerInternals::RegisteredProxyTuple |
Definition at line 185 of file vtkSMSessionProxyManagerInternals.h.
SetOfProxies vtkSMSessionProxyManagerInternals::ModifiedProxies |
Definition at line 189 of file vtkSMSessionProxyManagerInternals.h.
LinkType vtkSMSessionProxyManagerInternals::RegisteredLinkMap |
Definition at line 193 of file vtkSMSessionProxyManagerInternals.h.
SelectionModelsType vtkSMSessionProxyManagerInternals::SelectionModels |
Definition at line 197 of file vtkSMSessionProxyManagerInternals.h.
vtkSMMessage vtkSMSessionProxyManagerInternals::State |
Definition at line 200 of file vtkSMSessionProxyManagerInternals.h.
vtkSMSessionProxyManager* vtkSMSessionProxyManagerInternals::ProxyManager |
Definition at line 203 of file vtkSMSessionProxyManagerInternals.h.