Minetest  5.4.0
TextDestNodeMetadata Struct Reference
+ 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
 
Clientm_client
 
- Public Attributes inherited from TextDest
std::string m_formname
 

Constructor & Destructor Documentation

◆ TextDestNodeMetadata()

TextDestNodeMetadata::TextDestNodeMetadata ( v3s16  p,
Client client 
)
inline

References m_client, m_p, and p().

+ Here is the call graph for this function:

Member Function Documentation

◆ gotText() [1/2]

void TextDestNodeMetadata::gotText ( const std::wstring &  text)
inlinevirtual

Reimplemented from TextDest.

References infostream, m_client, m_p, Client::sendNodemetaFields(), and wide_to_utf8().

+ Here is the call graph for this function:

◆ gotText() [2/2]

void TextDestNodeMetadata::gotText ( const StringMap fields)
inlinevirtual

Implements TextDest.

References m_client, m_p, and Client::sendNodemetaFields().

+ Here is the call graph for this function:

Member Data Documentation

◆ m_client

Client* TextDestNodeMetadata::m_client

Referenced by TextDestNodeMetadata(), and gotText().

◆ m_p

v3s16 TextDestNodeMetadata::m_p

Referenced by TextDestNodeMetadata(), and gotText().


The documentation for this struct was generated from the following file: