Changeset 1592 in Sophya for trunk/SophyaPI/PI/piapplgen.h


Ignore:
Timestamp:
Jul 23, 2001, 5:41:15 PM (24 years ago)
Author:
ansari
Message:

Info resolution ecran/preparation pour calcul facteur d'echelle pour fontes ds PSFile - Reza 23/7/2001

File:
1 edited

Legend:

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

    r138 r1592  
    3030        virtual void              AppendMenu(PIMenu *pdm);
    3131
    32         virtual void              PrefCompSz(int& szx, int& szy) = 0;
    33         virtual void              ScreenSz(int& szx, int& szy) = 0;
     32        virtual void              PrefCompSize(int& szx, int& szy) = 0;
     33        virtual void              ScreenSize(int& szx, int& szy) = 0;
     34        virtual void              ScreenSizeMM(int& szx, int& szy) = 0;
     35        virtual void              ScreenResolution(int& resolx, int& resoly) = 0;
    3436
    3537        virtual void              RedirectOutStream(PIConsole* cons, unsigned char va= PIVA_Def)  = 0;
     
    4547void     PIApplicationPrefCompSize(int& szx, int& szy); 
    4648void     PIApplicationScreenSize(int& szx, int& szy); 
     49void     PIApplicationScreenSizeMM(int& szx, int& szy); 
     50void     PIApplicationScreenResolution(int& resolx, int& resoly);
    4751
    4852#endif
Note: See TracChangeset for help on using the changeset viewer.