Changeset 344 in Sophya for trunk/SophyaPI/PIext/pintuple.h


Ignore:
Timestamp:
Aug 2, 1999, 6:52:49 PM (26 years ago)
Author:
ercodmgr
Message:

1/ Extension de fonctionalites de gestion de repertoires (Lock, ...)
2/ Plus de NTupIntf_Adapter quand les objets heritent de NTupleInterface
3/ Support pour affichage info texte, ds PINtuple et PIStarList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pintuple.h

    r333 r344  
     1// This may look like C code, but it is really -*- C++ -*-
     2// Module PI : Peida Interactive  PINTuple et PINTupleWdg
     3// Traceur d objet de type NTupleInterface
     4
    15#ifndef PINTUPLE_H
    26#define PINTUPLE_H
     
    1317  virtual void       UpdateLimits();
    1418 
    15           void       SelectXY(const char* px, const char* py);
    16           void       SelectWt(const char* pw=NULL, int nbins=10);
    17           void       SelectErrBar(const char* erbx=NULL, const char* erby=NULL);
     19  virtual void       SelectXY(const char* px, const char* py);
     20  virtual void       SelectWt(const char* pw=NULL, int nbins=10);
     21  virtual void       SelectErrBar(const char* erbx=NULL, const char* erby=NULL);
    1822
     23  virtual void       AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax);
    1924       
    2025protected:
Note: See TracChangeset for help on using the changeset viewer.