Changeset 2165 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Aug 7, 2002, 5:00:49 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2141 r2165 69 69 70 70 // 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); 72 74 73 75 // Acces au BaseDrawer (PIElDrawer) du PIBaseWdg courant 74 PI ElDrawer* CurrentElDrawer();76 PIDrawer* CurrentElDrawer(); 75 77 76 78 void CreateGraphWin(int nx=1, int ny=1, int sx=0, int sy = 0);
Note:
See TracChangeset
for help on using the changeset viewer.