Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::SliderState Class Reference

#include <vcf/GraphicsKit/DrawUIState.h>

Inheritance diagram for VCF::SliderState:

VCF::DrawUIState List of all members.

Public Member Functions

 SliderState ()
bool isVertical () const
void setVertical (bool val)
bool isPressed () const
void setPressed (bool val)
bool isTickMarkingOnTopLeft () const
void setTickMarkingOnTopLeft (bool val)
bool isTickMarkingOnBottomRight () const
void setTickMarkingOnBottomRight (bool val)

Public Attributes

String sliderCaption_
double min_
double max_
double position_
double tickMarkFrequency_

Constructor & Destructor Documentation

VCF::SliderState::SliderState  )  [inline]
 


Member Function Documentation

bool VCF::SliderState::isPressed  )  const [inline]
 

bool VCF::SliderState::isTickMarkingOnBottomRight  )  const [inline]
 

bool VCF::SliderState::isTickMarkingOnTopLeft  )  const [inline]
 

bool VCF::SliderState::isVertical  )  const [inline]
 

void VCF::SliderState::setPressed bool  val  )  [inline]
 

void VCF::SliderState::setTickMarkingOnBottomRight bool  val  )  [inline]
 

void VCF::SliderState::setTickMarkingOnTopLeft bool  val  )  [inline]
 

void VCF::SliderState::setVertical bool  val  )  [inline]
 


Member Data Documentation

double VCF::SliderState::max_
 

double VCF::SliderState::min_
 

double VCF::SliderState::position_
 

String VCF::SliderState::sliderCaption_
 

double VCF::SliderState::tickMarkFrequency_
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information