vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AP_Menu.cpp File Reference

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_pPluginName = {"Menu"}
 
const char * g_pAbilityName [] = {"DynamicMenu", NULL}
 
const char * g_pAbilityDesc [] = {"Show dynamic menu", ""}
 

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_pAbilityDesc[] = {"Show dynamic menu", ""}
const char* g_pAbilityName[] = {"DynamicMenu", NULL}
const char* g_pPluginName = {"Menu"}