Incendie
Main Page
Related Pages
Classes
Files
File List
Moteur
loadprogress.h
1
#ifndef LOADPROGRESS_H
2
#define LOADPROGRESS_H
3
8
class
LoadProgress
9
{
10
11
public
:
12
LoadProgress
();
13
15
virtual
void
setProgress
(
int
pourcentage) = 0;
17
virtual
void
closeProgress
() = 0;
18
19
};
20
21
#endif // LOADPROGRESS_H
LoadProgress::setProgress
virtual void setProgress(int pourcentage)=0
LoadProgress
Definition:
loadprogress.h:8
LoadProgress::closeProgress
virtual void closeProgress()=0
Generated by
1.8.11