Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
driver.cpp File Reference
#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: