Changeset 2388 in Sophya for trunk/SophyaPI/PIext


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

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

Location:
trunk/SophyaPI/PIext
Files:
3 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}
  • trunk/SophyaPI/PIext/pihisto2d.cc

    r2383 r2388  
    582582//--
    583583{
    584 // On recupere d'abord la chaine info de la classe de base
    585 PIDrawer::GetOptionsHelpInfo(info);
    586584info += " ---- PIHisto2D options help info (see also ALT-O): \n" ;
    587585info += "- h2help: get this help text\n";
     
    601599info += "- use key \"revcmap\" to reverse color table\n";
    602600info += "- h2frac=[fmin][,fmax]: choose sub-range display [0,1]\n";
     601// On recupere ensuite la chaine info de la classe de base
     602PIDrawer::GetOptionsHelpInfo(info);
    603603return;
    604604}
  • 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.