Changeset 2164 in Sophya for trunk/SophyaPI/PI/piaxes.h


Ignore:
Timestamp:
Aug 7, 2002, 4:59:52 PM (23 years ago)
Author:
ansari
Message:
  • Creation d'une classe gestionnaire de trace d'elements a etre utilise

ds la classe PIElDrawer (Traceur d'elements, d'axes 2D et titres, etc ...)

  • Ajout d'une nouvelle classe PIElDrawer3D , remplissant les memes

fonctions pour les objets 3D

  • Ajout de trace de label d'axes ds PIAxes
  • Ajout methode Set3DBox ds PIDrawer3D - Preparation en vue du

transfert du trace de boite/axes 3D a l'objet PIElDrawer3D

Reza 7/8/2002

File:
1 edited

Legend:

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

    r2115 r2164  
    4040                               double ymin, double ymax);
    4141
     42
     43  virtual void      DrawXCaption(PIGraphicUC* g, PIGraphicAtt& att, unsigned int flags,
     44                                 string const& xLabel);
     45  virtual void      DrawYCaption(PIGraphicUC* g, PIGraphicAtt& att, unsigned int flags,
     46                                 string const& YLabel);
     47
    4248  //  virtual void      DrawHorizontalAxe(double xmin, double xmax, double y,
    4349
     
    6672  void DrawGrid(PIGraphicUC* g);
    6773
     74
     75  bool   setupDone;  // Si Setup a ete appele
     76
    6877  double xMin, xMax, yMin, yMax;
    6978  bool   aXdir, aYdir;           // Sens des axes horiz, vertical
     
    7786  double xMajTickLen,  xMinTickLen;
    7887  double yMajTickLen,  yMinTickLen;
     88
    7989};
    8090
Note: See TracChangeset for help on using the changeset viewer.