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


Ignore:
Timestamp:
May 11, 1999, 6:04:58 AM (26 years ago)
Author:
ercodmgr
Message:

Adaptation aux "normes DPC", introduction des classes CmdExecutor, ...
Fenetre d'aide en lignes, gestion de modules, ... Reza 11/05/99

File:
1 edited

Legend:

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

    r203 r293  
    7272     inline PIConsole* GetConsole() { return mCons; }
    7373
    74 //     inline CutTools*  CutTC()  { return mCutTC; }   A reactiver plus tard ?  Reza 08/98
     74     inline PIMenu* SpecialMenu() { return m[5]; }
     75     inline PIMenu* ModulesMenu() { return m[6]; }
    7576
    7677     inline ObjMgrWind* ObjMgrW() { return mObjmgrw; }
     
    7980// Redirection ou Non de StdOut/StdErr
    8081     void  RedirectStdOutErr(bool fg = true);
     82     inline bool HasRedirectedStdOutErr() { return(redirecout); }
    8183// Gestion des signaux
    8284     void  CatchSignals(bool fg = true);
     
    117119    PIACmd* mCmd;
    118120
    119     PIMenu* m[6];
     121    PIMenu* m[7];
    120122    PIMenu* mc;
    121123
     
    126128    PIFileChooser * pfc;
    127129
    128 //    CutTools* mCutTC;               // mTCId = 3   A reactiver plus tard ?  Reza 08/98
    129 //    PIContainer* mTC;   A reactiver plus tard ?  Reza 08/98
    130 
    131130    PIConsole* mCons;
     131    bool redirecout;    // true if stdout/err redirected to mCons;
    132132
    133133    WindMList mWList;
Note: See TracChangeset for help on using the changeset viewer.