#include "listitem.h"
#include "list.h"
#include "basedoc.h"
#include "flags.h"
#include "pathname.h"
#include "colcarry.h"
#include "units.h"
#include "monotime.h"
#include "ralphint.h"
Go to the source code of this file.
Classes | |
class | SafeRenderPointer |
A object to handle the current 'safe' rendering pointer within the document. This is used for 'Progressive Rendering' (see kernel.h/cpp), during the loading of a document. More... | |
class | Document |
To represent a platform independent document object. More... | |
class | TranspModeMsg |
A "transparency mode-change" message class. More... | |
Typedefs | |
typedef BOOL(* | FRDocViewFunc )(DocView *) |
Enumerations | |
enum | ProcessEPSResult { EPSCommentUnknown, EPSCommentSyntaxError, EPSCommentSystemError, EPSCommentOK } |
Variables | |
const INT32 | CHAPTERGAP = 5 |
|
Definition at line 144 of file document.h. |
|
Comment: This typedef is used when reading in EPS comments during an import. It indicates whether the comment was recognised, unknown, contained an error, and so on. Possible values: EPSCommentUnknown EPSCommentSyntaxError EPSCommentSystemError EPSCommentOK
Definition at line 165 of file document.h. 00166 { 00167 EPSCommentUnknown, 00168 EPSCommentSyntaxError, 00169 EPSCommentSystemError, 00170 EPSCommentOK 00171 };
|
|
Definition at line 141 of file document.h. |