Ir al código fuente de este archivo.
Estructuras de datos | |
class | Graph |
Definiciones | |
#define | gr_getw _graph_gr->getw |
#define | gr_geth _graph_gr->geth |
#define | gr_x2nx _graph_gr->x2nx |
#define | gr_nx2x _graph_gr->nx2x |
#define | gr_x2wx _graph_gr->x2wx |
#define | gr_wx2x _graph_gr->wx2x |
#define | gr_y2ny _graph_gr->y2ny |
#define | gr_ny2y _graph_gr->ny2y |
#define | gr_y2wy _graph_gr->y2wy |
#define | gr_wy2y _graph_gr->wy2y |
#define | gr_clearviewport _graph_gr->clearviewport |
#define | gr_wclearviewport _graph_gr->wclearviewport |
#define | gr_nclearviewport _graph_gr->nclearviewport |
#define | gr_setcolor _graph_gr->setcolor |
#define | gr_setbkcolor _graph_gr->setbkcolor |
#define | gr_getcolor _graph_gr->getcolor |
#define | gr_getbkcolor _graph_gr->getbkcolor |
#define | gr_getncolors _graph_gr->getncolors |
#define | gr_setcolorrgb _graph_gr->setcolorrgb |
#define | gr_nsetcolorrgb _graph_gr->nsetcolorrgb |
#define | gr_setdefpalette _graph_gr->setdefpalette |
#define | gr_putpixel _graph_gr->putpixel |
#define | gr_wputpixel _graph_gr->wputpixel |
#define | gr_nputpixel _graph_gr->nputpixel |
#define | gr_line _graph_gr->line |
#define | gr_wline _graph_gr->wline |
#define | gr_nline _graph_gr->nline |
#define | gr_lineto _graph_gr->lineto |
#define | gr_wlineto _graph_gr->wlineto |
#define | gr_nlineto _graph_gr->nlineto |
#define | gr_linerel _graph_gr->linerel |
#define | gr_wlinerel _graph_gr->wlinerel |
#define | gr_nlinerel _graph_gr->nlinerel |
#define | gr_moveto _graph_gr->moveto |
#define | gr_wmoveto _graph_gr->wmoveto |
#define | gr_nmoveto _graph_gr->nmoveto |
#define | gr_moverel _graph_gr->moverel |
#define | gr_wmoverel _graph_gr->wmoverel |
#define | gr_nmoverel _graph_gr->nmoverel |
#define | gr_getx _graph_gr->getx |
#define | gr_wgetx _graph_gr->wgetx |
#define | gr_ngetx _graph_gr->ngetx |
#define | gr_gety _graph_gr->gety |
#define | gr_wgety _graph_gr->wgety |
#define | gr_ngety _graph_gr->ngety |
#define | gr_rectangle _graph_gr->rectangle |
#define | gr_wrectangle _graph_gr->wrectangle |
#define | gr_nrectangle _graph_gr->nrectangle |
#define | gr_bar _graph_gr->bar |
#define | gr_wbar _graph_gr->wbar |
#define | gr_nbar _graph_gr->nbar |
#define | gr_ellipse _graph_gr->ellipse |
#define | gr_wellipse _graph_gr->wellipse |
#define | gr_nellipse _graph_gr->nellipse |
#define | gr_circle _graph_gr->circle |
#define | gr_wcircle _graph_gr->wcircle |
#define | gr_ncircle _graph_gr->ncircle |
#define | gr_bufferon _graph_gr->bufferon |
#define | gr_bufferflush _graph_gr->bufferflush |
#define | gr_bufferoff _graph_gr->bufferoff |
#define | gr_setfile _graph_gr->setfile |
#define | gr_getfile _graph_gr->getfile |
#define | gr_savefile _graph_gr->savefile |
#define | gr_kbhit _graph_gr->kbhit |
#define | gr_getkey _graph_gr->getkey |
Enumeraciones | |
enum | colors { GR_BLACK = 0, GR_BLUE, GR_GREEN, GR_CYAN, GR_RED, GR_MAGENTA, GR_BROWN, GR_LIGHTGRAY, GR_DARKGRAY, GR_LIGHTBLUE, GR_LIGHTGREEN, GR_LIGHTCYAN, GR_LIGHTRED, GR_LIGHTMAGENTA, GR_YELLOW, GR_WHITE } |
Funciones | |
Graph * | newGraph (const char *mode="Auto", int W=0, int H=0) |
Graph * | newGraph (int W, int H, const char *mode="Auto") |
void | deleteGraph (Graph *gr) |
void | gr_initgraph (const char *mode="Auto", int W=0, int H=0) |
void | gr_initgraph (int W, int H, const char *mode="Auto") |
void | gr_closegraph (void) |
Variables | |
Graph * | _graph_gr |
enum colors |
Graph* newGraph | ( | const char * | mode = "Auto" , |
|
int | W = 0 , |
|||
int | H = 0 | |||
) |
Graph* newGraph | ( | int | W, | |
int | H, | |||
const char * | mode = "Auto" | |||
) | [inline] |
void gr_initgraph | ( | const char * | mode = "Auto" , |
|
int | W = 0 , |
|||
int | H = 0 | |||
) |
void gr_initgraph | ( | int | W, | |
int | H, | |||
const char * | mode = "Auto" | |||
) | [inline] |