![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <option.h>
Public Types | |
enum class | PythonResourceImport { Default , FromDot , Absolute } |
Public Member Functions | |
Option () | |
QString | messagePrefix () const |
Public Attributes | |
unsigned int | headerProtection: 1 |
unsigned int | copyrightHeader: 1 |
unsigned int | generateImplemetation: 1 |
unsigned int | generateNamespace: 1 |
unsigned int | autoConnection: 1 |
unsigned int | dependencies: 1 |
unsigned int | limitXPM_LineLength: 1 |
unsigned int | implicitIncludes: 1 |
unsigned int | idBased: 1 |
unsigned int | forceMemberFnPtrConnectionSyntax: 1 |
unsigned int | forceStringConnectionSyntax: 1 |
unsigned int | useStarImports: 1 |
unsigned int | rcPrefix: 1 |
unsigned int | qtNamespace: 1 |
QString | inputFile |
QString | outputFile |
QString | qrcOutputFile |
QString | indent |
QString | prefix |
QString | postfix |
QString | translateFunction |
QString | includeFile |
QString | pythonRoot |
PythonResourceImport | pythonResourceImport = PythonResourceImport::Default |
|
strong |
|
inline |
Definition at line 47 of file option.h.
References Option(), autoConnection, copyrightHeader, dependencies, forceMemberFnPtrConnectionSyntax, forceStringConnectionSyntax, generateImplemetation, generateNamespace, headerProtection, idBased, implicitIncludes, limitXPM_LineLength, qtNamespace, rcPrefix, and useStarImports.
Referenced by Option().
unsigned int Option::autoConnection |
Definition at line 24 of file option.h.
Referenced by Option(), and CPP::WriteInitialization::acceptUI().
unsigned int Option::copyrightHeader |
Definition at line 21 of file option.h.
Referenced by Option(), and Uic::write().
unsigned int Option::dependencies |
unsigned int Option::forceMemberFnPtrConnectionSyntax |
unsigned int Option::forceStringConnectionSyntax |
unsigned int Option::generateImplemetation |
unsigned int Option::generateNamespace |
Definition at line 23 of file option.h.
Referenced by Option(), and CPP::WriteDeclaration::acceptUI().
unsigned int Option::headerProtection |
Definition at line 20 of file option.h.
Referenced by Option(), runUic(), and Uic::write().
unsigned int Option::implicitIncludes |
unsigned int Option::limitXPM_LineLength |
PythonResourceImport Option::pythonResourceImport = PythonResourceImport::Default |
unsigned int Option::rcPrefix |