3 * Copyright 1999-2000 Y.Takagi. All Rights Reserved.
6 #ifndef __PRINTPROCESS_H
7 #define __PRINTPROCESS_H
25 PictureData(BFile
*file
);
35 PageData(BFile
*file
, bool reverse
);
37 bool enumObject(PictureData
**);
48 typedef list
<PageData
*> PageDataList
;
52 SpoolData(BFile
*file
, int32 page_count
, int32 nup
, bool reverse
);
55 bool enumObject(PageData
**);
59 PageDataList::iterator fIt
;
62 #endif /* __PRINTPROCESS_H */