#include <GenApi/GenApiDll.h>#include <GenApi/Types.h>#include <GenApi/Container.h>#include <GenApi/SelectorState.h>

Go to the source code of this file.
Namespaces | |
| GENAPI_NAMESPACE | |
| Lexical analyzer for CIntSwissKnife. | |
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::GetState (CSelectorState &state)=0 |
| Get the state of the selector. 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 | |
| GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::ISelectorDigit |
| Interface of a "digit" of the "counter" formed by the selector set. More... | |