Last change
on this file since 178 was 165, checked in by ercodmgr, 27 years ago |
Creation du module PIext en regroupant des fichiers de Drawer/Wdg pour
Objets ds PEIDA/Outils++, Images++, ... et des classes de ProgPI,
lie a piapp (PIStdImgApp, NamedObjMgr, ...) Reza 18/12/98
|
File size:
386 bytes
|
Rev | Line | |
---|
[165] | 1 | #ifndef PIINIT_H_SEEN
|
---|
| 2 | #define PIINIT_H_SEEN
|
---|
| 3 |
|
---|
| 4 | #include "imaginit.h"
|
---|
| 5 |
|
---|
| 6 | // Classe d'initialisation pour le module PI de PEIDA
|
---|
| 7 |
|
---|
| 8 | class PeidaInteractiveInitiator : public PeidaImagesInitiator{
|
---|
| 9 | private:
|
---|
| 10 | static int FgInit;
|
---|
| 11 | public:
|
---|
| 12 | PeidaInteractiveInitiator();
|
---|
| 13 | virtual ~PeidaInteractiveInitiator();
|
---|
| 14 | };
|
---|
| 15 |
|
---|
| 16 | #undef PeidaInit
|
---|
| 17 | #define PeidaInit() PeidaInteractiveInitiator peidainitiator
|
---|
| 18 |
|
---|
| 19 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.