swift
Public Types | Public Member Functions | Public Attributes | List of all members
XSwiftBus::CMessage Struct Reference

Class representing a single line of text to be drawn in a message box. More...

Public Types

using string = decltype(Private::empty_u8string())
 String type.
 

Public Member Functions

 CMessage (const string &text, float r=1, float g=1, float b=1)
 Constructor.
 

Public Attributes

string m_text
 Text.
 
std::array< float, 3 > m_rgb
 Color.
 

Detailed Description

Class representing a single line of text to be drawn in a message box.

Definition at line 35 of file messages.h.


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