|
JunkBox_Lib 1.10.1
|
グラフィック環境でのデバック用ヘッダ More...


Go to the source code of this file.
Macros | |
| #define | DEBUG_DISP_IMG(vp, mesg) {} |
| #define | DEBUG_WRITE_IMG(fn, vp, mesg) {} |
Functions | |
| void | disp_img (WSGraph vp, char *mesg) |
| void | write_img (char *fn, WSGraph vp, char *mesg) |
Variables | |
| int | DebugMode |
| ON の場合 ライブラリ全体がデバックモードであることを示す.デフォルトは OFF. | |
Definition in file gdebug.h.
| void disp_img | ( | WSGraph | vp, |
| char * | mesg ) |
Definition at line 11 of file gdebug.c.
References DebugMode, disp_image(), displayClose(), MONOC, and OFF.

| void write_img | ( | char * | fn, |
| WSGraph | vp, | ||
| char * | mesg ) |
Definition at line 27 of file gdebug.c.
References DebugMode, OFF, and write_wsg_file().

|
extern |
Definition at line 17 of file tools.c.
Referenced by disp_img(), and write_img().