#include "qgtk3interface_p.h"
#include "qgtk3storage_p.h"
#include <QtCore/QMetaEnum>
#include <QtCore/QFileInfo>
#include <QtGui/QFontDatabase>
Go to the source code of this file.
◆ CASE [1/5]
#define CASE |
( |
|
def, |
|
|
|
call |
|
) |
| |
Value: case QGtkColorDefault::def:\
break;
◆ CASE [2/5]
#define CASE |
( |
|
src, |
|
|
|
def |
|
) |
| |
Value: case QGtkColorSource::src: {\
const ColorKey
key = ColorKey({QGtkColorSource::src,
state});\
if (gtkColorMap.contains(
key)) {\
const ColorValue
val = gtkColorMap.value(
key);\
if (!gtk_style_context_lookup_color(
con,
val.propertyName.toUtf8().constData(), &col)) {\
qCDebug(lcQGtk3Interface) <<
"Property name" <<
val.propertyName <<
"not found.\n"\
<<
"Falling back to " <<
val.genericSource;\
}\
} else {\
col = genericColor(
con,
state, QGtkColorDefault::def);\
qCDebug(lcQGtk3Interface) << "No color source found for" << QGtkColorSource::src\
<< fromGtkState(
state) <<
"\n Falling back to"\
<< QGtkColorDefault::def;\
}\
}\
break;
◆ CASE [3/5]
◆ CASE [4/5]
Value:
return GTK_STATE_FLAG_ ##
x
GLint GLint GLint GLint GLint x
[0]
QLatin1StringView QLatin1String
◆ CASE [5/5]
◆ CASEN
◆ CONVERT
Value:
CASE(ACTIVE);\
CASE(PRELIGHT);\
CASE(SELECTED);\
CASE(INSENSITIVE);\
CASE(INCONSISTENT);\
CASE(FOCUSED);\
CASE(BACKDROP);\
CASE(DIR_LTR);\
CASE(DIR_RTL);\
CASE(LINK);\
CASE(VISITED);\
CASE(CHECKED);\
CASE(DROP_ACTIVE)
◆ SAVE
◆ Q_LOGGING_CATEGORY()
◆ m_storage