TORCS  1.3.9
The Open Racing Car Simulator
guiimage.cpp File Reference

GUI Images management. More...

#include <stdlib.h>
#include <tgfclient.h>
#include "gui.h"
Include dependency graph for guiimage.cpp:

Go to the source code of this file.

Functions

int GfuiStaticImageCreate (void *scr, int x, int y, int w, int h, char *name)
 Create a new static image. More...
 
void GfuiStaticImageSet (void *scr, int id, char *name)
 Replace an image by another one. More...
 
void gfuiReleaseImage (tGfuiObject *obj)
 
void gfuiDrawImage (tGfuiObject *obj)
 

Detailed Description

GUI Images management.

Author
Eric Espie
Version
$Id$

Definition in file guiimage.cpp.

Function Documentation

◆ gfuiDrawImage()

void gfuiDrawImage ( tGfuiObject obj)

Definition at line 119 of file guiimage.cpp.

◆ gfuiReleaseImage()

void gfuiReleaseImage ( tGfuiObject obj)

Definition at line 109 of file guiimage.cpp.

Here is the call graph for this function: