Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
language.h File Reference

(d7ebe91781b80c8f748ea56d7915f03e69916516)

#include <QtCore/qstring.h>
#include <QtCore/qstringview.h>
+ Include dependency graph for language.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  language::StringViewStreamable
 
class  language::qtConfig
 
class  language::openQtConfig
 
class  language::closeQtConfig
 
class  language::_string< AsQString >
 
class  language::repeat
 
class  language::startFunctionDefinition1
 
class  language::endFunctionDefinition
 
class  language::_stackVariable< withInitParameters >
 
struct  language::SignalSlot
 

Namespaces

namespace  language
 

Typedefs

using language::charliteral = _string<false>
 
using language::qstring = _string<true>
 
using language::stackVariable = _stackVariable<false>
 
using language::stackVariableWithInitParameters = _stackVariable<true>
 

Enumerations

enum class  Language { Cpp , Python }
 
enum class  ConnectionSyntax { StringBased , MemberFunctionPtr }
 
enum class  language::Encoding { language::Utf8 , language::Unicode }
 
enum class  language::SignalSlotOption { language::Ambiguous = 0x1 }
 

Functions

Language language::language ()
 
void language::setLanguage (Language l)
 
ConnectionSyntax language::connectionSyntax ()
 
void language::setConnectionSyntax (ConnectionSyntax cs)
 
QTextStreamlanguage::operator<< (QTextStream &str, const qtConfig &c)
 
QTextStreamlanguage::operator<< (QTextStream &str, const openQtConfig &c)
 
QTextStreamlanguage::operator<< (QTextStream &str, const closeQtConfig &c)
 
QString language::fixClassName (QString className)
 
QLatin1StringView language::toolbarArea (int v)
 
QLatin1StringView language::sizePolicy (int v)
 
QLatin1StringView language::dockWidgetArea (int v)
 
QLatin1StringView language::paletteColorRole (int v)
 
void language::_formatString (QTextStream &str, const QString &value, const QString &indent, bool qString)
 
template<bool AsQString>
QTextStreamlanguage::operator<< (QTextStream &str, const language::_string< AsQString > &s)
 
void language::_formatStackVariable (QTextStream &str, const char *className, QStringView varName, bool withInitParameters)
 
template<bool withInitParameters>
QTextStreamlanguage::operator<< (QTextStream &str, const _stackVariable< withInitParameters > &s)
 
void language::formatConnection (QTextStream &str, const SignalSlot &sender, const SignalSlot &receiver, ConnectionSyntax connectionSyntax)
 
QString language::boolValue (bool v)
 
QString language::enumValue (const QString &value)
 

Enumeration Type Documentation

◆ ConnectionSyntax

enum class ConnectionSyntax
strong
Enumerator
StringBased 
MemberFunctionPtr 

Definition at line 15 of file language.h.

◆ Language

enum class Language
strong
Enumerator
Cpp 
Python 

Definition at line 13 of file language.h.