![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrendercommands_p.h>
Public Member Functions | |
QSSGApplyValue (const QByteArray &inName) | |
QSSGApplyValue () | |
void | addDebug (QDebug &stream) const |
![]() | |
QSSGCommand (CommandType inType) | |
const char * | typeAsString () const |
QString | debugString () const |
void | addDebug (QDebug &stream) const |
Public Attributes | |
QByteArray | m_propertyName |
QVariant | m_value |
![]() | |
CommandType | m_type |
Definition at line 161 of file qssgrendercommands_p.h.
|
inlineexplicit |
Definition at line 165 of file qssgrendercommands_p.h.
|
inline |
Definition at line 170 of file qssgrendercommands_p.h.
Definition at line 171 of file qssgrendercommands_p.h.
References m_propertyName, and m_value.
QByteArray QSSGApplyValue::m_propertyName |
Definition at line 163 of file qssgrendercommands_p.h.
Referenced by addDebug().
QVariant QSSGApplyValue::m_value |
Definition at line 164 of file qssgrendercommands_p.h.
Referenced by addDebug().