#include "camtypes.h"#include "zoomops.h"#include "zoomtool.h"#include "wrkrect.h"#include "csrstack.h"#include "selector.h"#include "bubbleid.h"#include "rulers.h"#include "brushmsg.h"Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
| #define | MIN(a, b) (((a)<(b))?(a):(b)) |
| #define | MAX(a, b) (((a)>(b))?(a):(b)) |
Functions | |
| DECLARE_SOURCE ("$Revision: 1771 $") | |
|
|
|
|
|
|
|
|
Definition at line 161 of file zoomops.cpp. |
|
|
|
1.4.4