ngcore.cpp File Reference

(r1785/r1282)

#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__


Function Documentation

CC_IMPLEMENT_DYNCREATE NameGallery  ,
SuperGallery 
 

DECLARE_SOURCE "$Revision: 1282 $"   ) 
 

BOOL RectsAreTheSameSize const DocRect r1,
const DocRect r2
[inline]
 

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 }


Variable Documentation

char BASED_CODE THIS_FILE[] = __FILE__ [static]
 

Definition at line 146 of file ngcore.cpp.


Generated on Sat Nov 10 03:49:15 2007 for Camelot by  doxygen 1.4.4