vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AP_GUI.cpp File Reference
#include "precompiled.h"
#include <vreckoAP/GUI/AP_GUI.h>

Functions

AP_EXPORT const char * getPluginDescription ()
 
AP_EXPORT const char ** getAbilityList ()
 
AP_EXPORT const char * getAbilityDescription (const char *strName)
 
AP_EXPORT AbilitygetAbilityInstance (const char *pchName)
 
AP_EXPORT void setAbilitiesParameters ()
 

Variables

const char * g_pGUIPluginName = {"GUI"}
 
const char * g_pGUIAbilityName []
 
const char * g_pGUIAbilityDesc []
 

Function Documentation

AP_EXPORT const char* getAbilityDescription ( const char *  strName)
AP_EXPORT Ability* getAbilityInstance ( const char *  pchName)
AP_EXPORT const char** getAbilityList ( void  )
AP_EXPORT const char* getPluginDescription ( void  )
AP_EXPORT void setAbilitiesParameters ( void  )

Variable Documentation

const char* g_pGUIAbilityDesc[]
Initial value:
= {
"Controls VRECKO GUI",
"Buttons, check-boxes and such items",
"Icon for color selection",
"Movable ball on a stick",
"Menu - with clickable items",
""
}
const char* g_pGUIAbilityName[]
Initial value:
= {
"Controller",
"Icon",
"IconColour",
"Slider",
"Menu",
"ColorPicker",
NULL
}
const char* g_pGUIPluginName = {"GUI"}