Qt 4.8
Public Functions | Public Variables | List of all members
ThemeMapKey Struct Reference

#include <qwindowsxpstyle_p.h>

Public Functions

 ThemeMapKey ()
 
 ThemeMapKey (const XPThemeData &data)
 

Public Variables

QString name
 
bool noBorder
 
bool noContent
 
int partId
 
int stateId
 

Detailed Description

Definition at line 240 of file qwindowsxpstyle_p.h.

Constructors and Destructors

◆ ThemeMapKey() [1/2]

ThemeMapKey::ThemeMapKey ( )
inline

Definition at line 247 of file qwindowsxpstyle_p.h.

247 : partId(-1), stateId(-1) {}

◆ ThemeMapKey() [2/2]

ThemeMapKey::ThemeMapKey ( const XPThemeData data)
inline

Properties

◆ name

QString ThemeMapKey::name

Definition at line 241 of file qwindowsxpstyle_p.h.

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

◆ noBorder

bool ThemeMapKey::noBorder

Definition at line 244 of file qwindowsxpstyle_p.h.

◆ noContent

bool ThemeMapKey::noContent

Definition at line 245 of file qwindowsxpstyle_p.h.

◆ partId

int ThemeMapKey::partId

Definition at line 242 of file qwindowsxpstyle_p.h.

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

◆ stateId

int ThemeMapKey::stateId

Definition at line 243 of file qwindowsxpstyle_p.h.

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


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