Go to the source code of this file.
Namespaces | |
GENAPI_NAMESPACE | |
Part of the generic device API. | |
Functions | |
virtual void | GENAPI_NAMESPACE::GetSelectorList (GENAPI_NAMESPACE::FeatureList_t &SelectorList, bool Incremental=false)=0 |
Retrieves an ordered list of selectors. More... | |
virtual void | GENAPI_NAMESPACE::Restore ()=0 |
Restores the selectors' values found at creation. More... | |
virtual bool | GENAPI_NAMESPACE::SetNext (bool Tick=true)=0 |
Sets digit to next value. More... | |
virtual GENICAM_NAMESPACE::gcstring | GENAPI_NAMESPACE::ToString ()=0 |
Returns a string representation of the digit. More... | |
virtual | GENAPI_NAMESPACE::~ISelectorDigit ()=0 |
Virtual destructor enforcing virtual destructor on all derived classes. More... | |
Variables | |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::ISelectorDigit |
Interface of a "digit" of the "counter" formed by the selector set. More... | |