#include "camtypes.h"#include "csrstack.h"#include "oilfiles.h"#include "osrndrgn.h"#include "nodedoc.h"#include "selector.h"#include "selinfo.h"#include "progress.h"#include "keypress.h"#include "vkextra.h"#include "insertnd.h"#include "nodetxts.h"#include "tranlate.h"#include "opscale.h"#include "opscale2.h"#include "opsquash.h"#include "opshear.h"#include "opflip.h"#include "oprotate.h"#include "guides.h"#include "layer.h"#include "menuops.h"#include "nodebldr.h"#include "slicehelper.h"#include "userattr.h"#include "tmpltatr.h"#include "cartprov.h"Go to the source code of this file.
Defines | |
| #define | NEW_SELECTION_TAB_ITERATION |
| #define | MIN(a, b) ((a) < (b) ? (a) : (b)) |
| #define | MAX(a, b) ((a) < (b) ? (b) : (a)) |
| #define | CURSORID_UNSET 5000 |
| #define | T(res, string) res |
| #define | new CAM_DEBUG_NEW |
Functions | |
| DECLARE_SOURCE ("$Revision: 1740 $") | |
Variables | |
| const MILLIPOINT | nMPperMM = 2835L |
|
|
Definition at line 175 of file selector.cpp. |
|
|
Definition at line 174 of file selector.cpp. |
|
|
Definition at line 173 of file selector.cpp. |
|
|
Definition at line 369 of file selector.cpp. |
|
|
Definition at line 171 of file selector.cpp. |
|
|
Definition at line 178 of file selector.cpp. |
|
|
|
|
|
Definition at line 210 of file selector.cpp. |
1.4.4