eLynx SDK v3.0.1
C++ image processing API reference

eLynx::ParameterInteger Class Reference

#include <CoreParameters.h>

Inheritance diagram for eLynx::ParameterInteger:

eLynx::AbstractParameter

List of all members.


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

Detailed Description

Definition at line 93 of file CoreParameters.h.


Constructor & Destructor Documentation

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]


Member Function Documentation

virtual void eLynx::ParameterInteger::Reset (  )  [virtual]

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


Member Data Documentation

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.

Definition at line 113 of file CoreParameters.h.

Definition at line 113 of file CoreParameters.h.

int32 eLynx::ParameterInteger::_tick [protected]

Definition at line 114 of file CoreParameters.h.

Definition at line 114 of file CoreParameters.h.

std::string eLynx::ParameterInteger::_format [protected]

Definition at line 115 of file CoreParameters.h.


The documentation for this class was generated from the following file:

Generated on 14 Apr 2009 by doxygen 1.5.8