GME  13
Classes | Defines | Typedefs
AutoRouterPath.h File Reference

Go to the source code of this file.

Classes

class  CAutoRouterPath

Defines

#define ARPATH_EndOnDefault   0x0000
#define ARPATH_EndOnTop   0x0010
#define ARPATH_EndOnRight   0x0020
#define ARPATH_EndOnBottom   0x0040
#define ARPATH_EndOnLeft   0x0080
#define ARPATH_EndMask   (ARPATH_EndOnTop | ARPATH_EndOnRight | ARPATH_EndOnBottom | ARPATH_EndOnLeft)
#define ARPATH_StartOnDefault   0x0000
#define ARPATH_StartOnTop   0x0100
#define ARPATH_StartOnRight   0x0200
#define ARPATH_StartOnBottom   0x0400
#define ARPATH_StartOnLeft   0x0800
#define ARPATH_StartMask   (ARPATH_StartOnTop | ARPATH_StartOnRight | ARPATH_StartOnBottom | ARPATH_StartOnLeft)
#define ARPATH_HighLighted   0x0002
#define ARPATH_Fixed   0x0001
#define ARPATH_Default   0x0000
#define ARPATHST_Connected   0x0001
#define ARPATHST_Default   0x0000

Typedefs

typedef CList< CPoint, CPoint & > CPointList

Define Documentation

#define ARPATH_Default   0x0000

Definition at line 30 of file AutoRouterPath.h.

Definition at line 18 of file AutoRouterPath.h.

#define ARPATH_EndOnBottom   0x0040

Definition at line 16 of file AutoRouterPath.h.

#define ARPATH_EndOnDefault   0x0000

Definition at line 13 of file AutoRouterPath.h.

#define ARPATH_EndOnLeft   0x0080

Definition at line 17 of file AutoRouterPath.h.

#define ARPATH_EndOnRight   0x0020

Definition at line 15 of file AutoRouterPath.h.

#define ARPATH_EndOnTop   0x0010

Definition at line 14 of file AutoRouterPath.h.

#define ARPATH_Fixed   0x0001

Definition at line 29 of file AutoRouterPath.h.

#define ARPATH_HighLighted   0x0002

Definition at line 28 of file AutoRouterPath.h.

Definition at line 26 of file AutoRouterPath.h.

#define ARPATH_StartOnBottom   0x0400

Definition at line 24 of file AutoRouterPath.h.

#define ARPATH_StartOnDefault   0x0000

Definition at line 21 of file AutoRouterPath.h.

#define ARPATH_StartOnLeft   0x0800

Definition at line 25 of file AutoRouterPath.h.

#define ARPATH_StartOnRight   0x0200

Definition at line 23 of file AutoRouterPath.h.

#define ARPATH_StartOnTop   0x0100

Definition at line 22 of file AutoRouterPath.h.

#define ARPATHST_Connected   0x0001

Definition at line 32 of file AutoRouterPath.h.

#define ARPATHST_Default   0x0000

Definition at line 33 of file AutoRouterPath.h.


Typedef Documentation

typedef CList<CPoint, CPoint&> CPointList

Definition at line 36 of file AutoRouterPath.h.