27 #ifndef GENAPI_SELECTORSTATE_H 28 #define GENAPI_SELECTORSTATE_H 36 class GENAPI_DECL CSelectorState
38 GENICAM_NAMESPACE::gcstring_vector m_Names;
39 GENICAM_NAMESPACE::gcstring_vector m_Values;
55 void AddSelector(
IValue& item);
74 bool RestoreState(
INodeMap *pNodeMap, GENICAM_NAMESPACE::gcstring_vector *pErrorList = NULL);
78 #endif // GENAPI_SELECTORSTATE_H Common types used in the public GenApi interface.
GENICAM_INTERFACE INodeMap
Interface to access the node map.
Definition: INode.h:50
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT IValue
Interface for value properties.
Definition: IValue.h:59
A string class which is a clone of std::string.
Definition: GCString.h:50
Definition of the interface IValue.
Definition: ChunkAdapter.h:37