Changeset 52 in Sophya for trunk/SophyaPI/PI/piwdgx.h


Ignore:
Timestamp:
Aug 8, 1997, 8:57:53 PM (28 years ago)
Author:
ansari
Message:

Nouvelles fonctionalites pour le PIBaseWdg (non implemente mac)
Classe PIDrawer, traceur en coordonnes user, pouvant etre attaches a
tout PIBaseWdg. Optimisation trace (Backing-store en X, Trace de
zones a rafraichir pour les ScDrawer, ...)
Nouveau classe de trace de points a partir de NTuples
Reza 08/08/97

File:
1 edited

Legend:

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

    r37 r52  
    55#define PIWDG_X_SEEN
    66
    7 #include <string>
    8 
    97#include <X11/Xlib.h>
    108#include <X11/Intrinsic.h>
    119
    12 #include "piwdggen.h"
    1310#include "piwdggen.h"
    1411
     
    5350  virtual void   GetScreenPos(int & spx, int & spy);
    5451
    55   void Manage();
    56   void Unmanage();
    57   int  IfManaged();
     52  virtual void  Manage();
     53  virtual void   UnManage();
     54  virtual int    IfManaged();
    5855
    5956  inline SysDWdg XtWdg() const {return(sdw); };
     
    7774Display * PIXDisplay();
    7875#define  PIXScreen()  DefaultScreen(PIXDisplay())
     76Time PIXGetLastEventTime();
     77unsigned long PIXGetLastEventSerial();
    7978
    8079#endif/* PIWDGX_SEEN */
Note: See TracChangeset for help on using the changeset viewer.