#include <setjmp.h>
#include "cddefs.h"
#include "fteinp.h"
#include "scedext.h"
Go to the source code of this file.
| #define AMBIGUITYMENU 'A' |
| #define BackgroundColor 0 |
| #define ClipVP |
( |
|
Viewport, |
|
|
|
X, |
|
|
|
Y |
|
) |
| |
Value:if(X < Viewport->kaLeft)
X = Viewport->kaLeft; \
else
if(
X > Viewport->kaRight)
X = Viewport->kaRight;
\ if(Y < Viewport->kaBottom)
Y = Viewport->kaBottom; \
else
if(
Y > Viewport->kaTop)
Y = Viewport->kaTop;
Definition at line 385 of file sced.h.
| #define CoarseGridColor 9 |
| #define CoarseLToP |
( |
|
X, |
|
|
|
Y, |
|
|
|
XT, |
|
|
|
YT |
|
) |
| |
Value:struct ka * kvCoarseWindow
struct ka * kvCoarseViewport
Definition at line 373 of file sced.h.
| #define COARSEVIEWPORTONLY 'c' |
| #define DEFAULT_EDIT_FILE "noname" |
| #define DEFAULT_TERMINAL NULL |
| #define DeviceLibrary "device.lib" |
| #define FineLToP |
( |
|
X, |
|
|
|
Y, |
|
|
|
XT, |
|
|
|
YT |
|
) |
| |
Value:
struct ka * kvFineViewport
Definition at line 379 of file sced.h.
| #define FINEVIEWPORTONLY 'f' |
| #define HALFRESOLUTION 50 |
| #define HighlightingColor 1 |
| #define INIT_FILE "sced.rc" |
| #define InstanceBBColor 11 |
| #define InstanceNameColor 12 |
| #define MAXPOLYGONVERTICES 300 |
| #define MenuHighlightingColor 6 |
| #define MenuSelectedColor 4 |
| #define MenuSelectedPrefixColor 5 |
| #define MenuTextPrefixColor 3 |
| #define ModelLibrary "model.lib" |
| #define POLYGONBUFSIZE 600 |
| #define PromptTextColor 7 |