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
QLocaleData::GroupSizes Struct Reference

#include <qlocale_p.h>

+ Collaboration diagram for QLocaleData::GroupSizes:

Public Member Functions

bool isValid () const
 

Public Attributes

int first = 0
 
int higher = 0
 
int least = 0
 

Detailed Description

Definition at line 277 of file qlocale_p.h.

Member Function Documentation

◆ isValid()

bool QLocaleData::GroupSizes::isValid ( ) const
inline

Definition at line 282 of file qlocale_p.h.

References first, higher, and least.

Member Data Documentation

◆ first

int QLocaleData::GroupSizes::first = 0

Definition at line 279 of file qlocale_p.h.

Referenced by QLocaleData::doubleToString(), and isValid().

◆ higher

int QLocaleData::GroupSizes::higher = 0

◆ least

int QLocaleData::GroupSizes::least = 0

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