QtBase  v6.3.1
Classes | Functions
main.cpp File Reference
#include <QtCore>
#include <QtXml>
Include dependency graph for main.cpp:

Go to the source code of this file.

Classes

class  XKBLayout
 

Functions

QDomElement find (const QString &tagName, const QDomElement &e)
 
QString parseVariant (const QDomElement &e)
 
QStringList findVariants (const QDomElement &e)
 
XKBLayout parseLayout (const QDomElement &e)
 
QList< XKBLayoutfindLayouts (const QDomElement &layoutList)
 
QString mapCountry (const QString &v)
 
QString mapLanguage (const QString &v)
 
QString mapDirection (const QString &v)
 
int main (int argc, char **argv)
 [1] More...
 

Function Documentation

◆ find()

QDomElement find ( const QString tagName,
const QDomElement e 
)

Definition at line 39 of file main.cpp.

Here is the caller graph for this function:

◆ findLayouts()

QList<XKBLayout> findLayouts ( const QDomElement layoutList)

Definition at line 88 of file main.cpp.

Here is the caller graph for this function:

◆ findVariants()

QStringList findVariants ( const QDomElement e)

Definition at line 59 of file main.cpp.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

[1]

[2]

Create an application and a main widget. Open the main widget for user input, and exit with an appropriate return value when it is closed.

[6]

[0]

[1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

[0] [1]

[1] [2]

[0]

[1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

[0]

[0]

[1]

[1]

[2]

[2]

[3]

[3]

[4]

[4]

[0]

[0]

[1]

[1]

[0]

[0]

[0]

[0]

Definition at line 371 of file main.cpp.

Here is the call graph for this function:

◆ mapCountry()

QString mapCountry ( const QString v)

Definition at line 102 of file main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mapDirection()

QString mapDirection ( const QString v)

Definition at line 357 of file main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mapLanguage()

QString mapLanguage ( const QString v)

Definition at line 129 of file main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ parseLayout()

XKBLayout parseLayout ( const QDomElement e)

Definition at line 73 of file main.cpp.

Here is the call graph for this function:

◆ parseVariant()

QString parseVariant ( const QDomElement e)

Definition at line 53 of file main.cpp.

Here is the call graph for this function: