home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / Epoc / Palmtime / files / FrotzS5_src.ZIP / S5inter.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-10  |  908 b   |  23 lines

  1. class RMainServ : public RSessionBase
  2.     {
  3. public:
  4.     RMainServ();
  5.     CFrotzAppUi *GetApp();
  6.     TInt Connect(struct sg *g);
  7.     TVersion Version() const;
  8.     void Printf(struct sg *g, const char *msg);
  9.     unsigned short GetCh(struct sg *g);
  10.     void KeyTimer(struct sg *g,int delay);
  11.     void Exit(struct sg *g);
  12.     void EraseRect(struct sg *g, int top, int left, int bottom, int right, int rev);
  13.     void Scroll(struct sg *g, int top, int left, int bottom, int right, int units, int rev);
  14.     void Cursor(struct sg *g, int cursor);
  15.     void TextAttr(struct sg *g, int attr);
  16.     void PutChar(struct sg *g, int x, int y, unsigned char c);
  17.     void PutString(struct sg *g, int x, int y, unsigned char *s);
  18.     void SetCursor(struct sg *g, int x, int y);
  19.     int  DlgOpen(struct sg *g, char *pathname, char *filename);
  20.     int  DlgSave(struct sg *g, char *pathname, char *filename);
  21.     void GetStoryName(char *sn);
  22.      };
  23.