progress.h File Reference

(r1785/r1282)

Go to the source code of this file.

Classes

class  Progress

Functions

BOOL BeginSlowJob (INT32 final=-1, BOOL delay=TRUE, String_64 *Description=NULL)
BOOL ContinueSlowJob (INT32 upto=0)
void EndSlowJob (void)
void SmashSlowJob (void)


Function Documentation

BOOL BeginSlowJob INT32  final = -1,
BOOL  delay = TRUE,
String_64 Description = NULL
 

Definition at line 154 of file progress.cpp.

00156 {
00157     Progress::Start(delay, Description, finalcount);
00158 
00159     return(TRUE);
00160 }

BOOL ContinueSlowJob INT32  upto = 0  ) 
 

Definition at line 172 of file progress.cpp.

00173 {
00174     return(Progress::Update(upto));
00175 }

void EndSlowJob void   ) 
 

Definition at line 187 of file progress.cpp.

00188 {
00189     Progress::Stop();
00190 }

void SmashSlowJob void   ) 
 

Definition at line 202 of file progress.cpp.

00203 {
00204     Progress::Smash();
00205 }


Generated on Sat Nov 10 03:49:35 2007 for Camelot by  doxygen 1.4.4