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

VCF::ProgressState Class Reference

#include <vcf/GraphicsKit/DrawUIState.h>

Inheritance diagram for VCF::ProgressState:

VCF::DrawUIState List of all members.

Public Member Functions

 ProgressState ()
bool isVertical () const
void setVertical (bool val)
void setUseCustomProgressColor (bool val)
bool useCustomProgressColor () const
void setUseCustomProgressTextColor (bool val)
bool useCustomProgressTextColor () const

Public Attributes

Color customColor_
Color customTextColor_
String progressCaption_
double min_
double max_
double position_

Constructor & Destructor Documentation

VCF::ProgressState::ProgressState  )  [inline]
 


Member Function Documentation

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

void VCF::ProgressState::setUseCustomProgressColor bool  val  )  [inline]
 

void VCF::ProgressState::setUseCustomProgressTextColor bool  val  )  [inline]
 

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

bool VCF::ProgressState::useCustomProgressColor  )  const [inline]
 

bool VCF::ProgressState::useCustomProgressTextColor  )  const [inline]
 


Member Data Documentation

Color VCF::ProgressState::customColor_
 

Color VCF::ProgressState::customTextColor_
 

double VCF::ProgressState::max_
 

double VCF::ProgressState::min_
 

double VCF::ProgressState::position_
 

String VCF::ProgressState::progressCaption_
 


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