Changeset 1631 in Sophya for trunk/SophyaPI/PI/piscdrawwdg.h
- Timestamp:
- Aug 8, 2001, 6:51:43 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piscdrawwdg.h
r505 r1631 67 67 // concernant le petit pave autour de la pos. courante 68 68 69 void SetTextWin(PILabel * tw, bool trw=true, int tx= 300, int ty=30);69 void SetTextWin(PILabel * tw, bool trw=true, int tx=500, int ty=30); 70 70 71 71 virtual void But1Press(int x, int y); … … 83 83 virtual void Keyboard(int key, PIKeyModifier kmod); 84 84 virtual void PasteSelection(unsigned int typ, void *pdata, unsigned int l); 85 86 static string SetFormatOpt(double xmin,double xmax); 85 87 86 88 protected: 87 89 double xMinS, xMaxS, yMinS, yMaxS; // Sauvegarde pour zoom 88 double mPPos[2]; // Position courante (user coordinates) 89 double mPSz[2]; // Taille courant du pave info 90 int mCPosX, mCPosY; // Position click souris X,Y 91 bool mFgReticule; // Controle l'affiche d'une réticule (Bouton-1) 90 double mPPos[2]; // Position courante (user coordinates) 91 double mPSz[2]; // Taille courant du pave info 92 int mCPosX, mCPosY; // Position click souris X,Y 93 bool mFgReticule; // Controle l'affiche d'une réticule (Bouton-1) 94 string mFormatOpt[2]; // Format optimal d'impression des textes 92 95 93 96 PIElDrawer* mBDrw; … … 106 109 PIWindow * mInfoW; 107 110 PIText * mInfoTxt; 108 109 111 110 112 private:
Note:
See TracChangeset
for help on using the changeset viewer.