![]() |
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) | |
| virtual | ~QSSGCommand () |
| 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 206 of file qssgrendercommands_p.h.
|
inlineexplicit |
Definition at line 210 of file qssgrendercommands_p.h.
References QSSGApplyValue().
Referenced by QSSGApplyValue().
|
inline |
Definition at line 214 of file qssgrendercommands_p.h.
References QSSGApplyValue().
Referenced by QSSGApplyValue().
|
inline |
Definition at line 221 of file qssgrendercommands_p.h.
Definition at line 222 of file qssgrendercommands_p.h.
| QByteArray QSSGApplyValue::m_propertyName |
Definition at line 208 of file qssgrendercommands_p.h.
| QVariant QSSGApplyValue::m_value |
Definition at line 209 of file qssgrendercommands_p.h.