Changeset 1269 in Sophya for trunk/SophyaPI/PIext/cxxexecwin.h


Ignore:
Timestamp:
Nov 1, 2000, 6:30:27 PM (25 years ago)
Author:
ercodmgr
Message:

Retour de ExecuteCXX pour CxxExecWind
Finalisation de CxxExecWind cmv 1/11/00

File:
1 edited

Legend:

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

    r1251 r1269  
    33// Classe CxxOptionWind : Option Window for CxxExecutor
    44// (c) DAPNIA (CEA)                 LAL (IN2P3/CNRS)
    5 //                           R. Ansari  10/2000
     5//                           R. Ansari  C.Magneville 10/2000
    66
    77#ifndef CXXEXECWIN_H_SEEN
     
    1818class CxxExecutor;
    1919
     20//-----------------------------------------------------------------------
     21//-----------------------------------------------------------------------
     22//-----------------------------------------------------------------------
    2023class CxxExecWind : public PIWindow {
    2124public :
     
    2629
    2730private:
     31  virtual void filefrstring(string filename,string& code);
     32  virtual string stringfrfile(string filename);
    2833  PIStdImgApp* dap;
    2934  CxxExecutor* cxxex;
    30   PILabel  * mLab;
    31   PIButton * mBut[5];
    32   PIText * mText;
     35  PILabel  * mLab[5];
     36  PIButton * mBut[10];
     37  PIText   * mText[4];
    3338  PIFileChooser * pfc;   // Pour les fichiers user C++
    34   string flnm;
    35   };
     39  string mFName[2];
     40};
    3641
    37 
     42//-----------------------------------------------------------------------
     43//-----------------------------------------------------------------------
     44//-----------------------------------------------------------------------
    3845class CxxOptionWind : public PIWindow {
    3946public :
     
    4451
    4552private:
    46   PIStdImgApp* dap;
    47   CxxExecutor* cxxex;
     53  PIStdImgApp * dap;
     54  CxxExecutor * cxxex;
    4855  PILabel  * mTit;
    4956  PILabel  * mLab[4];
    5057  PIButton * mBut[3];
    51   PIText * mText[4];
    52   };
     58  PIText   * mText[4];
     59};
    5360
    5461
Note: See TracChangeset for help on using the changeset viewer.