Changeset 1164 in Sophya for trunk/SophyaPI/PIext/nomgadapter.h


Ignore:
Timestamp:
Aug 30, 2000, 1:10:17 PM (25 years ago)
Author:
ercodmgr
Message:

MAJ Makefile - Reza 30/8/2000

File:
1 edited

Legend:

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

    r463 r1164  
    2525  virtual NObjMgrAdapter*       Clone(AnyDataObj* o);
    2626
     27  // Returns the actual data-object
    2728  virtual AnyDataObj*           GetDataObj();
    28   virtual AnyDataObj*           GetCopyObj();
     29
     30  // Returns the actual data-object type (class name)
     31  virtual string                GetDataObjType();
     32
     33  // Returns a new data-object, cloning the original object
     34  virtual AnyDataObj*           CloneDataObj();
     35  virtual AnyDataObj*           GetCopyObj();  // Methode obsolete - Devra etre remplace
     36                                               // par CloneDataObj()
     37
     38  // Copies data from object o
     39  virtual void                  CopyFrom(AnyDataObj* o);
     40
     41// Returns a string representation of the object
     42  virtual string                ToString();
     43// Fills the object from a string
     44  virtual void                  FillFromString();
    2945
    3046  virtual void                  ReadFits(string const & flnm);
Note: See TracChangeset for help on using the changeset viewer.