Changeset 71 in Sophya for trunk/SophyaPI/PI/psfile.h


Ignore:
Timestamp:
Feb 12, 1998, 3:14:22 PM (28 years ago)
Author:
ansari
Message:

Version non completement debugge avec les PIGraphic Reza 12/02/98

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/psfile.h

    r54 r71  
    2525#endif
    2626#include "pisysdep.h"
    27 //#include "piinclude.h"
    28 
    29 #include PIBWDG_H      // Types enumeres repris de Peida:PIFontSize...
     27
     28
     29#include "pigraphgen.h"      // Types enumeres repris de Peida:PIFontSize...
    3030#include PICMAP_H
    3131
    3232#include <list>
    3333
     34enum PIPaperSize { PI_A4 = 1, PI_A3 = 2, PI_A5 = 3, PI_NotDefPaperSize = 0};
     35
     36enum PIOrientation { PI_Landscape = 0, PI_Portrait = 1, PI_Auto = 2 } ;
    3437
    3538
Note: See TracChangeset for help on using the changeset viewer.