Functions | |
| virtual IEnumeration & | operator= (EnumT Value)=0 |
| Set node value. More... | |
| virtual IEnumEntry * | GetEntry (const EnumT Value)=0 |
| returns the EnumEntry object belonging to the Value More... | |
| virtual IEnumeration & | operator= (const GenICam::gcstring &ValueStr)=0 |
| Set string node value. More... | |
Variables | |
| template<typename EnumT > | |
| interface SPINNAKER_API_ABSTRACT | IEnumerationT |
| Interface for enumeration properties. More... | |
| interface SPINNAKER_API_ABSTRACT virtual public | IEnumReference |
| Interface to construct an enum reference. More... | |
|
pure virtual |
returns the EnumEntry object belonging to the Value
|
pure virtual |
Set string node value.
Set node value.
Note : the operator= is not inherited thus the operator= versions from IEnumeration must be implemented again
|
pure virtual |
Set node value.
| interface SPINNAKER_API_ABSTRACT IEnumerationT |
Interface for enumeration properties.
| interface SPINNAKER_API_ABSTRACT IEnumReference |