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
QtModule Struct Reference

#include <qtmoduleinfo.h>

+ Collaboration diagram for QtModule:

Public Attributes

size_t id = InvalidId
 
bool internal = false
 
QString name
 
QString repository
 
QStringList pluginTypes
 
QString translationCatalog
 

Static Public Attributes

static constexpr size_t InvalidId = ModuleBitsetSize - 1
 

Detailed Description

Definition at line 16 of file qtmoduleinfo.h.

Member Data Documentation

◆ id

size_t QtModule::id = InvalidId

Definition at line 19 of file qtmoduleinfo.h.

Referenced by contains().

◆ internal

bool QtModule::internal = false

Definition at line 20 of file qtmoduleinfo.h.

◆ InvalidId

constexpr size_t QtModule::InvalidId = ModuleBitsetSize - 1
staticconstexpr

◆ name

QString QtModule::name

Definition at line 21 of file qtmoduleinfo.h.

Referenced by dump(), and QtModuleInfoStore::populate().

◆ pluginTypes

QStringList QtModule::pluginTypes

Definition at line 23 of file qtmoduleinfo.h.

Referenced by dump().

◆ repository

QString QtModule::repository

Definition at line 22 of file qtmoduleinfo.h.

◆ translationCatalog

QString QtModule::translationCatalog

Definition at line 24 of file qtmoduleinfo.h.

Referenced by dump().


The documentation for this struct was generated from the following file: