Changeset 1131 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Aug 22, 2000, 5:09:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r685 r1131 53 53 // Fonction d'ajout de texte (provisoire - Aout 99) 54 54 void AddText(string const & txt, double xp, double yp); 55 // Fonction Ajout de titre de trace 56 void SetTitle(string const & titleup, string const & titledown); 55 57 56 58 … … 107 109 inline void SetXLogScale(bool logx=false) { maXlog = logx; } 108 110 inline void SetYLogScale(bool logy=false) { maYlog = logy; } 111 inline void SetAutoAddTitle(bool aatit=true) { mAddTitle = aatit; } 109 112 110 113 // Pour sauvegarder-restauration de l'etat des attributs graphiques … … 184 187 bool maXlog, mSaXlog; 185 188 bool maYlog, mSaYlog; 189 bool mAddTitle, mSAddTitle; 186 190 187 191 PIMessage mFCMsg; // Message for processing FileOpen
Note:
See TracChangeset
for help on using the changeset viewer.