![]() |
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 | |
| QSSGCommand (CommandType inType) | |
| virtual | ~QSSGCommand () |
| const char * | typeAsString () const |
| QString | debugString () const |
| void | addDebug (QDebug &stream) const |
Public Attributes | |
| CommandType | m_type |
Definition at line 53 of file qssgrendercommands_p.h.
|
inline |
Definition at line 57 of file qssgrendercommands_p.h.
|
virtual |
Definition at line 8 of file qssgrendercommands.cpp.
Definition at line 97 of file qssgrendercommands.cpp.
| QString QSSGCommand::debugString | ( | ) | const |
Definition at line 55 of file qssgrendercommands.cpp.
| const char * QSSGCommand::typeAsString | ( | ) | const |
Definition at line 13 of file qssgrendercommands.cpp.
| CommandType QSSGCommand::m_type |
Definition at line 56 of file qssgrendercommands_p.h.