Overview     Modules     Class Hierarchy     Classes     Members  
tlp::GlProgressBar Class Reference

#include <GlProgressBar.h>

Inheritance diagram for tlp::GlProgressBar:
Collaboration diagram for tlp::GlProgressBar:

List of all members.

Public Member Functions

Protected Member Functions


Detailed Description

This class allows to display a progress bar in OpenGL


Constructor & Destructor Documentation

tlp::GlProgressBar::GlProgressBar ( const Coord &  centerPosition,
const unsigned int  width,
const unsigned int  height,
const Color &  color 
)

GlProgressBar constructor

Parameters:
centerPositionthe position of the center of the frame containing the progress bar
widththe width of the frame containing the progress bar
heightthe height of the frame containing the progress bar
colorthe color of the progress bar
tlp::GlProgressBar::~GlProgressBar ( )

Member Function Documentation

void tlp::GlProgressBar::progress_handler ( int  step,
int  max_step 
) [protected]
void tlp::GlProgressBar::setComment ( const std::string &  msg) [inline]

This method allow to set a comment message above the progress bar

Parameters:
msgthe text of the comment to display


Tulip Software by LaBRI Visualization Team    2001 - 2012