#include "camtypes.h"#include "page.h"#include "exceptio.h"#include "chapter.h"#include "layer.h"#include "sglayer.h"#include "usercord.h"#include "cxftags.h"#include "viewcomp.h"#include "unitcomp.h"#include "nodedoc.h"#include "backgrnd.h"#include "progress.h"#include "optsmsgs.h"#include "oilbitmap.h"#include "grid.h"Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
Variables | |
| const MILLIPOINT | MaxPasteboardSize = 9 * 72000 * 12 |
| MILLIPOINT | PageWidth = ( 8 * 72000) |
| This creates a default page and a default grid and places them as children of the spread. | |
| MILLIPOINT | PageHeight = (11 * 72000) |
| MILLIPOINT | Gap = 72000L |
|
|
Definition at line 140 of file spread.cpp. |
|
|
Definition at line 2728 of file spread.cpp. |
|
|
Definition at line 153 of file spread.cpp. |
|
|
Definition at line 2725 of file spread.cpp. |
|
|
This creates a default page and a default grid and places them as children of the spread.
(I appoligise for the disgusting default parameter - it is due to circumstances beyond my control)
Definition at line 2724 of file spread.cpp. |
1.4.4