Changeset 2165 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h


Ignore:
Timestamp:
Aug 7, 2002, 5:00:49 PM (23 years ago)
Author:
ansari
Message:

Ajout commande setaxelabels, adaptations aux modifs PIElDrwMgr et
PIDrawer3D - Reza 7/8/2002

File:
1 edited

Legend:

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

    r2141 r2165  
    6969
    7070  //  Fonction Ajout de titre de trace
    71      void SetTitle(string const & titleup, string const & titledown);
     71     void SetTitle(string const & titleup, string const & titledown, string const& opt);
     72  //  Fonction d'Ajout label d'axe X,Y
     73     void SetAxeLabels(string const & xLabel, string const & yLabel, string const& opt);
    7274
    7375  //  Acces au BaseDrawer (PIElDrawer) du PIBaseWdg courant
    74      PIElDrawer* CurrentElDrawer();
     76     PIDrawer* CurrentElDrawer();
    7577
    7678     void CreateGraphWin(int nx=1, int ny=1, int sx=0, int sy = 0);
Note: See TracChangeset for help on using the changeset viewer.