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

(05fc3aef53348fb58be6308076e000825b704e58)

#include "writeincludesbase.h"
#include "ui4.h"
#include <uic.h>
#include <databaseinfo.h>
#include "qclass_lib_map.h"
+ Include dependency graph for writeincludesbase.cpp:

Go to the source code of this file.

Macros

#define QT_CLASS_LIB(klass, module, header)   { #klass, #module, #header },
 

Functions

ClassInfoEntries classInfoEntries ()
 

Variables

static QT_BEGIN_NAMESPACE const ClassInfoEntry qclass_lib_map []
 

Macro Definition Documentation

◆ QT_CLASS_LIB

#define QT_CLASS_LIB ( klass,
module,
header )   { #klass, #module, #header },

Function Documentation

◆ classInfoEntries()

ClassInfoEntries classInfoEntries ( )

Definition at line 17 of file writeincludesbase.cpp.

References qclass_lib_map.

Referenced by Python::WriteImports::WriteImports(), and CPP::WriteIncludes::WriteIncludes().

+ Here is the caller graph for this function:

Variable Documentation

◆ qclass_lib_map

QT_BEGIN_NAMESPACE const ClassInfoEntry qclass_lib_map[]
static
Initial value:
= {
#define QT_CLASS_LIB(klass, module, header)
}

Definition at line 11 of file writeincludesbase.cpp.

Referenced by classInfoEntries().