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
QSystemLocale::CurrencyToStringArgument Struct Reference

#include <qlocale_p.h>

Collaboration diagram for QSystemLocale::CurrencyToStringArgument:

Public Member Functions

 CurrencyToStringArgument ()
 CurrencyToStringArgument (const QVariant &v, const QString &s)

Public Attributes

QVariant value
QString symbol

Detailed Description

Definition at line 135 of file qlocale_p.h.

Constructor & Destructor Documentation

◆ CurrencyToStringArgument() [1/2]

QSystemLocale::CurrencyToStringArgument::CurrencyToStringArgument ( )
inline

Definition at line 137 of file qlocale_p.h.

◆ CurrencyToStringArgument() [2/2]

QSystemLocale::CurrencyToStringArgument::CurrencyToStringArgument ( const QVariant & v,
const QString & s )
inline

Definition at line 138 of file qlocale_p.h.

References CurrencyToStringArgument().

Referenced by CurrencyToStringArgument().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ symbol

QString QSystemLocale::CurrencyToStringArgument::symbol

Definition at line 141 of file qlocale_p.h.

◆ value

QVariant QSystemLocale::CurrencyToStringArgument::value

Definition at line 140 of file qlocale_p.h.


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