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
qandroidplatformiconengine.cpp File Reference

(ae4e6bd4c12dc72607ef787983f623f9d51d6cfb)

#include "qandroidplatformiconengine.h"
#include "androidjnimain.h"
#include <QtCore/qdebug.h>
#include <QtCore/qjniarray.h>
#include <QtCore/qjniobject.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qfile.h>
#include <QtCore/qset.h>
#include <QtGui/qfontdatabase.h>
#include <QtGui/qpainter.h>
#include <QtGui/qpalette.h>
Include dependency graph for qandroidplatformiconengine.cpp:

Go to the source code of this file.

Namespaces

namespace  FontProvider

Functions

 Q_DECLARE_JNI_CLASS (List, "java/util/List")
 Q_DECLARE_JNI_CLASS (HashSet, "java/util/HashSet")
static QString FontProvider::fetchFont (const QString &query)
static QFont FontProvider::selectFont ()
static QString getGlyphs (QStringView iconName)

Function Documentation

◆ getGlyphs()

QString getGlyphs ( QStringView iconName)
static

Definition at line 265 of file qandroidplatformiconengine.cpp.

◆ Q_DECLARE_JNI_CLASS() [1/2]

Q_DECLARE_JNI_CLASS ( HashSet ,
"java/util/HashSet"  )

◆ Q_DECLARE_JNI_CLASS() [2/2]

Q_DECLARE_JNI_CLASS ( List ,
"java/util/List"  )