blob: a0ce073365e59c4e66ef0c72877993fe799f058e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
|
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT!
#pragma once
#include <QWidget>
QT_BEGIN_NAMESPACE
class QCheckBox;
class QComboBox;
class QLabel;
class QLineEdit;
class QPlainTextEdit;
class QPushButton;
class QWidget;
QT_END_NAMESPACE
namespace ClangFormat {
class ClangFormatChecks : public QWidget
{
Q_OBJECT
public:
ClangFormatChecks(QWidget *parent = nullptr);
private:
QComboBox *m_BasedOnStyle = nullptr;
QComboBox *m_InheritsParentConfig = nullptr;
QLineEdit *m_AccessModifierOffset = nullptr;
QPushButton *m_setAccessModifierOffset = nullptr;
QComboBox *m_AlignAfterOpenBracket = nullptr;
QComboBox *m_AlignArrayOfStructures = nullptr;
QComboBox *m_AlignConsecutiveMacros = nullptr;
QComboBox *m_AlignConsecutiveAssignments = nullptr;
QComboBox *m_AlignConsecutiveBitFields = nullptr;
QComboBox *m_AlignConsecutiveDeclarations = nullptr;
QComboBox *m_AlignEscapedNewlines = nullptr;
QComboBox *m_AlignOperands = nullptr;
QComboBox *m_AlignTrailingComments = nullptr;
QComboBox *m_AllowAllArgumentsOnNextLine = nullptr;
QComboBox *m_AllowAllParametersOfDeclarationOnNextLine = nullptr;
QComboBox *m_AllowShortEnumsOnASingleLine = nullptr;
QComboBox *m_AllowShortBlocksOnASingleLine = nullptr;
QComboBox *m_AllowShortCaseLabelsOnASingleLine = nullptr;
QComboBox *m_AllowShortFunctionsOnASingleLine = nullptr;
QComboBox *m_AllowShortIfStatementsOnASingleLine = nullptr;
QComboBox *m_AllowShortLambdasOnASingleLine = nullptr;
QComboBox *m_AllowShortLoopsOnASingleLine = nullptr;
QComboBox *m_AlwaysBreakAfterReturnType = nullptr;
QComboBox *m_AlwaysBreakBeforeMultilineStrings = nullptr;
QComboBox *m_AlwaysBreakTemplateDeclarations = nullptr;
QPlainTextEdit *m_AttributeMacros = nullptr;
QPushButton *m_setAttributeMacros = nullptr;
QComboBox *m_BinPackArguments = nullptr;
QComboBox *m_InsertTrailingCommas = nullptr;
QComboBox *m_BinPackParameters = nullptr;
QComboBox *m_BreakBeforeBinaryOperators = nullptr;
QComboBox *m_BreakBeforeBraces = nullptr;
QComboBox *m_AfterCaseLabel = nullptr;
QComboBox *m_AfterClass = nullptr;
QComboBox *m_AfterControlStatement = nullptr;
QComboBox *m_AfterEnum = nullptr;
QComboBox *m_AfterFunction = nullptr;
QComboBox *m_AfterNamespace = nullptr;
QComboBox *m_AfterObjCDeclaration = nullptr;
QComboBox *m_AfterStruct = nullptr;
QComboBox *m_AfterUnion = nullptr;
QComboBox *m_AfterExternBlock = nullptr;
QComboBox *m_BeforeCatch = nullptr;
QComboBox *m_BeforeElse = nullptr;
QComboBox *m_BeforeLambdaBody = nullptr;
QComboBox *m_BeforeWhile = nullptr;
QComboBox *m_IndentBraces = nullptr;
QComboBox *m_SplitEmptyFunction = nullptr;
QComboBox *m_SplitEmptyRecord = nullptr;
QComboBox *m_SplitEmptyNamespace = nullptr;
QComboBox *m_BreakBeforeConceptDeclarations = nullptr;
QComboBox *m_BreakBeforeTernaryOperators = nullptr;
QComboBox *m_BreakConstructorInitializers = nullptr;
QComboBox *m_BreakAfterJavaFieldAnnotations = nullptr;
QComboBox *m_BreakStringLiterals = nullptr;
QLineEdit *m_ColumnLimit = nullptr;
QPushButton *m_setColumnLimit = nullptr;
QLineEdit *m_CommentPragmas = nullptr;
QPushButton *m_setCommentPragmas = nullptr;
QComboBox *m_QualifierAlignment = nullptr;
QPlainTextEdit *m_QualifierOrder = nullptr;
QPushButton *m_setQualifierOrder = nullptr;
QComboBox *m_BreakInheritanceList = nullptr;
QComboBox *m_CompactNamespaces = nullptr;
QLineEdit *m_ConstructorInitializerIndentWidth = nullptr;
QPushButton *m_setConstructorInitializerIndentWidth = nullptr;
QLineEdit *m_ContinuationIndentWidth = nullptr;
QPushButton *m_setContinuationIndentWidth = nullptr;
QComboBox *m_Cpp11BracedListStyle = nullptr;
QComboBox *m_DeriveLineEnding = nullptr;
QComboBox *m_DerivePointerAlignment = nullptr;
QComboBox *m_DisableFormat = nullptr;
QComboBox *m_EmptyLineAfterAccessModifier = nullptr;
QComboBox *m_EmptyLineBeforeAccessModifier = nullptr;
QComboBox *m_ExperimentalAutoDetectBinPacking = nullptr;
QComboBox *m_PackConstructorInitializers = nullptr;
QComboBox *m_FixNamespaceComments = nullptr;
QPlainTextEdit *m_ForEachMacros = nullptr;
QPushButton *m_setForEachMacros = nullptr;
QPlainTextEdit *m_IfMacros = nullptr;
QPushButton *m_setIfMacros = nullptr;
QPlainTextEdit *m_TypenameMacros = nullptr;
QPushButton *m_setTypenameMacros = nullptr;
QPlainTextEdit *m_StatementMacros = nullptr;
QPushButton *m_setStatementMacros = nullptr;
QPlainTextEdit *m_NamespaceMacros = nullptr;
QPushButton *m_setNamespaceMacros = nullptr;
QPlainTextEdit *m_WhitespaceSensitiveMacros = nullptr;
QPushButton *m_setWhitespaceSensitiveMacros = nullptr;
QComboBox *m_IndentAccessModifiers = nullptr;
QComboBox *m_IndentCaseLabels = nullptr;
QComboBox *m_IndentCaseBlocks = nullptr;
QComboBox *m_IndentGotoLabels = nullptr;
QComboBox *m_IndentPPDirectives = nullptr;
QComboBox *m_IndentExternBlock = nullptr;
QComboBox *m_IndentRequires = nullptr;
QLineEdit *m_IndentWidth = nullptr;
QPushButton *m_setIndentWidth = nullptr;
QComboBox *m_IndentWrappedFunctionNames = nullptr;
QPlainTextEdit *m_JavaImportGroups = nullptr;
QPushButton *m_setJavaImportGroups = nullptr;
QComboBox *m_JavaScriptQuotes = nullptr;
QComboBox *m_JavaScriptWrapImports = nullptr;
QComboBox *m_KeepEmptyLinesAtTheStartOfBlocks = nullptr;
QComboBox *m_Language = nullptr;
QComboBox *m_LambdaBodyIndentation = nullptr;
QLineEdit *m_MacroBlockBegin = nullptr;
QPushButton *m_setMacroBlockBegin = nullptr;
QLineEdit *m_MacroBlockEnd = nullptr;
QPushButton *m_setMacroBlockEnd = nullptr;
QLineEdit *m_MaxEmptyLinesToKeep = nullptr;
QPushButton *m_setMaxEmptyLinesToKeep = nullptr;
QComboBox *m_NamespaceIndentation = nullptr;
QComboBox *m_ObjCBinPackProtocolList = nullptr;
QLineEdit *m_ObjCBlockIndentWidth = nullptr;
QPushButton *m_setObjCBlockIndentWidth = nullptr;
QComboBox *m_ObjCSpaceAfterProperty = nullptr;
QComboBox *m_ObjCBreakBeforeNestedBlockParam = nullptr;
QComboBox *m_ObjCSpaceBeforeProtocolList = nullptr;
QLineEdit *m_PenaltyBreakAssignment = nullptr;
QPushButton *m_setPenaltyBreakAssignment = nullptr;
QLineEdit *m_PenaltyBreakBeforeFirstCallParameter = nullptr;
QPushButton *m_setPenaltyBreakBeforeFirstCallParameter = nullptr;
QLineEdit *m_PenaltyBreakComment = nullptr;
QPushButton *m_setPenaltyBreakComment = nullptr;
QLineEdit *m_PenaltyBreakFirstLessLess = nullptr;
QPushButton *m_setPenaltyBreakFirstLessLess = nullptr;
QLineEdit *m_PenaltyBreakOpenParenthesis = nullptr;
QPushButton *m_setPenaltyBreakOpenParenthesis = nullptr;
QLineEdit *m_PenaltyBreakString = nullptr;
QPushButton *m_setPenaltyBreakString = nullptr;
QLineEdit *m_PenaltyBreakTemplateDeclaration = nullptr;
QPushButton *m_setPenaltyBreakTemplateDeclaration = nullptr;
QLineEdit *m_PenaltyExcessCharacter = nullptr;
QPushButton *m_setPenaltyExcessCharacter = nullptr;
QLineEdit *m_PenaltyReturnTypeOnItsOwnLine = nullptr;
QPushButton *m_setPenaltyReturnTypeOnItsOwnLine = nullptr;
QLineEdit *m_PenaltyIndentedWhitespace = nullptr;
QPushButton *m_setPenaltyIndentedWhitespace = nullptr;
QComboBox *m_PointerAlignment = nullptr;
QLineEdit *m_PPIndentWidth = nullptr;
QPushButton *m_setPPIndentWidth = nullptr;
QComboBox *m_ReferenceAlignment = nullptr;
QComboBox *m_ReflowComments = nullptr;
QComboBox *m_RemoveBracesLLVM = nullptr;
QComboBox *m_SeparateDefinitionBlocks = nullptr;
QLineEdit *m_ShortNamespaceLines = nullptr;
QPushButton *m_setShortNamespaceLines = nullptr;
QComboBox *m_SortIncludes = nullptr;
QComboBox *m_SortJavaStaticImport = nullptr;
QComboBox *m_SortUsingDeclarations = nullptr;
QComboBox *m_SpaceAfterCStyleCast = nullptr;
QComboBox *m_SpaceAfterLogicalNot = nullptr;
QComboBox *m_SpaceAfterTemplateKeyword = nullptr;
QComboBox *m_SpaceAroundPointerQualifiers = nullptr;
QComboBox *m_SpaceBeforeAssignmentOperators = nullptr;
QComboBox *m_SpaceBeforeCaseColon = nullptr;
QComboBox *m_SpaceBeforeCpp11BracedList = nullptr;
QComboBox *m_SpaceBeforeCtorInitializerColon = nullptr;
QComboBox *m_SpaceBeforeInheritanceColon = nullptr;
QComboBox *m_SpaceBeforeParens = nullptr;
QComboBox *m_AfterControlStatements = nullptr;
QComboBox *m_AfterForeachMacros = nullptr;
QComboBox *m_AfterFunctionDeclarationName = nullptr;
QComboBox *m_AfterFunctionDefinitionName = nullptr;
QComboBox *m_AfterIfMacros = nullptr;
QComboBox *m_AfterOverloadedOperator = nullptr;
QComboBox *m_BeforeNonEmptyParentheses = nullptr;
QComboBox *m_SpaceBeforeRangeBasedForLoopColon = nullptr;
QComboBox *m_SpaceInEmptyBlock = nullptr;
QComboBox *m_SpaceInEmptyParentheses = nullptr;
QLineEdit *m_SpacesBeforeTrailingComments = nullptr;
QPushButton *m_setSpacesBeforeTrailingComments = nullptr;
QComboBox *m_SpacesInAngles = nullptr;
QComboBox *m_SpacesInConditionalStatement = nullptr;
QComboBox *m_SpacesInContainerLiterals = nullptr;
QComboBox *m_SpacesInCStyleCastParentheses = nullptr;
QLineEdit *m_Minimum = nullptr;
QPushButton *m_setMinimum = nullptr;
QLineEdit *m_Maximum = nullptr;
QPushButton *m_setMaximum = nullptr;
QComboBox *m_SpacesInParentheses = nullptr;
QComboBox *m_SpacesInSquareBrackets = nullptr;
QComboBox *m_SpaceBeforeSquareBrackets = nullptr;
QComboBox *m_BitFieldColonSpacing = nullptr;
QComboBox *m_Standard = nullptr;
QPlainTextEdit *m_StatementAttributeLikeMacros = nullptr;
QPushButton *m_setStatementAttributeLikeMacros = nullptr;
QLineEdit *m_TabWidth = nullptr;
QPushButton *m_setTabWidth = nullptr;
QComboBox *m_UseCRLF = nullptr;
QComboBox *m_UseTab = nullptr;
};
} //ClangFormat
|