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
QMimeTypeXMLData Class Reference

#include <qmimetypeparser_p.h>

+ Collaboration diagram for QMimeTypeXMLData:

Public Member Functions

void clear ()
 
void addGlobPattern (const QString &pattern)
 

Public Attributes

bool hasGlobDeleteAll = false
 
QString name
 
QMimeTypePrivate::LocaleHash localeComments
 
QString genericIconName
 
QString iconName
 
QStringList globPatterns
 

Detailed Description

Definition at line 27 of file qmimetypeparser_p.h.

Member Function Documentation

◆ addGlobPattern()

void QMimeTypeXMLData::addGlobPattern ( const QString & pattern)

Definition at line 326 of file qmimetypeparser.cpp.

References globPatterns.

◆ clear()

void QMimeTypeXMLData::clear ( )

Definition at line 316 of file qmimetypeparser.cpp.

References QString::clear(), QHash< Key, T >::clear(), genericIconName, globPatterns, hasGlobDeleteAll, iconName, and localeComments.

+ Here is the call graph for this function:

Member Data Documentation

◆ genericIconName

QString QMimeTypeXMLData::genericIconName

Definition at line 37 of file qmimetypeparser_p.h.

Referenced by clear(), and QMimeXMLProvider::genericIcon().

◆ globPatterns

QStringList QMimeTypeXMLData::globPatterns

Definition at line 39 of file qmimetypeparser_p.h.

Referenced by addGlobPattern(), clear(), and QMimeXMLProvider::globPatterns().

◆ hasGlobDeleteAll

bool QMimeTypeXMLData::hasGlobDeleteAll = false

Definition at line 34 of file qmimetypeparser_p.h.

Referenced by clear(), and QMimeXMLProvider::hasGlobDeleteAll().

◆ iconName

QString QMimeTypeXMLData::iconName

Definition at line 38 of file qmimetypeparser_p.h.

Referenced by clear(), and QMimeXMLProvider::icon().

◆ localeComments

QMimeTypePrivate::LocaleHash QMimeTypeXMLData::localeComments

Definition at line 36 of file qmimetypeparser_p.h.

Referenced by clear(), and QMimeXMLProvider::localeComments().

◆ name

QString QMimeTypeXMLData::name

Definition at line 35 of file qmimetypeparser_p.h.

Referenced by QMimeXMLProvider::addMimeType().


The documentation for this class was generated from the following files: