doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
CRangeSlider Class Reference

#include <DialogParticleEditor.h>

Inheritance diagram for CRangeSlider:

Public Member Functions

void SetValueRange (float _low, float _high)
 
void SetValuePos (float val)
 
float GetValue ()
 

Private Attributes

float low
 
float high
 

Detailed Description

Definition at line 34 of file DialogParticleEditor.h.

Member Function Documentation

float CRangeSlider::GetValue ( void  )
inline

Definition at line 45 of file DialogParticleEditor.h.

void CRangeSlider::SetValuePos ( float  val)
inline

Definition at line 41 of file DialogParticleEditor.h.

void CRangeSlider::SetValueRange ( float  _low,
float  _high 
)
inline

Definition at line 36 of file DialogParticleEditor.h.

Member Data Documentation

float CRangeSlider::high
private

Definition at line 49 of file DialogParticleEditor.h.

float CRangeSlider::low
private

Definition at line 49 of file DialogParticleEditor.h.


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