Changeset 2388 in Sophya for trunk/SophyaPI/PIext/pihisto.cc


Ignore:
Timestamp:
May 20, 2003, 5:22:32 PM (22 years ago)
Author:
ansari
Message:

Amelioration help/decodage options - Reza 20/5/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pihisto.cc

    r2383 r2388  
    194194PIHisto::GetOptionsHelpInfo(string& info)
    195195{
    196 // On recupere d'abord la chaine info de la classe de base
    197 PIDrawer::GetOptionsHelpInfo(info);
    198196info += " ---- PIHisto options help info : \n" ;
    199197info += "  sta,stat,stats:            activate   statistic display\n";
     
    203201info += "  statposoff=OffsetX,OffsetY : Position offset for Stats drawing \n";
    204202info += "       as a fraction of total size \n";
     203// On recupere ensuite la chaine info de la classe de base
     204PIDrawer::GetOptionsHelpInfo(info);
    205205return;
    206206}
Note: See TracChangeset for help on using the changeset viewer.