Inheritance diagram for TextDestNodeMetadata:
Collaboration diagram for TextDestNodeMetadata:Public Member Functions | |
| TextDestNodeMetadata (v3s16 p, Client *client) | |
| void | gotText (const std::wstring &text) |
| void | gotText (const StringMap &fields) |
Public Member Functions inherited from TextDest | |
| virtual | ~TextDest ()=default |
Public Attributes | |
| v3s16 | m_p |
| Client * | m_client |
Public Attributes inherited from TextDest | |
| std::string | m_formname |
|
inlinevirtual |
Reimplemented from TextDest.
References infostream, m_client, m_p, Client::sendNodemetaFields(), and wide_to_utf8().
Here is the call graph for this function:
|
inlinevirtual |
Implements TextDest.
References m_client, m_p, and Client::sendNodemetaFields().
Here is the call graph for this function:| Client* TextDestNodeMetadata::m_client |
Referenced by TextDestNodeMetadata(), gotText(), and gotText().
| v3s16 TextDestNodeMetadata::m_p |
Referenced by TextDestNodeMetadata(), gotText(), and gotText().