#include "camtypes.h"#include "nodecont.h"#include "viewmod.h"#include "pushtool.h"#include "zoomtool.h"#include "freehand.h"#include "pentool.h"#include "blndtool.h"#include "beztool.h"#include "filltool.h"#include "regshape.h"#include "rectangl.h"#include "moldtool.h"#include "texttool.h"#include "shadtool.h"#include "cntrtool.h"#include "selector.h"#include "eliptool.h"#include "bevtool.h"Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
| #define | IN_DLL(classname) new classname |
| #define | NOT_IN_DLL(classname) new classname |
Functions | |
| DECLARE_SOURCE ("$Revision: 1464 $") | |
Variables | |
| static char | Name [] = "Kernel Module" |
| static char | Purpose [] = "Tools that need to be in the kernel" |
| static char | Author [] = "The Nasty People" |
|
|
Definition at line 147 of file viewmod.cpp. |
|
|
Definition at line 139 of file viewmod.cpp. |
|
|
Definition at line 150 of file viewmod.cpp. |
|
|
|
|
|
Definition at line 134 of file viewmod.cpp. |
|
|
Definition at line 132 of file viewmod.cpp. |
|
|
Definition at line 133 of file viewmod.cpp. |
1.4.4