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
ExpandVar Struct Reference

#include <config.h>

+ Collaboration diagram for ExpandVar:

Public Member Functions

 ExpandVar (int valueIndex, int index, QString var, const QChar &delim)
 

Public Attributes

int m_valueIndex {}
 
int m_index {}
 
QString m_var {}
 
QChar m_delim {}
 

Detailed Description

Definition at line 28 of file config.h.

Constructor & Destructor Documentation

◆ ExpandVar()

ExpandVar::ExpandVar ( int valueIndex,
int index,
QString var,
const QChar & delim )
inline

Definition at line 35 of file config.h.

References m_index, and m_valueIndex.

Member Data Documentation

◆ m_delim

QChar ExpandVar::m_delim {}

Definition at line 33 of file config.h.

◆ m_index

int ExpandVar::m_index {}

Definition at line 31 of file config.h.

Referenced by ExpandVar().

◆ m_valueIndex

int ExpandVar::m_valueIndex {}

Definition at line 30 of file config.h.

Referenced by ExpandVar().

◆ m_var

QString ExpandVar::m_var {}

Definition at line 32 of file config.h.


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