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

#include <qgenericunixthemes_p.h>

+ Collaboration diagram for ResourceHelper:

Public Member Functions

 ResourceHelper ()
 
 ~ResourceHelper ()
 
void clear ()
 

Public Attributes

QPalettepalettes [QPlatformTheme::NPalettes]
 
QFontfonts [QPlatformTheme::NFonts]
 

Detailed Description

Definition at line 26 of file qgenericunixthemes_p.h.

Constructor & Destructor Documentation

◆ ResourceHelper()

ResourceHelper::ResourceHelper ( )

Definition at line 58 of file qgenericunixthemes.cpp.

References QPlatformTheme::NFonts, and QPlatformTheme::NPalettes.

◆ ~ResourceHelper()

ResourceHelper::~ResourceHelper ( )
inline

Definition at line 30 of file qgenericunixthemes_p.h.

References clear().

+ Here is the call graph for this function:

Member Function Documentation

◆ clear()

void ResourceHelper::clear ( )

Definition at line 64 of file qgenericunixthemes.cpp.

References fonts, QPlatformTheme::NFonts, QPlatformTheme::NPalettes, palettes, and qDeleteAll().

Referenced by ~ResourceHelper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ fonts

QFont* ResourceHelper::fonts[QPlatformTheme::NFonts]

Definition at line 35 of file qgenericunixthemes_p.h.

Referenced by clear().

◆ palettes

QPalette* ResourceHelper::palettes[QPlatformTheme::NPalettes]

Definition at line 34 of file qgenericunixthemes_p.h.

Referenced by clear().


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