Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FDE_TextStyle Struct Reference

#include <cfde_data.h>

+ Collaboration diagram for FDE_TextStyle:

Public Member Functions

 FDE_TextStyle ()=default
 
 ~FDE_TextStyle ()=default
 
void Reset ()
 

Public Attributes

bool single_line_ = false
 
bool line_wrap_ = false
 
bool last_line_height_ = false
 

Detailed Description

Definition at line 19 of file cfde_data.h.

Constructor & Destructor Documentation

◆ FDE_TextStyle()

FDE_TextStyle::FDE_TextStyle ( )
default

◆ ~FDE_TextStyle()

FDE_TextStyle::~FDE_TextStyle ( )
default

Member Function Documentation

◆ Reset()

void FDE_TextStyle::Reset ( )
inline

Definition at line 23 of file cfde_data.h.

References last_line_height_, line_wrap_, and single_line_.

Member Data Documentation

◆ last_line_height_

bool FDE_TextStyle::last_line_height_ = false

Definition at line 31 of file cfde_data.h.

Referenced by CFDE_TextOut::CalcLogicSize(), and Reset().

◆ line_wrap_

bool FDE_TextStyle::line_wrap_ = false

Definition at line 30 of file cfde_data.h.

Referenced by CFWL_Widget::CalcTextSize(), and Reset().

◆ single_line_

bool FDE_TextStyle::single_line_ = false

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