Changeset 2388 in Sophya for trunk/SophyaPI/PIext/pihisto.cc
- Timestamp:
- May 20, 2003, 5:22:32 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.cc
r2383 r2388 194 194 PIHisto::GetOptionsHelpInfo(string& info) 195 195 { 196 // On recupere d'abord la chaine info de la classe de base197 PIDrawer::GetOptionsHelpInfo(info);198 196 info += " ---- PIHisto options help info : \n" ; 199 197 info += " sta,stat,stats: activate statistic display\n"; … … 203 201 info += " statposoff=OffsetX,OffsetY : Position offset for Stats drawing \n"; 204 202 info += " as a fraction of total size \n"; 203 // On recupere ensuite la chaine info de la classe de base 204 PIDrawer::GetOptionsHelpInfo(info); 205 205 return; 206 206 }
Note:
See TracChangeset
for help on using the changeset viewer.