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
export
canexport.h
Go to the documentation of this file.
1
8
#ifndef CANEXPORT_H_
9
#define CANEXPORT_H_
10
11
#include "
export/export.h
"
12
13
class
CAArchive
;
14
15
class
CACanExport
:
public
CAExport
{
16
public
:
17
CACanExport
( QTextStream *
stream
=0 );
18
~CACanExport
();
19
20
inline
CAArchive
*
archive
() {
return
_archive
; }
21
inline
void
setArchive
(
CAArchive
*a ) {
_archive
= a; }
22
23
protected
:
24
void
exportDocumentImpl
(
CADocument
* doc );
25
26
private
:
27
CAArchive
*
_archive
;
28
};
29
30
#endif
/* CANEXPORT_H_ */
Generated on Fri Jan 11 2013 14:40:12 for Canorus by
1.8.3