Changeset 2465 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- Nov 27, 2003, 11:51:58 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r2463 r2465 45 45 // inline CmdInterpreter* CurrentInterpreter() { return(curcmdi); } 46 46 47 inline CmdExecutor* 48 inline CmdExecutor* 49 inline PIStdImgApp* 47 inline CmdExecutor* BaseExecutor() { return(basexec); } 48 inline CmdExecutor* ContExecutor() { return(cntexec); } //_OP_ 49 inline PIStdImgApp* GetImgApp() { return(mImgApp); } 50 50 51 51 // Pour utilisation par PIAHelpWind uniquement … … 53 53 54 54 protected: 55 virtual int CheckHelpGrp(string& grp); 55 virtual bool CheckHelpGrp(string& grp, int& gid, string& desc); 56 virtual void InitializeHelpWindowMenu(); 56 57 57 58 virtual void SetCurrentPrompt(const char* pr); … … 71 72 // Fenetre d'aide interactive 72 73 PIAHelpWind* helpwin; 74 bool helpwin_initdone; 75 // Fenetres d'execution interactive de C++ , options correspondantes 73 76 CxxExecWind* cxxexwin; 74 77 CxxOptionWind* cxxoptwin;
Note:
See TracChangeset
for help on using the changeset viewer.