See vgui_tag.h for a description of this file. More...
Go to the source code of this file.
Defines | |
| #define | MAXTAGS 255 |
Functions | |
| int | vgui_tag_add (vgui_tag_function f, char const *) |
| Registers a tag function - returns 0. | |
| vgui_tag_function const * | vgui_tag_list () |
| Returns null-terminated list of tag functions. | |
| void | vgui_tag_call () |
| Call all registered tag functions and remove them from the list. | |
See vgui_tag.h for a description of this file.
Definition in file vgui_tag.cxx.
| #define MAXTAGS 255 |
Definition at line 13 of file vgui_tag.cxx.
| int vgui_tag_add | ( | vgui_tag_function | f, |
| char const * | |||
| ) |
Registers a tag function - returns 0.
Definition at line 19 of file vgui_tag.cxx.
| void vgui_tag_call | ( | ) |
Call all registered tag functions and remove them from the list.
Definition at line 32 of file vgui_tag.cxx.
| vgui_tag_function const* vgui_tag_list | ( | ) |
Returns null-terminated list of tag functions.
Definition at line 27 of file vgui_tag.cxx.
1.7.5.1