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
QQmltc::OutputWrapper::CppIndentationScope Struct Reference

#include <qqmltcoutputprimitives_p.h>

Collaboration diagram for QQmltc::OutputWrapper::CppIndentationScope:

Public Member Functions

 CppIndentationScope (OutputWrapper *code)
 ~CppIndentationScope ()

Public Attributes

OutputWrapperm_code

Detailed Description

Definition at line 76 of file qqmltcoutputprimitives_p.h.

Constructor & Destructor Documentation

◆ CppIndentationScope()

QQmltc::OutputWrapper::CppIndentationScope::CppIndentationScope ( OutputWrapper * code)
inline

Definition at line 79 of file qqmltcoutputprimitives_p.h.

References QQmltc::OutputWrapper::cppIndent, and m_code.

◆ ~CppIndentationScope()

QQmltc::OutputWrapper::CppIndentationScope::~CppIndentationScope ( )
inline

Definition at line 80 of file qqmltcoutputprimitives_p.h.

References QQmltc::OutputWrapper::cppIndent, and m_code.

Member Data Documentation

◆ m_code

OutputWrapper* QQmltc::OutputWrapper::CppIndentationScope::m_code

Definition at line 78 of file qqmltcoutputprimitives_p.h.

Referenced by CppIndentationScope(), and ~CppIndentationScope().


The documentation for this struct was generated from the following file: