Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
itasca::IDXFReader Class Referenceabstract

DXF Reader interface class. More...

#include <idxfreader.h>

Public Member Functions

virtual bool importFile (const QString &filename, IDXFData *data)=0
 Reads contents of filename into IDXFData data.
 
virtual void destroy ()=0
 Destroys this object.
 
virtual bool importFile (const QString &filename, IDXFData *data)=0
 Reads contents of filename into IDXFData data, return true if successful.
 
virtual void destroy ()=0
 Destroys this object.
 

Detailed Description

DXF Reader interface class.

You can get a pointer to this from IProgram, and pass in your own IDXFData implementation. This allows you to redirect the data read from the DXF file to any destination you choose.


The documentation for this class was generated from the following files: