Changeset 293 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- May 11, 1999, 6:04:58 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r203 r293 72 72 inline PIConsole* GetConsole() { return mCons; } 73 73 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]; } 75 76 76 77 inline ObjMgrWind* ObjMgrW() { return mObjmgrw; } … … 79 80 // Redirection ou Non de StdOut/StdErr 80 81 void RedirectStdOutErr(bool fg = true); 82 inline bool HasRedirectedStdOutErr() { return(redirecout); } 81 83 // Gestion des signaux 82 84 void CatchSignals(bool fg = true); … … 117 119 PIACmd* mCmd; 118 120 119 PIMenu* m[ 6];121 PIMenu* m[7]; 120 122 PIMenu* mc; 121 123 … … 126 128 PIFileChooser * pfc; 127 129 128 // CutTools* mCutTC; // mTCId = 3 A reactiver plus tard ? Reza 08/98129 // PIContainer* mTC; A reactiver plus tard ? Reza 08/98130 131 130 PIConsole* mCons; 131 bool redirecout; // true if stdout/err redirected to mCons; 132 132 133 133 WindMList mWList;
Note:
See TracChangeset
for help on using the changeset viewer.