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


Ignore:
Timestamp:
Aug 22, 2000, 5:09:27 PM (25 years ago)
Author:
ercodmgr
Message:

Introduction de l'option graphique tit/notit (methodes ds PIStdImgApp, modifs ds baseexcut.cc et ds servnobjmgr.cc - Reza 22/08/2000

File:
1 edited

Legend:

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

    r685 r1131  
    5353  //  Fonction d'ajout de texte (provisoire - Aout 99)
    5454     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);
    5557
    5658
     
    107109     inline void  SetXLogScale(bool logx=false) { maXlog = logx; }
    108110     inline void  SetYLogScale(bool logy=false) { maYlog = logy; }
     111     inline void  SetAutoAddTitle(bool aatit=true) { mAddTitle = aatit; }
    109112
    110113// Pour sauvegarder-restauration de  l'etat des attributs graphiques
     
    184187    bool         maXlog, mSaXlog;
    185188    bool         maYlog, mSaYlog;
     189    bool         mAddTitle, mSAddTitle;
    186190
    187191    PIMessage mFCMsg;  // Message for processing FileOpen
Note: See TracChangeset for help on using the changeset viewer.