Pyrogenesis  trunk
Functions
JSI_GUIManager Namespace Reference

Functions

void PushGuiPage (const ScriptRequest &rq, const std::wstring &name, JS::HandleValue initData, JS::HandleValue callbackFunction)
 
void SwitchGuiPage (const ScriptInterface &scriptInterface, const std::wstring &name, JS::HandleValue initData)
 
void PopGuiPage (const ScriptRequest &rq, JS::HandleValue args)
 
void SetCursor (const std::wstring &name)
 
void ResetCursor ()
 
bool TemplateExists (const std::string &templateName)
 
CParamNode GetTemplate (const std::string &templateName)
 
void RegisterScriptFunctions (const ScriptRequest &rq)
 

Function Documentation

◆ GetTemplate()

CParamNode JSI_GUIManager::GetTemplate ( const std::string &  templateName)

◆ PopGuiPage()

void JSI_GUIManager::PopGuiPage ( const ScriptRequest rq,
JS::HandleValue  args 
)

◆ PushGuiPage()

void JSI_GUIManager::PushGuiPage ( const ScriptRequest rq,
const std::wstring &  name,
JS::HandleValue  initData,
JS::HandleValue  callbackFunction 
)

◆ RegisterScriptFunctions()

void JSI_GUIManager::RegisterScriptFunctions ( const ScriptRequest rq)

◆ ResetCursor()

void JSI_GUIManager::ResetCursor ( )

◆ SetCursor()

void JSI_GUIManager::SetCursor ( const std::wstring &  name)

◆ SwitchGuiPage()

void JSI_GUIManager::SwitchGuiPage ( const ScriptInterface scriptInterface,
const std::wstring &  name,
JS::HandleValue  initData 
)

◆ TemplateExists()

bool JSI_GUIManager::TemplateExists ( const std::string &  templateName)