NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim::QChatLocationAttach结构体 参考

#include <nim_qchat_message_cpp_def.h>

类 nim::QChatLocationAttach 继承关系图:
nim::IQChatAttachInterface

Public 成员函数

 QChatLocationAttach ()=default
 
 QChatLocationAttach (const std::string &raw_data)
 
 QChatLocationAttach (const NIMQChatLocationAttach &c_param)
 
NIMQChatLocationAttach ToCParam () const
 
void SetRawData (const std::string &raw_data) override
 
std::string GetRawData () const override
 
- Public 成员函数 继承自 nim::IQChatAttachInterface
 IQChatAttachInterface ()=default
 
virtual ~IQChatAttachInterface ()
 
virtual void SetRawData (const std::string &raw_data)
 
virtual std::string GetRawData () const
 
virtual bool IsFileBased () const
 

Public 属性

double latitude = 0
 
double longitude = 0
 
std::string title
 

构造及析构函数说明

◆ QChatLocationAttach() [1/3]

nim::QChatLocationAttach::QChatLocationAttach ( )
default

◆ QChatLocationAttach() [2/3]

nim::QChatLocationAttach::QChatLocationAttach ( const std::string &  raw_data)
inline

◆ QChatLocationAttach() [3/3]

nim::QChatLocationAttach::QChatLocationAttach ( const NIMQChatLocationAttach c_param)
inline

成员函数说明

◆ GetRawData()

std::string nim::QChatLocationAttach::GetRawData ( ) const
inlineoverridevirtual

◆ SetRawData()

void nim::QChatLocationAttach::SetRawData ( const std::string &  raw_data)
inlineoverridevirtual

◆ ToCParam()

NIMQChatLocationAttach nim::QChatLocationAttach::ToCParam ( ) const
inline

类成员变量说明

◆ latitude

double nim::QChatLocationAttach::latitude = 0

◆ longitude

double nim::QChatLocationAttach::longitude = 0

◆ title

std::string nim::QChatLocationAttach::title

该结构体的文档由以下文件生成: