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
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 92 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 100 of file qwindowsthemedata_p.h.

Member Data Documentation

◆ noBorder

bool ThemeMapKey::noBorder = false

Definition at line 96 of file qwindowsthemedata_p.h.

◆ noContent

bool ThemeMapKey::noContent = false

Definition at line 97 of file qwindowsthemedata_p.h.

◆ partId

int ThemeMapKey::partId = -1

Definition at line 94 of file qwindowsthemedata_p.h.

◆ stateId

int ThemeMapKey::stateId = -1

Definition at line 95 of file qwindowsthemedata_p.h.

◆ theme

int ThemeMapKey::theme = 0

Definition at line 93 of file qwindowsthemedata_p.h.


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