Revision 7890 branches/v10/install/launcher/izpack-launcher-1.3/src/launcher.h

View differences:

launcher.h
66 66
  StatusDialog* statusDialog;
67 67
  bool isStatusDialogVisible;
68 68
  wxTimer* myTimer;
69

  
70
  wxArrayString variables;
71
  wxArrayString variablesValues;
72

  
69 73
 
70 74
  
71 75
  wxString paramsJreVersion;
......
130 134

  
131 135
  wxString parseCommand();
132 136

  
137
  wxString parseString(const wxString theString);
138

  
133 139
  bool copyRequiredFiles();
134 140

  
135 141

  
......
141 147

  
142 148
wxString LauncherApp::readFromINI(wxString key, const wxString defaultValue);
143 149

  
150
wxArrayString LauncherApp::sectionKeysFromINI(const wxString section);
144 151

  
152
wxArrayString LauncherApp::sectionKeysValuesFromINI(const wxString section,wxArrayString keys);
145 153

  
154

  
155

  
146 156
 
147 157
public:
148 158

  

Also available in: Unified diff