WSF
wizard::TextStyle Struct Reference

#include <EditorPrefObject.hpp>

Public Member Functions

 TextStyle ()=default
 TextStyle (const QColor &aColor, bool aBold, bool aItalic, bool aUnderline)

Public Attributes

QColor mColor {Qt::red}
bool mBold {false}
bool mItalic {false}
bool mUnderline {false}

Constructor & Destructor Documentation

◆ TextStyle() [1/2]

wizard::TextStyle::TextStyle ( )
default

◆ TextStyle() [2/2]

wizard::TextStyle::TextStyle ( const QColor & aColor,
bool aBold,
bool aItalic,
bool aUnderline )
inline

References mBold, mColor, mItalic, and mUnderline.

Member Data Documentation

◆ mBold

bool wizard::TextStyle::mBold {false}

Referenced by TextStyle().

◆ mColor

QColor wizard::TextStyle::mColor {Qt::red}

Referenced by TextStyle().

◆ mItalic

bool wizard::TextStyle::mItalic {false}

Referenced by TextStyle().

◆ mUnderline

bool wizard::TextStyle::mUnderline {false}

Referenced by TextStyle().


The documentation for this struct was generated from the following file:
Copyrights Multiple, All Rights Reserved