#include "camtypes.h"#include "appprefs.h"#include "optsmsgs.h"#include "optsgrid.h"#include "page.h"#include "layer.h"#include "progress.h"#include "ophist.h"Go to the source code of this file.
Functions | |
| CC_IMPLEMENT_DYNCREATE (OpGridResize, UndoableOperation) CC_IMPLEMENT_DYNCREATE(ActionSetDefaultGrid | |
| CC_IMPLEMENT_DYNAMIC (GridTab, OptionsTabs) GridTab | |
| GridTab constructor. Creates a non-undoable operation. | |
Variables | |
| Action | DECLARE_SOURCE ("$Revision: 1282 $") |
| const MILLIPOINT | MaxPageDimension = 9 * 72000 * 12 |
| const MILLIPOINT | MinPageDimension = 72000/2 |
|
||||||||||||
|
GridTab constructor. Creates a non-undoable operation.
Definition at line 142 of file optsgrid.cpp. 00149 : Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com> 00150 Created: 5/10/95 00151 Inputs: - 00152 Outputs: - 00153 Returns: - 00154 Purpose: GridTab constructor. Creates a non-undoable operation 00155 Errors: - 00156 SeeAlso: - 00157 00158 ********************************************************************************************/ 00159 00160 GridTab::GridTab() 00161 { 00162 // Do nothing for now 00163 }
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 138 of file optsgrid.cpp. |
|
|
Definition at line 139 of file optsgrid.cpp. |
1.4.4