Changeset 1879 in Sophya for trunk/SophyaPI/PI/piscdrawwdg.h


Ignore:
Timestamp:
Jan 21, 2002, 6:11:31 PM (24 years ago)
Author:
ansari
Message:

Ajout methode PIDrawer::GetClickInfo() - Modifs PIScDrawWdg : methode
PIScDrawWdg::GetClickText() pour affichage info du drawer courant ,
Methode PIScDrawWdg::UpdatePosForDeltaMarker() : Conservation de la
position courante et affichage DeltaX,DeltaY (activation <Alt>K / L)

+ MAJ Numero de version - Reza 21/01/2002 "

File:
1 edited

Legend:

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

    r1631 r1879  
    6161   
    6262
    63   virtual string     GetClickText(double x, double y); // Donne le texte a afficher pour position x,y
     63  virtual void       GetClickText(string& info, double x, double y); // Donne le texte a afficher pour position x,y
    6464  virtual void       ActivateSpecializedControls();   // Pour activer des controles specifiques
    6565
     
    9191  double mPSz[2];         // Taille courant du pave info
    9292  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
    9396  bool mFgReticule;       // Controle l'affiche d'une réticule (Bouton-1)
    9497  string mFormatOpt[2];   // Format optimal d'impression des textes
     
    112115private:
    113116  void  UpdateText(int xp, int yp);
     117  void  UpdatePosForDeltaMarker(bool fg);
    114118};
    115119
Note: See TracChangeset for help on using the changeset viewer.