Referencia de la Clase NoGraph
|
Métodos públicos |
| NoGraph () |
void | setcolorrgb (int, int, int, int) |
void | putpixel (int, int, int) |
void | line (int, int, int, int, int) |
void | rectangle (int, int, int, int, int) |
void | bar (int, int, int, int, int, int) |
void | circle (int, int, int, int) |
void | ellipse (int, int, int, int, int) |
int | kbhit (void) |
int | getkey (void) |
Métodos protegidos |
void | closegraph (void) |
Métodos privados |
void | Msg (VOID) |
Descripción detallada
Definición en la línea 572 del archivo graph.cpp.
Documentación del constructor y destructor
NoGraph::NoGraph |
( |
|
) |
[inline] |
Documentación de las funciones miembro
void NoGraph::Msg |
( |
VOID |
|
) |
[inline, private] |
void NoGraph::closegraph |
( |
void |
|
) |
[inline, protected, virtual] |
void NoGraph::setcolorrgb |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | [inline, virtual] |
void NoGraph::putpixel |
( |
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | [inline, virtual] |
void NoGraph::line |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | [inline, virtual] |
void NoGraph::rectangle |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | [inline, virtual] |
void NoGraph::bar |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | [inline, virtual] |
void NoGraph::circle |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | [inline, virtual] |
void NoGraph::ellipse |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | [inline, virtual] |
int NoGraph::kbhit |
( |
void |
|
) |
[inline, virtual] |
int NoGraph::getkey |
( |
void |
|
) |
[inline, virtual] |
La documentación para esta clase fue generada a partir del siguiente fichero: