/[cvs]/api/Classes/Screen/ScreenData.h
ViewVC logotype

Contents of /api/Classes/Screen/ScreenData.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (22 years, 11 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

1 #ifndef __ScreenData_H__
2 #define __ScreenData_H__
3
4 class ScreenData
5 {
6
7 public:
8
9 ScreenData();
10 ~ScreenData();
11
12 static int getWidth();
13 static int getHeight();
14 static int *getChunkyBuffer();
15 static void setWidth(int iWidth);
16 static void setHeight(int iHeight);
17 static void setChunkyBuffer(int *iChunkyBuffer);
18 static void setBitPlan(int iBitPlan);
19 static int getBitPlan();
20
21 private:
22 };
23
24 #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26