Inheritance diagram for LocalScriptingFormspecHandler:
Collaboration diagram for LocalScriptingFormspecHandler:Public Member Functions | |
| LocalScriptingFormspecHandler (const std::string &formname, ScriptApiClientCommon *script) | |
| void | gotText (const StringMap &fields) |
Public Member Functions inherited from TextDest | |
| virtual | ~TextDest ()=default |
| virtual void | gotText (const std::wstring &text) |
Public Attributes | |
| ScriptApiClientCommon * | m_script = nullptr |
Public Attributes inherited from TextDest | |
| std::string | m_formname |
|
inline |
References TextDest::m_formname, and m_script.
|
inlinevirtual |
Implements TextDest.
References TextDest::m_formname, m_script, and ScriptApiClientCommon::on_formspec_input().
Here is the call graph for this function:| ScriptApiClientCommon* LocalScriptingFormspecHandler::m_script = nullptr |
Referenced by LocalScriptingFormspecHandler(), and gotText().