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 116 of file qlocale_p.h.

Constructor & Destructor Documentation

◆ CurrencyToStringArgument() [1/2]

QSystemLocale::CurrencyToStringArgument::CurrencyToStringArgument ( )
inline

Definition at line 118 of file qlocale_p.h.

◆ CurrencyToStringArgument() [2/2]

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

Definition at line 119 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 122 of file qlocale_p.h.

◆ value

QVariant QSystemLocale::CurrencyToStringArgument::value

Definition at line 121 of file qlocale_p.h.


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