| eLynx SDK
v3.0.1 C++ image processing API reference |
#include <CoreParameters.h>

Public Member Functions | |
| ParameterInteger (const std::string &iName, int32 iMin, int32 iMax, int32 iValue, int32 iTick, int32 iDigits, const std::string &iFormat) | |
| virtual | ~ParameterInteger () |
| virtual void | Reset () |
| void | SetValue (int32 iValue) |
| int32 | GetMin () const |
| int32 | GetMax () const |
| int32 | GetValue () const |
| int32 | GetTick () const |
| int32 | GetDigits () const |
| std::string | GetFormat () const |
Protected Attributes | |
| int32 | _min |
| int32 | _max |
| int32 | _value |
| int32 | _default |
| int32 | _tick |
| int32 | _digits |
| std::string | _format |
Definition at line 93 of file CoreParameters.h.
| eLynx::ParameterInteger::ParameterInteger | ( | const std::string & | iName, | |
| int32 | iMin, | |||
| int32 | iMax, | |||
| int32 | iValue, | |||
| int32 | iTick, | |||
| int32 | iDigits, | |||
| const std::string & | iFormat | |||
| ) |
| virtual eLynx::ParameterInteger::~ParameterInteger | ( | ) | [virtual] |
| virtual void eLynx::ParameterInteger::Reset | ( | ) | [virtual] |
Implements eLynx::AbstractParameter.
| void eLynx::ParameterInteger::SetValue | ( | int32 | iValue | ) |
| int32 eLynx::ParameterInteger::GetMin | ( | ) | const |
| int32 eLynx::ParameterInteger::GetMax | ( | ) | const |
| int32 eLynx::ParameterInteger::GetValue | ( | ) | const |
| int32 eLynx::ParameterInteger::GetTick | ( | ) | const |
| int32 eLynx::ParameterInteger::GetDigits | ( | ) | const |
| std::string eLynx::ParameterInteger::GetFormat | ( | ) | const |
int32 eLynx::ParameterInteger::_min [protected] |
Definition at line 113 of file CoreParameters.h.
int32 eLynx::ParameterInteger::_max [protected] |
Definition at line 113 of file CoreParameters.h.
int32 eLynx::ParameterInteger::_value [protected] |
Definition at line 113 of file CoreParameters.h.
int32 eLynx::ParameterInteger::_default [protected] |
Definition at line 113 of file CoreParameters.h.
int32 eLynx::ParameterInteger::_tick [protected] |
Definition at line 114 of file CoreParameters.h.
int32 eLynx::ParameterInteger::_digits [protected] |
Definition at line 114 of file CoreParameters.h.
std::string eLynx::ParameterInteger::_format [protected] |
Definition at line 115 of file CoreParameters.h.