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
driver.cpp File Reference

(4183fa4c0b75a76fbc687298f4513971a9230152)

#include "driver.h"
#include "uic.h"
#include "ui4.h"
#include <language.h>
#include <qfileinfo.h>
#include <qdebug.h>
#include <algorithm>
+ Include dependency graph for driver.cpp:

Go to the source code of this file.

Functions

static QString spacerItemClass ()
 
static QString actionGroupClass ()
 
static QString actionClass ()
 
static QString buttonGroupClass ()
 
static bool isAnsiCCharacter (QChar c)
 

Function Documentation

◆ actionClass()

static QString actionClass ( )
inlinestatic

Definition at line 29 of file driver.cpp.

References QStringLiteral.

Referenced by Driver::findOrInsertAction().

+ Here is the caller graph for this function:

◆ actionGroupClass()

static QString actionGroupClass ( )
inlinestatic

Definition at line 28 of file driver.cpp.

References QStringLiteral.

Referenced by Driver::findOrInsertActionGroup().

+ Here is the caller graph for this function:

◆ buttonGroupClass()

static QString buttonGroupClass ( )
inlinestatic

Definition at line 30 of file driver.cpp.

References QStringLiteral.

Referenced by Driver::findOrInsertButtonGroup().

+ Here is the caller graph for this function:

◆ isAnsiCCharacter()

static bool isAnsiCCharacter ( QChar c)
static

Definition at line 179 of file driver.cpp.

Referenced by Driver::headerFileName().

+ Here is the caller graph for this function:

◆ spacerItemClass()

static QString spacerItemClass ( )
inlinestatic

Definition at line 27 of file driver.cpp.

References QStringLiteral.

Referenced by Driver::findOrInsertSpacer().

+ Here is the caller graph for this function: