#include "camtypes.h"
#include "ngcore.h"
#include "ngdialog.h"
#include "ngitem.h"
#include "ngprop.h"
#include "ngscan.h"
#include "ngsentry.h"
#include "ngsetop.h"
#include "comattrmsg.h"
#include "keypress.h"
#include "sginit.h"
#include "sgmenu.h"
#include "helpuser.h"
#include "userattr.h"
#include "tmpltatr.h"
#include "layer.h"
#include "objchge.h"
#include "zoomops.h"
#include "transop.h"
#include "opscale.h"
#include "opsquash.h"
#include "attrappl.h"
#include "ophist.h"
Go to the source code of this file.
Classes | |
class | NodeListItemWithIndex |
Functions | |
DECLARE_SOURCE ("$Revision: 1282 $") | |
CC_IMPLEMENT_DYNCREATE (NameGallery, SuperGallery) | |
BOOL | RectsAreTheSameSize (const DocRect &r1, const DocRect &r2) |
Variables | |
static char BASED_CODE | THIS_FILE [] = __FILE__ |
|
|
|
|
|
Definition at line 1123 of file ngcore.cpp. 01124 { 01125 return ((r1.hi.x - r1.lo.x == r2.hi.x - r2.lo.x) && (r1.hi.y - r1.lo.y == r2.hi.y - r2.lo.y)); 01126 }
|
|
Definition at line 146 of file ngcore.cpp. |