#include <VideoPlugin.h>
Inheritance diagram for OpenArena::VideoPlugin:

| Public Member Functions | |
| virtual | ~VideoPlugin () | 
| Write brief comment for ~VideoPlugin here. | |
| virtual Window * | CreateNewWindow (uint32 width, uint32 height, uint32 bpp=32, bool fullscreen=false, const char *title=NULL)=0 | 
| Write brief comment for CreateNewWindow here. | |
Write detailed description for VideoPlugin here.
| virtual OpenArena::VideoPlugin::~VideoPlugin | ( | ) |  [inline, virtual] | 
Write brief comment for ~VideoPlugin here.
| <exception | class> Description of criteria for throwing this exception. | 
| virtual Window* OpenArena::VideoPlugin::CreateNewWindow | ( | uint32 | width, | |
| uint32 | height, | |||
| uint32 | bpp = 32, | |||
| bool | fullscreen = false, | |||
| const char * | title = NULL | |||
| ) |  [pure virtual] | 
Write brief comment for CreateNewWindow here.
| width | Description of parameter width. | |
| height | Description of parameter height. | |
| bpp | Description of parameter bpp. | |
| fullscreen | Description of parameter fullscreen. | |
| title | Description of parameter title. | 
| <exception | class> Description of criteria for throwing this exception. | 
Implemented in OpenArena::NullVideoPlugin.
 1.4.7
 1.4.7