Changeset 71 in Sophya for trunk/SophyaPI/PI/piimage.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/piimage.h

    r37 r71  
    6666
    6767  virtual void Resize();
    68   virtual void Draw(int x0, int y0, int dx, int dy);
     68  virtual void Draw(PIGraphicGen* g, int x0, int y0, int dx, int dy);
    6969
    7070  virtual void But1Press(int x, int y);
     
    8888  void SetGloVPixmap();
    8989
    90   void DrawCursor();
    91   void DrawCursor(int xc, int yc);
    92   void DrawMarks(int x1, int x2, int y1, int y2);
     90  void DrawCursor(PIGraphicGen* g);
     91  void DrawCursor(PIGraphicGen* g, int xc, int yc);
     92  void DrawMarks(PIGraphicGen* g, int x1, int x2, int y1, int y2);
    9393
    9494  void ShowTrTxW();
Note: See TracChangeset for help on using the changeset viewer.