![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmltcoutputprimitives_p.h>
Classes | |
| struct | MemberNameScope |
| struct | HeaderIndentationScope |
| struct | CppIndentationScope |
Public Member Functions | |
| OutputWrapper (Output &code) | |
| const Output & | code () const |
| template<typename String> | |
| void | rawAppendToHeader (const String &what, int extraIndent=0) |
| template<typename String> | |
| void | rawAppendToCpp (const String &what, int extraIndent=0) |
| template<typename String> | |
| void | rawAppendSignatureToCpp (const String &what, int extraIndent=0) |
Public Attributes | |
| QStack< QString > | memberScopes |
| int | headerIndent = 0 |
| int | cppIndent = 0 |
Definition at line 33 of file qqmltcoutputprimitives_p.h.
|
inline |
Definition at line 45 of file qqmltcoutputprimitives_p.h.
|
inline |
Definition at line 46 of file qqmltcoutputprimitives_p.h.
|
inline |
Definition at line 103 of file qqmltcoutputprimitives_p.h.
|
inline |
Definition at line 95 of file qqmltcoutputprimitives_p.h.
References cppIndent.
|
inline |
Definition at line 87 of file qqmltcoutputprimitives_p.h.
References headerIndent.
| int QQmltc::OutputWrapper::cppIndent = 0 |
Definition at line 50 of file qqmltcoutputprimitives_p.h.
Referenced by QQmltc::OutputWrapper::CppIndentationScope::CppIndentationScope(), QQmltc::OutputWrapper::CppIndentationScope::~CppIndentationScope(), and rawAppendToCpp().
| int QQmltc::OutputWrapper::headerIndent = 0 |
Definition at line 49 of file qqmltcoutputprimitives_p.h.
Referenced by QQmltc::OutputWrapper::HeaderIndentationScope::HeaderIndentationScope(), QQmltc::OutputWrapper::HeaderIndentationScope::~HeaderIndentationScope(), and rawAppendToHeader().
Definition at line 48 of file qqmltcoutputprimitives_p.h.