Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSSGShaderDefaultMaterialKey::StringInVisitor Struct Reference

#include <qssgrendershaderkeys_p.h>

+ Collaboration diagram for QSSGShaderDefaultMaterialKey::StringInVisitor:

Public Member Functions

 StringInVisitor (const QByteArray &s, QSSGDataRef< quint32 > ks)
 
template<typename TPropType >
void visit (TPropType &prop)
 

Public Attributes

const QByteArraym_str
 
QSSGDataRef< quint32m_keyStore
 

Detailed Description

Definition at line 940 of file qssgrendershaderkeys_p.h.

Constructor & Destructor Documentation

◆ StringInVisitor()

QSSGShaderDefaultMaterialKey::StringInVisitor::StringInVisitor ( const QByteArray & s,
QSSGDataRef< quint32 > ks )
inline

Definition at line 944 of file qssgrendershaderkeys_p.h.

Member Function Documentation

◆ visit()

template<typename TPropType >
void QSSGShaderDefaultMaterialKey::StringInVisitor::visit ( TPropType & prop)
inline

Definition at line 947 of file qssgrendershaderkeys_p.h.

References m_keyStore, and m_str.

Member Data Documentation

◆ m_keyStore

QSSGDataRef<quint32> QSSGShaderDefaultMaterialKey::StringInVisitor::m_keyStore

Definition at line 943 of file qssgrendershaderkeys_p.h.

Referenced by visit().

◆ m_str

const QByteArray& QSSGShaderDefaultMaterialKey::StringInVisitor::m_str

Definition at line 942 of file qssgrendershaderkeys_p.h.

Referenced by visit().


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