![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrendercommands_p.h>
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 |
Definition at line 193 of file qssgrendercommands_p.h.
|
inlineexplicit |
Definition at line 197 of file qssgrendercommands_p.h.
References QSSGApplyValue(), QSSGCommand::QSSGCommand(), and ApplyValue.
Referenced by QSSGApplyValue().
|
inline |
Definition at line 201 of file qssgrendercommands_p.h.
References QSSGApplyValue(), QSSGCommand::QSSGCommand(), and ApplyValue.
Referenced by QSSGApplyValue().
|
inline |
Definition at line 208 of file qssgrendercommands_p.h.
References QSSGCommand::QSSGCommand(), and ApplyValue.
Definition at line 209 of file qssgrendercommands_p.h.
QByteArray QSSGApplyValue::m_propertyName |
Definition at line 195 of file qssgrendercommands_p.h.
QVariant QSSGApplyValue::m_value |
Definition at line 196 of file qssgrendercommands_p.h.