UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
U3dProgress Class Reference

#include <u3d_progress.hpp>

Public Member Functions

 U3dProgress (float vmin, float vmax)
 
virtual void setLimits (float vmin, float vmax)
 
virtual void setValue (float value)
 
void stop ()
 
bool isStopped ()
 
 U3dProgress (float vmin, float vmax)
 
virtual void setLimits (float vmin, float vmax)
 
virtual void setValue (float value)
 
void stop ()
 
bool isStopped ()
 

Detailed Description

Process progress class

Member Function Documentation

bool U3dProgress::isStopped ( )

Check the progress status

bool U3dProgress::isStopped ( )

Check the progress status

virtual void U3dProgress::setLimits ( float  vmin,
float  vmax 
)
virtual

Sets the limits of progress indicator value

virtual void U3dProgress::setLimits ( float  vmin,
float  vmax 
)
virtual

Sets the limits of progress indicator value

virtual void U3dProgress::setValue ( float  value)
virtual

Sets the current value for progress indicator

virtual void U3dProgress::setValue ( float  value)
virtual

Sets the current value for progress indicator

void U3dProgress::stop ( )

Stops the progress processing

void U3dProgress::stop ( )

Stops the progress processing


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