qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Public Types | Public Member Functions | Public Attributes | List of all members
SystemMessage Struct Reference

#include <systemmessage.h>

Collaboration diagram for SystemMessage:
Collaboration graph

Public Types

using Args = std::array< QString, 4 >
 

Public Member Functions

QString toString () const
 

Public Attributes

SystemMessageType messageType
 
QDateTime timestamp
 
Args args
 

Detailed Description

Definition at line 47 of file systemmessage.h.

Member Typedef Documentation

◆ Args

using SystemMessage::Args = std::array<QString, 4>

Definition at line 49 of file systemmessage.h.

Member Function Documentation

◆ toString()

QString SystemMessage::toString ( ) const
inline

Definition at line 54 of file systemmessage.h.

Here is the caller graph for this function:

Member Data Documentation

◆ args

Args SystemMessage::args

Definition at line 52 of file systemmessage.h.

◆ messageType

SystemMessageType SystemMessage::messageType

Definition at line 50 of file systemmessage.h.

◆ timestamp

QDateTime SystemMessage::timestamp

Definition at line 51 of file systemmessage.h.


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