Changeset 1269 in Sophya for trunk/SophyaPI/PIext/cxxexecwin.h
- Timestamp:
- Nov 1, 2000, 6:30:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecwin.h
r1251 r1269 3 3 // Classe CxxOptionWind : Option Window for CxxExecutor 4 4 // (c) DAPNIA (CEA) LAL (IN2P3/CNRS) 5 // R. Ansari 10/20005 // R. Ansari C.Magneville 10/2000 6 6 7 7 #ifndef CXXEXECWIN_H_SEEN … … 18 18 class CxxExecutor; 19 19 20 //----------------------------------------------------------------------- 21 //----------------------------------------------------------------------- 22 //----------------------------------------------------------------------- 20 23 class CxxExecWind : public PIWindow { 21 24 public : … … 26 29 27 30 private: 31 virtual void filefrstring(string filename,string& code); 32 virtual string stringfrfile(string filename); 28 33 PIStdImgApp* dap; 29 34 CxxExecutor* cxxex; 30 PILabel * mLab ;31 PIButton * mBut[ 5];32 PIText * mText;35 PILabel * mLab[5]; 36 PIButton * mBut[10]; 37 PIText * mText[4]; 33 38 PIFileChooser * pfc; // Pour les fichiers user C++ 34 string flnm;35 39 string mFName[2]; 40 }; 36 41 37 42 //----------------------------------------------------------------------- 43 //----------------------------------------------------------------------- 44 //----------------------------------------------------------------------- 38 45 class CxxOptionWind : public PIWindow { 39 46 public : … … 44 51 45 52 private: 46 PIStdImgApp * dap;47 CxxExecutor * cxxex;53 PIStdImgApp * dap; 54 CxxExecutor * cxxex; 48 55 PILabel * mTit; 49 56 PILabel * mLab[4]; 50 57 PIButton * mBut[3]; 51 PIText * mText[4];52 58 PIText * mText[4]; 59 }; 53 60 54 61
Note:
See TracChangeset
for help on using the changeset viewer.