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
QSSGCommand Class Reference

#include <qssgrendercommands_p.h>

Inheritance diagram for QSSGCommand:
Collaboration diagram for QSSGCommand:

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

Detailed Description

Definition at line 53 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGCommand()

QSSGCommand::QSSGCommand ( CommandType inType)
inline

Definition at line 57 of file qssgrendercommands_p.h.

◆ ~QSSGCommand()

QSSGCommand::~QSSGCommand ( )
virtual

Definition at line 8 of file qssgrendercommands.cpp.

Member Function Documentation

◆ addDebug()

void QSSGCommand::addDebug ( QDebug & stream) const

Definition at line 97 of file qssgrendercommands.cpp.

◆ debugString()

QString QSSGCommand::debugString ( ) const

Definition at line 55 of file qssgrendercommands.cpp.

◆ typeAsString()

const char * QSSGCommand::typeAsString ( ) const

Definition at line 13 of file qssgrendercommands.cpp.

Member Data Documentation

◆ m_type

CommandType QSSGCommand::m_type

Definition at line 56 of file qssgrendercommands_p.h.


The documentation for this class was generated from the following files: