Changeset 463 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- Oct 12, 1999, 6:26:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r440 r463 76 76 virtual void ShowHelpWindow(); 77 77 78 virtual void HelptoLaTex(string const & flnm); 79 78 80 inline CmdInterpreter* CurrentInterpreter() { return(curcmdi); } 79 81 inline CmdExecutor* BaseExecutor() { return(basexec); } … … 92 94 CmdExecutor* basexec; 93 95 CmdExecutor* fitexec; 96 CmdExecutor* pawexec; 94 97 95 98 // Pour enregistrer la liste de commandes et leurs executeurs et le help
Note:
See TracChangeset
for help on using the changeset viewer.