Changeset 37 in Sophya for trunk/SophyaPI/PI/pihisto.h


Ignore:
Timestamp:
Feb 24, 1997, 4:34:49 PM (29 years ago)
Author:
ansari
Message:
  • Amelioration gestion couleurs ds picmapx.cc + Gestion d'Elts graphique ds

pipixmapgen.cc,.h , remplacement de GetXmString par fonction CStrFrXmStr()

  • Gestion de fenetre d'image totale ds piimage.cc piimage.h
  • Raccourci clavier pour les menus - PIMsg_Resize et PIMsg_Drop (pimsghandler.h)
  • Gestion de sens d'axe (X ou Y) et Position Click ds piscdrawwdg.cc,.h
  • + Petites corrections de bug, amelioration Reza 24/02/97
File:
1 edited

Legend:

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

    r18 r37  
    1313  virtual void       DrawStats();
    1414  virtual void       Refresh();  // Recalcule les limites, et reaffiche
    15   void               SetAutoDelHisto(bool ad=false);
     15  inline  void       SetAutoDelHisto(bool ad=false) {  ahisup = ad; }
     16  inline  Histo*     Histogram() { return(mHisto); }
     17
    1618protected:
    1719  Histo* mHisto;
Note: See TracChangeset for help on using the changeset viewer.