11 #ifndef vtkSMStateLocator_h
12 #define vtkSMStateLocator_h
14 #include "vtkRemotingServerManagerModule.h"
52 virtual bool FindState(vtkTypeUInt32 globalID,
vtkSMMessage* stateToFill,
bool useParent =
true);
64 virtual void UnRegisterState(vtkTypeUInt32 globalID,
bool force);
70 virtual void UnRegisterAllStates(
bool force);
76 virtual bool IsStateLocal(vtkTypeUInt32 globalID);
81 virtual bool IsStateAvailable(vtkTypeUInt32 globalID);
88 virtual void RegisterFullState(
vtkSMProxy* proxy);
103 vtkInternal* Internals;