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


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.cc

    r1224 r1251  
    1616#include "pawexecut.h"
    1717#include "cxxexecutor.h"
     18#include "cxxexecwin.h"
    1819
    1920#include PISTDWDG_H
     
    314315fitexec = new PIAFitter(this, app);
    315316pawexec = new PAWExecutor(this, app);
    316 cxxexec = new CxxExecutor(this, app);
     317CxxExecutor * cxxe = new CxxExecutor(this, app);
     318cxxexec = cxxe;
     319cxxoptwin = new  CxxOptionWind(app, cxxe);
     320cxxexwin  = new  CxxExecWind(app, cxxe);
     321
    317322AddInterpreter(this);
    318323curcmdi = this;
     
    332337  }
    333338delete helpwin;
     339delete cxxexwin;
     340delete cxxoptwin;
    334341if (curpiacmd == this)  curpiacmd = NULL;
    335342delete basexec;
     
    908915
    909916/* --Methode-- */
     917void PIACmd::ShowCxxOptionWindow()
     918{
     919cxxoptwin->Show();
     920}
     921
     922/* --Methode-- */
     923void PIACmd::ShowCxxExecWindow()
     924{
     925cxxexwin->Show();
     926}
     927
     928/* --Methode-- */
    910929void PIACmd::HelptoLaTex(string const & fname)
    911930{
Note: See TracChangeset for help on using the changeset viewer.