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

#include <qssgrendercommands_p.h>

Inheritance diagram for QSSGApplyValue:
Collaboration diagram for QSSGApplyValue:

Public Member Functions

 QSSGApplyValue (const QByteArray &inName)
 QSSGApplyValue (const QSSGApplyValue &command)
 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 193 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGApplyValue() [1/3]

QSSGApplyValue::QSSGApplyValue ( const QByteArray & inName)
inlineexplicit

Definition at line 197 of file qssgrendercommands_p.h.

References QSSGApplyValue(), QSSGCommand::QSSGCommand(), and ApplyValue.

Referenced by QSSGApplyValue().

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

◆ QSSGApplyValue() [2/3]

QSSGApplyValue::QSSGApplyValue ( const QSSGApplyValue & command)
inline

Definition at line 201 of file qssgrendercommands_p.h.

References QSSGApplyValue(), QSSGCommand::QSSGCommand(), and ApplyValue.

Referenced by QSSGApplyValue().

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

◆ QSSGApplyValue() [3/3]

QSSGApplyValue::QSSGApplyValue ( )
inline

Definition at line 208 of file qssgrendercommands_p.h.

References QSSGCommand::QSSGCommand(), and ApplyValue.

Here is the call graph for this function:

Member Function Documentation

◆ addDebug()

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

Definition at line 209 of file qssgrendercommands_p.h.

Member Data Documentation

◆ m_propertyName

QByteArray QSSGApplyValue::m_propertyName

Definition at line 195 of file qssgrendercommands_p.h.

◆ m_value

QVariant QSSGApplyValue::m_value

Definition at line 196 of file qssgrendercommands_p.h.


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