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

(1752405f44eb6d5cbd8f8147b78263461092e676)

#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 (ArrayList, "java/util/ArrayList")
 
 Q_DECLARE_JNI_CLASS (HashSet, "java/util/HashSet")
 
static QString FontProvider::fetchFont (const QString &query)
 

Function Documentation

◆ Q_DECLARE_JNI_CLASS() [1/3]

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

◆ Q_DECLARE_JNI_CLASS() [2/3]

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

◆ Q_DECLARE_JNI_CLASS() [3/3]

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