vdr  2.2.0
Classes | Functions | Variables
osddemo.c File Reference
#include <vdr/osd.h>
#include <vdr/plugin.h>

Go to the source code of this file.

Classes

class  cLineGame
 
class  cTrueColorDemo
 
class  cPluginOsddemo
 

Functions

void DrawEllipse (cOsd *Osd, int x1, int y1, int x2, int y2, int Quadrants)
 
void DrawEllipses (cOsd *Osd)
 
void DrawSlope (cOsd *Osd, int x1, int y1, int x2, int y2, int Type)
 
void DrawSlopes (cOsd *Osd)
 
 VDRPLUGINCREATOR (cPluginOsddemo)
 

Variables

static const char * VERSION = "2.2.0"
 
static const char * DESCRIPTION = "Demo of arbitrary OSD setup"
 
static const char * MAINMENUENTRY = "Osd Demo"
 

Function Documentation

void DrawEllipse ( cOsd Osd,
int  x1,
int  y1,
int  x2,
int  y2,
int  Quadrants 
)
void DrawEllipses ( cOsd Osd)
void DrawSlope ( cOsd Osd,
int  x1,
int  y1,
int  x2,
int  y2,
int  Type 
)
void DrawSlopes ( cOsd Osd)
VDRPLUGINCREATOR ( cPluginOsddemo  )

Variable Documentation

const char* DESCRIPTION = "Demo of arbitrary OSD setup"
static

Definition at line 13 of file osddemo.c.

Referenced by cPluginOsddemo::Description().

const char* MAINMENUENTRY = "Osd Demo"
static

Definition at line 14 of file osddemo.c.

Referenced by cPluginOsddemo::MainMenuEntry().

const char* VERSION = "2.2.0"
static

Definition at line 12 of file osddemo.c.

Referenced by cPluginOsddemo::Version().