Canorus
0.7
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
import
canimport.h
Go to the documentation of this file.
1
8
#ifndef CANIMPORT_H_
9
#define CANIMPORT_H_
10
11
#include "
import/import.h
"
12
13
class
CAArchive
;
14
15
class
CACanImport
:
public
CAImport
{
16
public
:
17
CACanImport
( QTextStream *
stream
=0 );
18
~CACanImport
();
19
20
inline
CAArchive
*
archive
() {
return
_archive
; }
21
inline
void
setArchive
(
CAArchive
*a ) {
_archive
= a; }
22
23
protected
:
24
CADocument
*
importDocumentImpl
();
25
26
private
:
27
CAArchive
*
_archive
;
28
};
29
30
#endif
/* CANIMPORT_H_ */
Generated on Fri Jan 11 2013 14:40:12 for Canorus by
1.8.3