Collection Contents 上一页 下一页 PDF

QAnywhere 用户指南

QAnywhere C++ API 参考

QATextMessage 类


提要 

public QATextMessage

基类 
注释 

QATextMessage 对象用于发送包含 qa_string 的消息。它继承自 QAMessage 类 类,并添加了文本消息主体。

客户端接收到 QATextMessage 时,消息处于只读模式。如果此时客户端尝试写入该消息,则设置 COMMON_MSG_NOT_WRITEABLE_ERROR。

成员 

QATextMessage 的所有成员,包括所有继承的成员。


getText 函数
getTextLength 函数
readText 函数
setText 函数
writeText 函数
~QATextMessage 函数

Collection Contents 上一页 下一页 PDF