Go to the source code of this file.
Data Structures | |
struct | AP_STAT |
Defines | |
#define | AP_VERSION "1.26" |
#define | INIT_TXT " gCAD3D Version 1.26 / 2009-02-28" |
Functions | |
int | AP_defaults_write () |
long | AP_cre_defHdr (int typ, int istart) |
int | AP_Init0 () |
int | AP_Init1 () |
int | AP_search_init () |
int | AP_Print0 (int mode, char *cmd, int irot, char *off, char *scl) |
int | AP_PrintWrHex (FILE *fpo, unsigned char *dat, int ilen, int gray) |
int | AP_defaults_read () |
char | AP_typChar_typ (int typ) |
int | AP_name_typInd (char *buf, int typ, long ind) |
int | AP_obj_del0 () |
int | AP_get_lNr () |
int | AP_set_lNr (int lNr) |
long | AP_lNr_get () |
int | AP_lNr_set (long lNr) |
int | AP_colSel (ColRGB *cSel) |
char * | AP_Get_ConstPl_Z (int typ) |
int | AP_APT_clean () |
int | AP_errStat_set (int stat) |
int | AP_errStat_get () |
void | GR_tmpSym (int typ, Point *pt1) |
#define AP_VERSION "1.26" |
#define INIT_TXT " gCAD3D Version 1.26 / 2009-02-28" |
int AP_defaults_write | ( | ) |
defaults -> tmp/xa.rc
long AP_cre_defHdr | ( | int | typ, | |
int | istart | |||
) |
int AP_Init0 | ( | ) |
int AP_Init1 | ( | ) |
init DL, ED, WC
int AP_search_init | ( | ) |
int AP_Print0 | ( | int | mode, | |
char * | cmd, | |||
int | irot, | |||
char * | off, | |||
char * | scl | |||
) |
int AP_PrintWrHex | ( | FILE * | fpo, | |
unsigned char * | dat, | |||
int | ilen, | |||
int | gray | |||
) |
int AP_defaults_read | ( | ) |
read defaults from <base>/tmp/xa.rc
char AP_typChar_typ | ( | int | typ | ) |
int AP_name_typInd | ( | char * | buf, | |
int | typ, | |||
long | ind | |||
) |
int AP_obj_del0 | ( | ) |
int AP_get_lNr | ( | ) |
int AP_set_lNr | ( | int | lNr | ) |
long AP_lNr_get | ( | ) |
see also ED_get_lnr_act
int AP_lNr_set | ( | long | lNr | ) |
int AP_colSel | ( | ColRGB * | cSel | ) |
char* AP_Get_ConstPl_Z | ( | int | typ | ) |
typ = 0 returns the active ConstrPln as Text; zB "RZ" or "R22" typ = Typ_VC returns the Z-vec of the active ConstrPln as Text
int AP_APT_clean | ( | ) |
int AP_errStat_set | ( | int | stat | ) |
int AP_errStat_get | ( | ) |
void GR_tmpSym | ( | int | typ, | |
Point * | pt1 | |||
) |