QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RFileImporter.h
Go to the documentation of this file.
1
#ifndef RFILEIMPORTER_H
2
#define RFILEIMPORTER_H
3
4
#include "
RImporter.h
"
5
6
#include <QString>
7
8
9
18
class
RFileImporter
:
public
RImporter
{
19
public
:
20
RFileImporter
();
21
RFileImporter
(
RDocument
&
document
,
RMessageHandler
*
messageHandler
= NULL,
RProgressHandler
*
progressHandler
= NULL);
22
virtual
~RFileImporter
();
23
28
virtual
bool
importFile
(
const
QString& fileName) = 0;
29
};
30
31
Q_DECLARE_METATYPE
(
RFileImporter
*)
32
33
#endif
src
core
RFileImporter.h
Generated on Tue Jun 26 2012 18:41:07 for QCAD Application Framework by
1.8.1.1