#include "camtypes.h"#include "beztool.h"#include "blobs.h"#include "csrstack.h"#include "finfodlg.h"#include "keypress.h"#include "lineattr.h"#include "ndtxtpth.h"#include "nodedoc.h"#include "nodershp.h"#include "nodetxts.h"#include "oilfiles.h"#include "oilmods.h"#include "opbreak.h"#include "opbezier.h"#include "opnudge.h"#include "pathedit.h"#include "pathndge.h"#include "pathops.h"#include "progress.h"#include "vkextra.h"#include "nodeblnd.h"#include "ndbldpth.h"#include "blndtool.h"#include "lattrops.h"#include "nbevcont.h"#include "nodecntr.h"#include "nodeshad.h"#include "slicehelper.h"#include "opbevel.h"#include "nodebev.h"Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
Functions | |
| DECLARE_SOURCE ("$Revision: 1700 $") | |
Variables | |
| const INT32 | NumberIconIDs = 18 |
| INT32 | AllIconIDs [NumberIconIDs] |
|
|
Definition at line 163 of file beztool.cpp. |
|
|
|
|
|
Initial value:
{_R(IDC_PATH_EDIT_ENDPOINTX), _R(IDC_PATH_EDIT_ENDPOINTY), _R(IDC_PATH_BUMP_ENDX_LESS),
_R(IDC_PATH_BUMP_ENDX_MORE), _R(IDC_PATH_BUMP_ENDY_LESS), _R(IDC_PATH_BUMP_ENDY_MORE),
_R(IDC_PATH_EDIT_FIRSTX), _R(IDC_PATH_EDIT_FIRSTY), _R(IDC_PATH_BUMP_FIRSTX_LESS),
_R(IDC_PATH_BUMP_FIRSTX_MORE), _R(IDC_PATH_BUMP_FIRSTY_LESS), _R(IDC_PATH_BUMP_FIRSTY_MORE),
_R(IDC_PATH_EDIT_SECONDX), _R(IDC_PATH_EDIT_SECONDY), _R(IDC_PATH_BUMP_SECONDX_LESS),
_R(IDC_PATH_BUMP_SECONDX_MORE), _R(IDC_PATH_BUMP_SECONDY_LESS), _R(IDC_PATH_BUMP_SECONDY_MORE)}
Definition at line 176 of file beztool.cpp. |
|
|
Definition at line 175 of file beztool.cpp. |
1.4.4