Changeset 2388 in Sophya for trunk/SophyaPI/PIext/pintuple.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/pintuple.cc

    r2383 r2388  
    357357void PINTuple::GetOptionsHelpInfo(string& info)
    358358{
    359 // On recupere d'abord la chaine info de la classe de base
    360 PIDrawer::GetOptionsHelpInfo(info);
    361359info += " ---- PINTuple options help info : \n" ;
    362360info += "  sta,stat,stats:            activate   statistic display\n";
     
    369367info += "  sizescale/sizescale=nbins/nosizescale (Use marker size for weight) \n";
    370368info += "   (and usual color/line/marker/... attribute decoding)  \n";
     369// On recupere ensuite la chaine info de la classe de base
     370PIDrawer::GetOptionsHelpInfo(info);
    371371return;
    372372}
Note: See TracChangeset for help on using the changeset viewer.