Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ internal

bool QtModule::internal = false

Definition at line 20 of file qtmoduleinfo.h.

Referenced by moduleFromJsonFile().

◆ InvalidId

size_t QtModule::InvalidId = ModuleBitsetSize - 1
staticconstexpr

Definition at line 18 of file qtmoduleinfo.h.

◆ name

QString QtModule::name

◆ pluginTypes

QStringList QtModule::pluginTypes

Definition at line 23 of file qtmoduleinfo.h.

◆ repository

QString QtModule::repository

Definition at line 22 of file qtmoduleinfo.h.

◆ translationCatalog

QString QtModule::translationCatalog

Definition at line 24 of file qtmoduleinfo.h.


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