Changeset 3355 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Oct 23, 2007, 12:02:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2944 r3355 114 114 void StackWinNext(); 115 115 116 // Pour specifier le widget pour le trace en superpose, en specifiant un nom de widget 117 void SelectLastWidget(string & nom); 118 // Pour specifier le widget pour le trace en superpose, en specifiant un nom d'objet 119 void SelectLastWidgetByObjName(string & nom); 120 116 121 void DeleteWindow(PIWindow* w); 117 122 void DeleteWidget(PIWdg* w, bool dw=true, bool dwin=true); … … 156 161 void SetDefaultGraphicAttributes(string const & opt); 157 162 void SetDefaultAxesAttributes(string const & opt); 158 DispWinEnum ParseDisplayOption(string const & opt, vector<string>& opts); 163 DispWinEnum ParseDisplayOption(string const & opt, vector<string>& opts, string& wname); 164 inline DispWinEnum ParseDisplayOption(string const & opt, vector<string>& opts) 165 { 166 string wname; 167 return ParseDisplayOption(opt, opts, wname); 168 } 159 169 160 170 // Gestion fichiers PS
Note:
See TracChangeset
for help on using the changeset viewer.