Changeset 1879 in Sophya for trunk/SophyaPI/PI/piscdrawwdg.h
- Timestamp:
- Jan 21, 2002, 6:11:31 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piscdrawwdg.h
r1631 r1879 61 61 62 62 63 virtual string GetClickText(double x, double y); // Donne le texte a afficher pour position x,y63 virtual void GetClickText(string& info, double x, double y); // Donne le texte a afficher pour position x,y 64 64 virtual void ActivateSpecializedControls(); // Pour activer des controles specifiques 65 65 … … 91 91 double mPSz[2]; // Taille courant du pave info 92 92 int mCPosX, mCPosY; // Position click souris X,Y 93 bool mFgDeltaPos; // affichage de l'ecart par rapport a la position memorisee 94 double mPosForDelta[2]; // Position memorisee - Pour affichage d'ecart 95 int mPosForDeltaX, mPosForDeltaY; // Position click memorisee - Pour affichage d'ecart 93 96 bool mFgReticule; // Controle l'affiche d'une réticule (Bouton-1) 94 97 string mFormatOpt[2]; // Format optimal d'impression des textes … … 112 115 private: 113 116 void UpdateText(int xp, int yp); 117 void UpdatePosForDeltaMarker(bool fg); 114 118 }; 115 119
Note:
See TracChangeset
for help on using the changeset viewer.