Changeset 1251 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- Oct 24, 2000, 10:34:07 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r1224 r1251 47 47 } 48 48 #endif 49 class PIAHelpWind; // Fenetre d'aide en ligne 49 50 class PIAHelpWind; // Fenetre d'aide en ligne 51 class CxxExecWind; // Fenetre pour CxxExecutor 52 class CxxOptionWind; // Option de CxxExecutor 53 50 54 class PIACmdBloc; 51 55 … … 79 83 80 84 virtual string& GetUsage(const string& kw); 81 virtual void ShowHelpWindow(); 85 86 void ShowHelpWindow(); 87 void ShowCxxOptionWindow(); 88 void ShowCxxExecWindow(); 82 89 83 90 virtual void HelptoLaTex(string const & flnm); … … 135 142 // Fenetre d'aide interactive 136 143 PIAHelpWind* helpwin; 137 144 CxxExecWind* cxxexwin; 145 CxxOptionWind* cxxoptwin; 138 146 }; 139 147
Note:
See TracChangeset
for help on using the changeset viewer.