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


Ignore:
Timestamp:
Nov 27, 2003, 11:51:58 AM (22 years ago)
Author:
ansari
Message:

Suite modification/adaptations a la classe PIACmd qui herite maintenent de SOPHYA::Commander - Reza 27/11/2003

File:
1 edited

Legend:

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

    r2463 r2465  
    4545    //  inline  CmdInterpreter* CurrentInterpreter() { return(curcmdi); }
    4646
    47   inline  CmdExecutor*    BaseExecutor()  { return(basexec); }
    48   inline  CmdExecutor*    ContExecutor()  { return(cntexec); } //_OP_
    49   inline  PIStdImgApp*    GetImgApp() { return(mImgApp); }
     47  inline  CmdExecutor*   BaseExecutor()  { return(basexec); }
     48  inline  CmdExecutor*   ContExecutor()  { return(cntexec); } //_OP_
     49  inline  PIStdImgApp*   GetImgApp() { return(mImgApp); }
    5050
    5151//   Pour utilisation par PIAHelpWind uniquement
     
    5353
    5454protected:
    55   virtual int   CheckHelpGrp(string& grp);
     55  virtual bool  CheckHelpGrp(string& grp, int& gid, string& desc);
     56  virtual void  InitializeHelpWindowMenu();
    5657
    5758  virtual void  SetCurrentPrompt(const char* pr);
     
    7172// Fenetre d'aide interactive
    7273  PIAHelpWind* helpwin;
     74  bool helpwin_initdone;
     75// Fenetres d'execution interactive de C++ , options correspondantes
    7376  CxxExecWind* cxxexwin;
    7477  CxxOptionWind* cxxoptwin;
Note: See TracChangeset for help on using the changeset viewer.