A selector set counter digit formed by an integer. More...
#include <SelectorDigit.h>
Public Member Functions | |
CIntSelectorDigit (IBase *pBase) | |
Constructor. | |
virtual void | GetSelectorList (GENAPI_NAMESPACE::FeatureList_t &SelectorList, bool Incremental=false) |
virtual void | Restore () |
virtual bool | SetFirst () |
virtual bool | SetNext (bool Tick=true) |
virtual GENICAM_NAMESPACE::gcstring | ToString () |
Protected Attributes | |
int64_t | m_CurrentValue |
the current value of this "digit" | |
bool | m_DigitHasChanged |
indicates if the digit has changed | |
int64_t | m_OriginalIntValue |
stores the original value of the selector | |
CIntegerPtr | m_ptrIntSelector |
the selecting node |
A selector set counter digit formed by an integer.
Definition at line 84 of file SelectorDigit.h.
GENAPI_NAMESPACE::CIntSelectorDigit::CIntSelectorDigit | ( | IBase * | pBase | ) |
Constructor.
pBase | > Node covered by this digit |
virtual void GENAPI_NAMESPACE::CIntSelectorDigit::GetSelectorList | ( | GENAPI_NAMESPACE::FeatureList_t & | SelectorList, |
bool | Incremental = false |
||
) | [virtual] |
virtual void GENAPI_NAMESPACE::CIntSelectorDigit::Restore | ( | ) | [virtual] |
virtual bool GENAPI_NAMESPACE::CIntSelectorDigit::SetFirst | ( | ) | [virtual] |
virtual bool GENAPI_NAMESPACE::CIntSelectorDigit::SetNext | ( | bool | Tick = true | ) | [virtual] |
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CIntSelectorDigit::ToString | ( | ) | [virtual] |
the current value of this "digit"
Definition at line 105 of file SelectorDigit.h.
indicates if the digit has changed
Definition at line 111 of file SelectorDigit.h.
stores the original value of the selector
Definition at line 108 of file SelectorDigit.h.
the selecting node
Definition at line 102 of file SelectorDigit.h.