ManaPlus
Public Member Functions | Data Fields
UploadChatInfo Struct Reference

#include <uploadcharinfo.h>

Public Member Functions

 UploadChatInfo ()
 

Data Fields

ChatTabtab
 
Net::Downloadupload
 
std::string text
 
std::string addStr
 

Detailed Description

Definition at line 36 of file uploadcharinfo.h.

Constructor & Destructor Documentation

◆ UploadChatInfo()

UploadChatInfo::UploadChatInfo ( )
inline

Definition at line 38 of file uploadcharinfo.h.

38  :
39  tab(nullptr),
40  upload(nullptr),
41  text(),
42  addStr()
43  { }
std::string addStr
std::string text
Net::Download * upload

Field Documentation

◆ addStr

std::string UploadChatInfo::addStr

Definition at line 50 of file uploadcharinfo.h.

◆ tab

ChatTab* UploadChatInfo::tab

Definition at line 47 of file uploadcharinfo.h.

◆ text

std::string UploadChatInfo::text

Definition at line 49 of file uploadcharinfo.h.

◆ upload

Net::Download* UploadChatInfo::upload

Definition at line 48 of file uploadcharinfo.h.


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