home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / freedraft.tar.gz / freedraft.tar / FREEdraft-050298 / DATAENGINE / valuearray.cpp_ < prev   
Text File  |  1997-12-18  |  2KB  |  28 lines

  1. // valuearray.cpp_
  2.  
  3. // Copyright (C) 1997  Cliff Johnson                                  //
  4. //                                                                         //
  5. // This library is free software; you can redistribute it and/or           //
  6. // modify it under the terms of the GNU Library General Public             //
  7. // License as published by the Free Software Foundation; either            //
  8. // version 2 of the License, or (at your option) any later version.        //
  9. //                                                                         //
  10. // This library is distributed in the hope that it will be useful,         //
  11. // but WITHOUT ANY WARRANTY; without even the implied warranty of          //
  12. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       //
  13. // Library General Public License for more details.                        //
  14. //                                                                         //
  15. // You should have received a copy of the GNU Library General Public       //
  16. // License along with this library (see COPYING.LIB); if not, write to the //
  17. // Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. //
  18. //                                                                         //
  19.         
  20.     valueArray[0]=POINT;    // geom enumerations returned in selectstack
  21.         valueArray[1]=LINE;
  22.         valueArray[2]=CIRCLE;
  23.         valueArray[3]=SEGMENT;
  24.         valueArray[4]=ARC;
  25.         valueArray[5]=ELLIPSE;
  26.         valueArray[6]=CURVE;
  27.         valueArray[7]=GROUP;
  28.