#include <V2Ddraw.h>
Static Public Member Functions | |
static void | drawBox (int x, int y, int width, int height) |
static void | drawBox (int x, int y, int width, int height, int temp) |
static void | drawTexBox (VTexture *tex, int x, int y, int width, int height) |
static void | drawRect (int x, int y, int width, int height) |
static void | drawCircle (int x, int y, int radius) |
Definition at line 11 of file V2Ddraw.h.
static void V2Ddraw::drawBox | ( | int | x, | |
int | y, | |||
int | width, | |||
int | height | |||
) | [inline, static] |
Zeichnet ein QUAD.
Definition at line 17 of file V2Ddraw.h.
Referenced by VSliceElement::draw(), and VRenderMode::draw().
static void V2Ddraw::drawBox | ( | int | x, | |
int | y, | |||
int | width, | |||
int | height, | |||
int | temp | |||
) | [inline, static] |
static void V2Ddraw::drawTexBox | ( | VTexture * | tex, | |
int | x, | |||
int | y, | |||
int | width, | |||
int | height | |||
) | [inline, static] |
Zeichnet ein QUAD mit Textur.
Definition at line 41 of file V2Ddraw.h.
References VTexture::bind().
Referenced by VTransferFunctionElement::draw().
static void V2Ddraw::drawRect | ( | int | x, | |
int | y, | |||
int | width, | |||
int | height | |||
) | [inline, static] |
Zeichnet ein Rechteck.
Definition at line 61 of file V2Ddraw.h.
Referenced by VTransferFunction::draw(), and VExitBox::draw().
static void V2Ddraw::drawCircle | ( | int | x, | |
int | y, | |||
int | radius | |||
) | [inline, static] |
Zeichnet einen Kreis.
Definition at line 71 of file V2Ddraw.h.
Referenced by VTransferFunctionNode::draw().