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

#include <qssgrendercommands_p.h>

+ Inheritance diagram for QSSGApplyValue:
+ Collaboration diagram for QSSGApplyValue:

Public Member Functions

 QSSGApplyValue (const QByteArray &inName)
 
 QSSGApplyValue ()
 
void addDebug (QDebug &stream) const
 
- Public Member Functions inherited from QSSGCommand
 QSSGCommand (CommandType inType)
 
const char * typeAsString () const
 
QString debugString () const
 
void addDebug (QDebug &stream) const
 

Public Attributes

QByteArray m_propertyName
 
QVariant m_value
 
- Public Attributes inherited from QSSGCommand
CommandType m_type
 

Detailed Description

Definition at line 161 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGApplyValue() [1/2]

QSSGApplyValue::QSSGApplyValue ( const QByteArray & inName)
inlineexplicit

Definition at line 165 of file qssgrendercommands_p.h.

◆ QSSGApplyValue() [2/2]

QSSGApplyValue::QSSGApplyValue ( )
inline

Definition at line 170 of file qssgrendercommands_p.h.

Member Function Documentation

◆ addDebug()

void QSSGApplyValue::addDebug ( QDebug & stream) const
inline

Definition at line 171 of file qssgrendercommands_p.h.

References m_propertyName, and m_value.

Member Data Documentation

◆ m_propertyName

QByteArray QSSGApplyValue::m_propertyName

Definition at line 163 of file qssgrendercommands_p.h.

Referenced by addDebug().

◆ m_value

QVariant QSSGApplyValue::m_value

Definition at line 164 of file qssgrendercommands_p.h.

Referenced by addDebug().


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