Changeset 2383 in Sophya for trunk/SophyaPI/PIext/pihisto2d.h


Ignore:
Timestamp:
May 16, 2003, 5:15:55 PM (22 years ago)
Author:
ansari
Message:

Ajout methode GetInfoString() aux ObjAdapter + attributs de gestion de position de stat pour PINtuple/PIHisto + positionnement par defaut de stat (statposoff=) lors de disp same - Reza 16/5/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pihisto2d.h

    r2380 r2383  
    4242  virtual void DrawStats(PIGraphicUC* g);
    4343  inline  void SetStats(bool fg=true) {stats=fg;}
     44  inline  void SetStatPosOffset(float ofx=-0.01, float ofy=-0.01)
     45          {spoX=ofx; spoY=ofy; }
    4446
    4547  //  Methode permettant l'affichage d'une fenetre de controle specialisee
     
    7779  float mHMin,mHMax;
    7880  float mFracMin,mFracMax;
     81  float spoX, spoY; // Stat pos offset par rapport a position defaut
    7982};
    8083
Note: See TracChangeset for help on using the changeset viewer.