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

#include <qwindowsthemedata_p.h>

Collaboration diagram for ThemeMapKey:

Public Member Functions

 ThemeMapKey ()=default
 ThemeMapKey (const QWindowsThemeData &data)

Public Attributes

int theme = 0
int partId = -1
int stateId = -1
bool noBorder = false
bool noContent = false

Detailed Description

Definition at line 95 of file qwindowsthemedata_p.h.

Constructor & Destructor Documentation

◆ ThemeMapKey() [1/2]

ThemeMapKey::ThemeMapKey ( )
default

◆ ThemeMapKey() [2/2]

ThemeMapKey::ThemeMapKey ( const QWindowsThemeData & data)
inline

Definition at line 103 of file qwindowsthemedata_p.h.

References noBorder, noContent, partId, stateId, and theme.

Member Data Documentation

◆ noBorder

bool ThemeMapKey::noBorder = false

Definition at line 99 of file qwindowsthemedata_p.h.

Referenced by ThemeMapKey().

◆ noContent

bool ThemeMapKey::noContent = false

Definition at line 100 of file qwindowsthemedata_p.h.

Referenced by ThemeMapKey().

◆ partId

int ThemeMapKey::partId = -1

Definition at line 97 of file qwindowsthemedata_p.h.

Referenced by ThemeMapKey(), operator==(), and qHash().

◆ stateId

int ThemeMapKey::stateId = -1

Definition at line 98 of file qwindowsthemedata_p.h.

Referenced by ThemeMapKey(), operator==(), and qHash().

◆ theme

int ThemeMapKey::theme = 0

Definition at line 96 of file qwindowsthemedata_p.h.

Referenced by ThemeMapKey(), operator==(), and qHash().


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