Namespaces | |
namespace | Spinnaker |
namespace | Spinnaker::GenApi |
Functions | |
virtual IEnumeration & | operator= (EnumT Value)=0 |
Set node value. | |
virtual bool | GetValue (bool Verify=false, bool IgnoreCache=false) const =0 |
Get node value. | |
virtual bool | operator() () const |
Get node value. | |
virtual IEnumeration & | operator= (const GenICam::gcstring &ValueStr)=0 |
Set string node value. | |
virtual IEnumEntry * | GetEntry (const int64_t IntValue)=0 |
Get an entry node by its IntValue. | |
virtual IEnumEntry * | GetEntry (const EnumT Value)=0 |
returns the EnumEntry object belonging to the Value | |
virtual IEnumEntry * | GetCurrentEntry (bool Verify=false, bool IgnoreCache=false)=0 |
Get the current entry. | |
Variables | |
template<typename EnumT > | |
interface SPINNAKER_API_ABSTRACT | IEnumerationT |
Interface for enumeration properties. | |
interface SPINNAKER_API_ABSTRACT virtual public | IEnumReference |
Interface to construct an enum reference. | |