VGUI::CalSet Class Reference

#include <calibrate.h>

List of all members.

Public Member Functions

 CalSet ()
 CalSet (float upper, float lower)
 ~CalSet ()
float GetUpperValue ()
void SetUpperValue (float new_upper_value)
float GetLowerValue ()
void SetLowerValue (float new_lower_value)
float GetCurrentValue ()
void SetCurrentValue (float new_cur_value)

Private Attributes

float upper_value
float lower_value
float cur_value


Detailed Description

Definition at line 10 of file calibrate.h.


Constructor & Destructor Documentation

VGUI::CalSet::CalSet  )  [inline]
 

Definition at line 16 of file calibrate.h.

References lower_value, and upper_value.

VGUI::CalSet::CalSet float  upper,
float  lower
[inline]
 

Definition at line 17 of file calibrate.h.

VGUI::CalSet::~CalSet  )  [inline]
 

Definition at line 18 of file calibrate.h.


Member Function Documentation

float VGUI::CalSet::GetCurrentValue  )  [inline]
 

Definition at line 23 of file calibrate.h.

References cur_value.

Referenced by VGUI::Calibrate::Draw().

float VGUI::CalSet::GetLowerValue  )  [inline]
 

Definition at line 21 of file calibrate.h.

References lower_value.

Referenced by VGUI::Calibrate::Draw(), and VGUI::Calibrate::Save().

float VGUI::CalSet::GetUpperValue  )  [inline]
 

Definition at line 19 of file calibrate.h.

References upper_value.

Referenced by VGUI::Calibrate::Draw(), and VGUI::Calibrate::Save().

void VGUI::CalSet::SetCurrentValue float  new_cur_value  )  [inline]
 

Definition at line 24 of file calibrate.h.

References cur_value.

void VGUI::CalSet::SetLowerValue float  new_lower_value  )  [inline]
 

Definition at line 22 of file calibrate.h.

References lower_value.

void VGUI::CalSet::SetUpperValue float  new_upper_value  )  [inline]
 

Definition at line 20 of file calibrate.h.

References upper_value.


Member Data Documentation

float VGUI::CalSet::cur_value [private]
 

Definition at line 13 of file calibrate.h.

Referenced by GetCurrentValue(), and SetCurrentValue().

float VGUI::CalSet::lower_value [private]
 

Definition at line 13 of file calibrate.h.

Referenced by CalSet(), GetLowerValue(), and SetLowerValue().

float VGUI::CalSet::upper_value [private]
 

Definition at line 13 of file calibrate.h.

Referenced by CalSet(), GetUpperValue(), and SetUpperValue().


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 04:14:10 2006 by  doxygen 1.4.6