Changeset 3370 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Oct 31, 2007, 11:49:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r3366 r3370 39 39 40 40 enum DispWinEnum {Disp_Default, Disp_Next, Disp_Win, Disp_Same, Disp_Stack, Disp_Inset}; 41 // Flag de redirection stdout/stderr 42 enum RED_OUTERR_FLG { NORED_OE, CONSRED_OE, DOUBLERED_OE }; 43 41 44 42 45 typedef map<long, PIWindow*, less<long> > WindMList; … … 150 153 151 154 // Redirection ou Non de StdOut/StdErr 152 void RedirectStdOutErr( bool fg = true);153 inline boolHasRedirectedStdOutErr() { return(redirecout); }155 void RedirectStdOutErr(RED_OUTERR_FLG redflg=CONSRED_OE); 156 inline RED_OUTERR_FLG HasRedirectedStdOutErr() { return(redirecout); } 154 157 // Gestion des signaux 155 158 void CatchSignals(bool fgfpe=true, bool fgsegv=true); … … 213 216 PIContainer* consolecont; // Container pour la PIConsole 214 217 PIConsole* mCons; 215 bool redirecout; // true if stdout/err redirected to mCons;218 RED_OUTERR_FLG redirecout; // flag de redirection vers mCons, ou NORED ou vers mCons+terminal; 216 219 217 220 WindMList mWList;
Note:
See TracChangeset
for help on using the changeset viewer.