Changeset 1592 in Sophya for trunk/SophyaPI/PI/piapplgen.h
- Timestamp:
- Jul 23, 2001, 5:41:15 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piapplgen.h
r138 r1592 30 30 virtual void AppendMenu(PIMenu *pdm); 31 31 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; 34 36 35 37 virtual void RedirectOutStream(PIConsole* cons, unsigned char va= PIVA_Def) = 0; … … 45 47 void PIApplicationPrefCompSize(int& szx, int& szy); 46 48 void PIApplicationScreenSize(int& szx, int& szy); 49 void PIApplicationScreenSizeMM(int& szx, int& szy); 50 void PIApplicationScreenResolution(int& resolx, int& resoly); 47 51 48 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.