Changeset 1251 in Sophya for trunk/SophyaPI/PIext/piacmd.h


Ignore:
Timestamp:
Oct 24, 2000, 10:34:07 AM (25 years ago)
Author:
ercodmgr
Message:

fenetre pour CxxExecutor - Reza 24/10/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/piacmd.h

    r1224 r1251  
    4747}
    4848#endif
    49 class PIAHelpWind; // Fenetre d'aide en ligne
     49
     50class PIAHelpWind;   // Fenetre d'aide en ligne
     51class CxxExecWind;   // Fenetre pour CxxExecutor
     52class CxxOptionWind; // Option de CxxExecutor
     53
    5054class PIACmdBloc;
    5155
     
    7983
    8084  virtual string&       GetUsage(const string& kw);
    81   virtual void          ShowHelpWindow();
     85
     86          void          ShowHelpWindow();
     87          void          ShowCxxOptionWindow();
     88          void          ShowCxxExecWindow();
    8289
    8390  virtual void          HelptoLaTex(string const & flnm);
     
    135142// Fenetre d'aide interactive
    136143  PIAHelpWind* helpwin;
    137 
     144  CxxExecWind* cxxexwin;
     145  CxxOptionWind* cxxoptwin;
    138146};
    139147
Note: See TracChangeset for help on using the changeset viewer.