├── .gitattributes ├── .gitignore ├── LICENSE ├── Qt5Core.dll ├── Qt5Core.lib ├── Qt5Gui.dll ├── Qt5Gui.lib ├── Qt5Widgets.dll ├── Qt5Widgets.lib ├── README.md ├── data ├── MOCT_LINK.dbf ├── MOCT_LINK.shp ├── MOCT_LINK.shp.xml ├── MOCT_LINK.shx ├── MOCT_NODE.dbf ├── MOCT_NODE.shp ├── MOCT_NODE.shp.xml ├── MOCT_NODE.shx └── README.md ├── include ├── QtCore │ ├── 5.7.0 │ │ └── QtCore │ │ │ └── private │ │ │ ├── cp949codetbl_p.h │ │ │ ├── qabstractanimation_p.h │ │ │ ├── qabstracteventdispatcher_p.h │ │ │ ├── qabstractfileengine_p.h │ │ │ ├── qabstractitemmodel_p.h │ │ │ ├── qabstractproxymodel_p.h │ │ │ ├── qabstractstate_p.h │ │ │ ├── qabstracttransition_p.h │ │ │ ├── qanimationgroup_p.h │ │ │ ├── qbig5codec_p.h │ │ │ ├── qbytearray_p.h │ │ │ ├── qbytedata_p.h │ │ │ ├── qcfsocketnotifier_p.h │ │ │ ├── qcollator_p.h │ │ │ ├── qcore_mac_p.h │ │ │ ├── qcore_unix_p.h │ │ │ ├── qcoreapplication_p.h │ │ │ ├── qcorecmdlineargs_p.h │ │ │ ├── qcoreglobaldata_p.h │ │ │ ├── qcrashhandler_p.h │ │ │ ├── qdatastream_p.h │ │ │ ├── qdataurl_p.h │ │ │ ├── qdatetime_p.h │ │ │ ├── qdatetimeparser_p.h │ │ │ ├── qdebug_p.h │ │ │ ├── qdir_p.h │ │ │ ├── qdoublescanprint_p.h │ │ │ ├── qelfparser_p.h │ │ │ ├── qeucjpcodec_p.h │ │ │ ├── qeuckrcodec_p.h │ │ │ ├── qeventdispatcher_cf_p.h │ │ │ ├── qeventdispatcher_glib_p.h │ │ │ ├── qeventdispatcher_unix_p.h │ │ │ ├── qeventdispatcher_win_p.h │ │ │ ├── qeventdispatcher_winrt_p.h │ │ │ ├── qeventloop_p.h │ │ │ ├── qeventtransition_p.h │ │ │ ├── qfactoryloader_p.h │ │ │ ├── qfile_p.h │ │ │ ├── qfiledevice_p.h │ │ │ ├── qfileinfo_p.h │ │ │ ├── qfileselector_p.h │ │ │ ├── qfilesystemengine_p.h │ │ │ ├── qfilesystementry_p.h │ │ │ ├── qfilesystemiterator_p.h │ │ │ ├── qfilesystemmetadata_p.h │ │ │ ├── qfilesystemwatcher_fsevents_p.h │ │ │ ├── qfilesystemwatcher_inotify_p.h │ │ │ ├── qfilesystemwatcher_kqueue_p.h │ │ │ ├── qfilesystemwatcher_p.h │ │ │ ├── qfilesystemwatcher_polling_p.h │ │ │ ├── qfilesystemwatcher_win_p.h │ │ │ ├── qfinalstate_p.h │ │ │ ├── qfreelist_p.h │ │ │ ├── qfsfileengine_iterator_p.h │ │ │ ├── qfsfileengine_p.h │ │ │ ├── qfunctions_fake_env_p.h │ │ │ ├── qfunctions_p.h │ │ │ ├── qfutureinterface_p.h │ │ │ ├── qfuturewatcher_p.h │ │ │ ├── qgb18030codec_p.h │ │ │ ├── qharfbuzz_p.h │ │ │ ├── qhistorystate_p.h │ │ │ ├── qhooks_p.h │ │ │ ├── qiconvcodec_p.h │ │ │ ├── qicucodec_p.h │ │ │ ├── qiodevice_p.h │ │ │ ├── qipaddress_p.h │ │ │ ├── qisciicodec_p.h │ │ │ ├── qitemselectionmodel_p.h │ │ │ ├── qjiscodec_p.h │ │ │ ├── qjni_p.h │ │ │ ├── qjnihelpers_p.h │ │ │ ├── qjpunicode_p.h │ │ │ ├── qjson_p.h │ │ │ ├── qjsonparser_p.h │ │ │ ├── qjsonwriter_p.h │ │ │ ├── qlatincodec_p.h │ │ │ ├── qlibrary_p.h │ │ │ ├── qlocale_data_p.h │ │ │ ├── qlocale_p.h │ │ │ ├── qlocale_tools_p.h │ │ │ ├── qlockfile_p.h │ │ │ ├── qloggingregistry_p.h │ │ │ ├── qmachparser_p.h │ │ │ ├── qmetaobject_moc_p.h │ │ │ ├── qmetaobject_p.h │ │ │ ├── qmetaobjectbuilder_p.h │ │ │ ├── qmetatype_p.h │ │ │ ├── qmetatypeswitcher_p.h │ │ │ ├── qmimedatabase_p.h │ │ │ ├── qmimeglobpattern_p.h │ │ │ ├── qmimemagicrule_p.h │ │ │ ├── qmimemagicrulematcher_p.h │ │ │ ├── qmimeprovider_p.h │ │ │ ├── qmimetype_p.h │ │ │ ├── qmimetypeparser_p.h │ │ │ ├── qmutex_p.h │ │ │ ├── qmutexpool_p.h │ │ │ ├── qnoncontiguousbytedevice_p.h │ │ │ ├── qnumeric_p.h │ │ │ ├── qobject_p.h │ │ │ ├── qorderedmutexlocker_p.h │ │ │ ├── qparallelanimationgroup_p.h │ │ │ ├── qpodlist_p.h │ │ │ ├── qpoll_p.h │ │ │ ├── qppsattribute_p.h │ │ │ ├── qppsattributeprivate_p.h │ │ │ ├── qppsobject_p.h │ │ │ ├── qppsobjectprivate_p.h │ │ │ ├── qprocess_p.h │ │ │ ├── qpropertyanimation_p.h │ │ │ ├── qreadwritelock_p.h │ │ │ ├── qresource_iterator_p.h │ │ │ ├── qresource_p.h │ │ │ ├── qringbuffer_p.h │ │ │ ├── qsavefile_p.h │ │ │ ├── qscopedpointer_p.h │ │ │ ├── qsequentialanimationgroup_p.h │ │ │ ├── qsettings_p.h │ │ │ ├── qsharedmemory_p.h │ │ │ ├── qsignaleventgenerator_p.h │ │ │ ├── qsignaltransition_p.h │ │ │ ├── qsimd_p.h │ │ │ ├── qsimplecodec_p.h │ │ │ ├── qsjiscodec_p.h │ │ │ ├── qstate_p.h │ │ │ ├── qstatemachine_p.h │ │ │ ├── qstorageinfo_p.h │ │ │ ├── qstringalgorithms_p.h │ │ │ ├── qstringiterator_p.h │ │ │ ├── qsystemerror_p.h │ │ │ ├── qsystemlibrary_p.h │ │ │ ├── qsystemsemaphore_p.h │ │ │ ├── qt_pch.h │ │ │ ├── qtemporaryfile_p.h │ │ │ ├── qtextcodec_p.h │ │ │ ├── qtextstream_p.h │ │ │ ├── qthread_p.h │ │ │ ├── qthreadpool_p.h │ │ │ ├── qtimerinfo_unix_p.h │ │ │ ├── qtimezoneprivate_data_p.h │ │ │ ├── qtimezoneprivate_p.h │ │ │ ├── qtldurl_p.h │ │ │ ├── qtools_p.h │ │ │ ├── qtranslator_p.h │ │ │ ├── qtsciicodec_p.h │ │ │ ├── qunicodetables_p.h │ │ │ ├── qunicodetools_p.h │ │ │ ├── qurl_p.h │ │ │ ├── qurltlds_p.h │ │ │ ├── qutfcodec_p.h │ │ │ ├── qvariant_p.h │ │ │ ├── qvariantanimation_p.h │ │ │ ├── qwindowscodec_p.h │ │ │ ├── qwindowspipereader_p.h │ │ │ ├── qwindowspipewriter_p.h │ │ │ ├── qwinoverlappedionotifier_p.h │ │ │ ├── qxmlstream_p.h │ │ │ └── qxmlutils_p.h │ ├── QAbstractAnimation │ ├── QAbstractEventDispatcher │ ├── QAbstractItemModel │ ├── QAbstractListModel │ ├── QAbstractNativeEventFilter │ ├── QAbstractProxyModel │ ├── QAbstractState │ ├── QAbstractTableModel │ ├── QAbstractTransition │ ├── QAnimationDriver │ ├── QAnimationGroup │ ├── QArgument │ ├── QArrayData │ ├── QArrayDataPointer │ ├── QArrayDataPointerRef │ ├── QAssociativeIterable │ ├── QAtomicInt │ ├── QAtomicInteger │ ├── QAtomicPointer │ ├── QBasicMutex │ ├── QBasicTimer │ ├── QBitArray │ ├── QBitRef │ ├── QBuffer │ ├── QByteArray │ ├── QByteArrayData │ ├── QByteArrayDataPtr │ ├── QByteArrayList │ ├── QByteArrayListIterator │ ├── QByteArrayMatcher │ ├── QByteRef │ ├── QCache │ ├── QChar │ ├── QCharRef │ ├── QChildEvent │ ├── QCollator │ ├── QCollatorSortKey │ ├── QCommandLineOption │ ├── QCommandLineParser │ ├── QConstOverload │ ├── QContiguousCache │ ├── QContiguousCacheData │ ├── QContiguousCacheTypedData │ ├── QCoreApplication │ ├── QCryptographicHash │ ├── QDataStream │ ├── QDate │ ├── QDateTime │ ├── QDebug │ ├── QDebugStateSaver │ ├── QDeferredDeleteEvent │ ├── QDir │ ├── QDirIterator │ ├── QDynamicPropertyChangeEvent │ ├── QEasingCurve │ ├── QElapsedTimer │ ├── QEnableSharedFromThis │ ├── QEvent │ ├── QEventLoop │ ├── QEventLoopLocker │ ├── QEventTransition │ ├── QException │ ├── QExplicitlySharedDataPointer │ ├── QFactoryInterface │ ├── QFile │ ├── QFileDevice │ ├── QFileInfo │ ├── QFileInfoList │ ├── QFileSelector │ ├── QFileSystemWatcher │ ├── QFinalState │ ├── QFlag │ ├── QFlags │ ├── QForeachContainer │ ├── QFunctionPointer │ ├── QFuture │ ├── QFutureInterface │ ├── QFutureInterfaceBase │ ├── QFutureIterator │ ├── QFutureSynchronizer │ ├── QFutureWatcher │ ├── QFutureWatcherBase │ ├── QGenericArgument │ ├── QGenericReturnArgument │ ├── QGlobalStatic │ ├── QHash │ ├── QHashData │ ├── QHashDummyValue │ ├── QHashFunctions │ ├── QHashIterator │ ├── QHashNode │ ├── QHistoryState │ ├── QIODevice │ ├── QIdentityProxyModel │ ├── QIncompatibleFlag │ ├── QIntegerForSize │ ├── QInternal │ ├── QItemSelection │ ├── QItemSelectionModel │ ├── QItemSelectionRange │ ├── QJsonArray │ ├── QJsonDocument │ ├── QJsonObject │ ├── QJsonParseError │ ├── QJsonValue │ ├── QJsonValuePtr │ ├── QJsonValueRef │ ├── QJsonValueRefPtr │ ├── QLatin1Char │ ├── QLatin1Literal │ ├── QLatin1String │ ├── QLibrary │ ├── QLibraryInfo │ ├── QLine │ ├── QLineF │ ├── QLinkedList │ ├── QLinkedListData │ ├── QLinkedListIterator │ ├── QLinkedListNode │ ├── QList │ ├── QListData │ ├── QListIterator │ ├── QListSpecialMethods │ ├── QLocale │ ├── QLockFile │ ├── QLoggingCategory │ ├── QMap │ ├── QMapData │ ├── QMapDataBase │ ├── QMapIterator │ ├── QMapNode │ ├── QMapNodeBase │ ├── QMargins │ ├── QMarginsF │ ├── QMessageAuthenticationCode │ ├── QMessageLogContext │ ├── QMessageLogger │ ├── QMetaClassInfo │ ├── QMetaEnum │ ├── QMetaMethod │ ├── QMetaObject │ ├── QMetaProperty │ ├── QMetaType │ ├── QMimeData │ ├── QMimeDatabase │ ├── QMimeType │ ├── QModelIndex │ ├── QModelIndexList │ ├── QMultiHash │ ├── QMultiMap │ ├── QMutableByteArrayListIterator │ ├── QMutableFutureIterator │ ├── QMutableHashIterator │ ├── QMutableLinkedListIterator │ ├── QMutableListIterator │ ├── QMutableMapIterator │ ├── QMutableSetIterator │ ├── QMutableStringListIterator │ ├── QMutableVectorIterator │ ├── QMutex │ ├── QMutexLocker │ ├── QNoDebug │ ├── QNonConstOverload │ ├── QObject │ ├── QObjectCleanupHandler │ ├── QObjectData │ ├── QObjectList │ ├── QObjectUserData │ ├── QPair │ ├── QParallelAnimationGroup │ ├── QPauseAnimation │ ├── QPersistentModelIndex │ ├── QPluginLoader │ ├── QPoint │ ├── QPointF │ ├── QPointer │ ├── QProcess │ ├── QProcessEnvironment │ ├── QPropertyAnimation │ ├── QQueue │ ├── QReadLocker │ ├── QReadWriteLock │ ├── QRect │ ├── QRectF │ ├── QRegExp │ ├── QRegularExpression │ ├── QRegularExpressionMatch │ ├── QRegularExpressionMatchIterator │ ├── QResource │ ├── QReturnArgument │ ├── QRunnable │ ├── QSaveFile │ ├── QScopedArrayPointer │ ├── QScopedPointer │ ├── QScopedPointerArrayDeleter │ ├── QScopedPointerDeleteLater │ ├── QScopedPointerDeleter │ ├── QScopedPointerObjectDeleteLater │ ├── QScopedPointerPodDeleter │ ├── QScopedValueRollback │ ├── QSemaphore │ ├── QSequentialAnimationGroup │ ├── QSequentialIterable │ ├── QSet │ ├── QSetIterator │ ├── QSettings │ ├── QSharedData │ ├── QSharedDataPointer │ ├── QSharedMemory │ ├── QSharedPointer │ ├── QSignalBlocker │ ├── QSignalMapper │ ├── QSignalTransition │ ├── QSize │ ├── QSizeF │ ├── QSocketNotifier │ ├── QSortFilterProxyModel │ ├── QStack │ ├── QStandardPaths │ ├── QState │ ├── QStateMachine │ ├── QStaticArrayData │ ├── QStaticAssertFailure │ ├── QStaticByteArrayData │ ├── QStaticPlugin │ ├── QStaticStringData │ ├── QStorageInfo │ ├── QString │ ├── QStringBuilder │ ├── QStringData │ ├── QStringDataPtr │ ├── QStringList │ ├── QStringListIterator │ ├── QStringListModel │ ├── QStringMatcher │ ├── QStringRef │ ├── QSysInfo │ ├── QSystemSemaphore │ ├── QTemporaryDir │ ├── QTemporaryFile │ ├── QTextBoundaryFinder │ ├── QTextCodec │ ├── QTextDecoder │ ├── QTextEncoder │ ├── QTextStream │ ├── QTextStreamFunction │ ├── QTextStreamManipulator │ ├── QThread │ ├── QThreadPool │ ├── QThreadStorage │ ├── QThreadStorageData │ ├── QTime │ ├── QTimeLine │ ├── QTimeZone │ ├── QTimer │ ├── QTimerEvent │ ├── QTranslator │ ├── QTypeInfo │ ├── QTypeInfoMerger │ ├── QTypeInfoQuery │ ├── QUnhandledException │ ├── QUrl │ ├── QUrlQuery │ ├── QUrlTwoFlags │ ├── QUuid │ ├── QVarLengthArray │ ├── QVariant │ ├── QVariantAnimation │ ├── QVariantComparisonHelper │ ├── QVariantHash │ ├── QVariantList │ ├── QVariantMap │ ├── QVector │ ├── QVectorIterator │ ├── QVersionNumber │ ├── QWaitCondition │ ├── QWeakPointer │ ├── QWinEventNotifier │ ├── QWriteLocker │ ├── QXmlStreamAttribute │ ├── QXmlStreamAttributes │ ├── QXmlStreamEntityDeclaration │ ├── QXmlStreamEntityDeclarations │ ├── QXmlStreamEntityResolver │ ├── QXmlStreamNamespaceDeclaration │ ├── QXmlStreamNamespaceDeclarations │ ├── QXmlStreamNotationDeclaration │ ├── QXmlStreamNotationDeclarations │ ├── QXmlStreamReader │ ├── QXmlStreamStringRef │ ├── QXmlStreamWriter │ ├── Q_PID │ ├── Q_SECURITY_ATTRIBUTES │ ├── Q_STARTUPINFO │ ├── Qt │ ├── QtAlgorithms │ ├── QtCleanUpFunction │ ├── QtConfig │ ├── QtContainerFwd │ ├── QtCore │ ├── QtCoreDepends │ ├── QtCoreVersion │ ├── QtDebug │ ├── QtEndian │ ├── QtGlobal │ ├── QtMath │ ├── QtMessageHandler │ ├── QtMsgHandler │ ├── QtNumeric │ ├── QtPlugin │ ├── QtPluginInstanceFunction │ ├── QtPluginMetaDataFunction │ ├── qabstractanimation.h │ ├── qabstracteventdispatcher.h │ ├── qabstractitemmodel.h │ ├── qabstractnativeeventfilter.h │ ├── qabstractproxymodel.h │ ├── qabstractstate.h │ ├── qabstracttransition.h │ ├── qalgorithms.h │ ├── qanimationgroup.h │ ├── qarraydata.h │ ├── qarraydataops.h │ ├── qarraydatapointer.h │ ├── qatomic.h │ ├── qatomic_bootstrap.h │ ├── qatomic_cxx11.h │ ├── qatomic_msvc.h │ ├── qbasicatomic.h │ ├── qbasictimer.h │ ├── qbitarray.h │ ├── qbuffer.h │ ├── qbytearray.h │ ├── qbytearraylist.h │ ├── qbytearraymatcher.h │ ├── qcache.h │ ├── qchar.h │ ├── qcollator.h │ ├── qcommandlineoption.h │ ├── qcommandlineparser.h │ ├── qcompilerdetection.h │ ├── qconfig-dist.h │ ├── qconfig-large.h │ ├── qconfig-medium.h │ ├── qconfig-minimal.h │ ├── qconfig-nacl.h │ ├── qconfig-small.h │ ├── qconfig.h │ ├── qcontainerfwd.h │ ├── qcontiguouscache.h │ ├── qcoreapplication.h │ ├── qcoreevent.h │ ├── qcryptographichash.h │ ├── qdatastream.h │ ├── qdatetime.h │ ├── qdebug.h │ ├── qdir.h │ ├── qdiriterator.h │ ├── qeasingcurve.h │ ├── qelapsedtimer.h │ ├── qendian.h │ ├── qeventloop.h │ ├── qeventtransition.h │ ├── qexception.h │ ├── qfactoryinterface.h │ ├── qfeatures.h │ ├── qfile.h │ ├── qfiledevice.h │ ├── qfileinfo.h │ ├── qfileselector.h │ ├── qfilesystemwatcher.h │ ├── qfinalstate.h │ ├── qflags.h │ ├── qfunctions_nacl.h │ ├── qfunctions_vxworks.h │ ├── qfunctions_wince.h │ ├── qfunctions_winrt.h │ ├── qfuture.h │ ├── qfutureinterface.h │ ├── qfuturesynchronizer.h │ ├── qfuturewatcher.h │ ├── qgenericatomic.h │ ├── qglobal.h │ ├── qglobalstatic.h │ ├── qhash.h │ ├── qhashfunctions.h │ ├── qhistorystate.h │ ├── qidentityproxymodel.h │ ├── qiodevice.h │ ├── qisenum.h │ ├── qitemselectionmodel.h │ ├── qiterator.h │ ├── qjsonarray.h │ ├── qjsondocument.h │ ├── qjsonobject.h │ ├── qjsonvalue.h │ ├── qlibrary.h │ ├── qlibraryinfo.h │ ├── qline.h │ ├── qlinkedlist.h │ ├── qlist.h │ ├── qlocale.h │ ├── qlockfile.h │ ├── qlogging.h │ ├── qloggingcategory.h │ ├── qmap.h │ ├── qmargins.h │ ├── qmath.h │ ├── qmessageauthenticationcode.h │ ├── qmetaobject.h │ ├── qmetatype.h │ ├── qmimedata.h │ ├── qmimedatabase.h │ ├── qmimetype.h │ ├── qmutex.h │ ├── qnamespace.h │ ├── qnumeric.h │ ├── qobject.h │ ├── qobject_impl.h │ ├── qobjectcleanuphandler.h │ ├── qobjectdefs.h │ ├── qobjectdefs_impl.h │ ├── qpair.h │ ├── qparallelanimationgroup.h │ ├── qpauseanimation.h │ ├── qplugin.h │ ├── qpluginloader.h │ ├── qpoint.h │ ├── qpointer.h │ ├── qprocess.h │ ├── qprocessordetection.h │ ├── qpropertyanimation.h │ ├── qqueue.h │ ├── qreadwritelock.h │ ├── qrect.h │ ├── qrefcount.h │ ├── qregexp.h │ ├── qregularexpression.h │ ├── qresource.h │ ├── qresultstore.h │ ├── qrunnable.h │ ├── qsavefile.h │ ├── qscopedpointer.h │ ├── qscopedvaluerollback.h │ ├── qsemaphore.h │ ├── qsequentialanimationgroup.h │ ├── qset.h │ ├── qsettings.h │ ├── qshareddata.h │ ├── qsharedmemory.h │ ├── qsharedpointer.h │ ├── qsharedpointer_impl.h │ ├── qsignalmapper.h │ ├── qsignaltransition.h │ ├── qsize.h │ ├── qsocketnotifier.h │ ├── qsortfilterproxymodel.h │ ├── qstack.h │ ├── qstandardpaths.h │ ├── qstate.h │ ├── qstatemachine.h │ ├── qstorageinfo.h │ ├── qstring.h │ ├── qstringbuilder.h │ ├── qstringlist.h │ ├── qstringlistmodel.h │ ├── qstringmatcher.h │ ├── qsysinfo.h │ ├── qsystemdetection.h │ ├── qsystemsemaphore.h │ ├── qt_windows.h │ ├── qtcoreversion.h │ ├── qtemporarydir.h │ ├── qtemporaryfile.h │ ├── qtextboundaryfinder.h │ ├── qtextcodec.h │ ├── qtextstream.h │ ├── qthread.h │ ├── qthreadpool.h │ ├── qthreadstorage.h │ ├── qtimeline.h │ ├── qtimer.h │ ├── qtimezone.h │ ├── qtranslator.h │ ├── qtypeinfo.h │ ├── qtypetraits.h │ ├── qurl.h │ ├── qurlquery.h │ ├── quuid.h │ ├── qvariant.h │ ├── qvariantanimation.h │ ├── qvarlengtharray.h │ ├── qvector.h │ ├── qversionnumber.h │ ├── qversiontagging.h │ ├── qwaitcondition.h │ ├── qwineventnotifier.h │ └── qxmlstream.h ├── QtGui │ ├── 5.7.0 │ │ └── QtGui │ │ │ ├── private │ │ │ ├── qabstractlayoutstyleinfo_p.h │ │ │ ├── qabstracttextdocumentlayout_p.h │ │ │ ├── qaccessiblecache_p.h │ │ │ ├── qbezier_p.h │ │ │ ├── qblendfunctions_p.h │ │ │ ├── qblittable_p.h │ │ │ ├── qbmphandler_p.h │ │ │ ├── qcolor_p.h │ │ │ ├── qcosmeticstroker_p.h │ │ │ ├── qcssparser_p.h │ │ │ ├── qcssutil_p.h │ │ │ ├── qcursor_p.h │ │ │ ├── qdatabuffer_p.h │ │ │ ├── qdistancefield_p.h │ │ │ ├── qdnd_p.h │ │ │ ├── qdrawhelper_mips_dsp_p.h │ │ │ ├── qdrawhelper_neon_p.h │ │ │ ├── qdrawhelper_p.h │ │ │ ├── qdrawhelper_x86_p.h │ │ │ ├── qdrawingprimitive_sse2_p.h │ │ │ ├── qemulationpaintengine_p.h │ │ │ ├── qevent_p.h │ │ │ ├── qfixed_p.h │ │ │ ├── qfont_p.h │ │ │ ├── qfontengine_ft_p.h │ │ │ ├── qfontengine_p.h │ │ │ ├── qfontengine_qpf2_p.h │ │ │ ├── qfontengineglyphcache_p.h │ │ │ ├── qfontsubset_p.h │ │ │ ├── qfragmentmap_p.h │ │ │ ├── qgifhandler_p.h │ │ │ ├── qglyphrun_p.h │ │ │ ├── qgrayraster_p.h │ │ │ ├── qgridlayoutengine_p.h │ │ │ ├── qguiapplication_p.h │ │ │ ├── qharfbuzzng_p.h │ │ │ ├── qhexstring_p.h │ │ │ ├── qhighdpiscaling_p.h │ │ │ ├── qicon_p.h │ │ │ ├── qiconloader_p.h │ │ │ ├── qimage_p.h │ │ │ ├── qimagepixmapcleanuphooks_p.h │ │ │ ├── qimagescale_p.h │ │ │ ├── qinputdevicemanager_p.h │ │ │ ├── qinputdevicemanager_p_p.h │ │ │ ├── qinputmethod_p.h │ │ │ ├── qjpeghandler_p.h │ │ │ ├── qkeymapper_p.h │ │ │ ├── qkeysequence_p.h │ │ │ ├── qlayoutpolicy_p.h │ │ │ ├── qmath_p.h │ │ │ ├── qmemrotate_p.h │ │ │ ├── qnativeimage_p.h │ │ │ ├── qopengl2pexvertexarray_p.h │ │ │ ├── qopengl_p.h │ │ │ ├── qopenglcontext_p.h │ │ │ ├── qopenglcustomshaderstage_p.h │ │ │ ├── qopenglengineshadermanager_p.h │ │ │ ├── qopenglengineshadersource_p.h │ │ │ ├── qopenglextensions_p.h │ │ │ ├── qopenglframebufferobject_p.h │ │ │ ├── qopenglgradientcache_p.h │ │ │ ├── qopenglpaintdevice_p.h │ │ │ ├── qopenglpaintengine_p.h │ │ │ ├── qopenglqueryhelper_p.h │ │ │ ├── qopenglshadercache_meego_p.h │ │ │ ├── qopenglshadercache_p.h │ │ │ ├── qopengltexture_p.h │ │ │ ├── qopengltextureblitter_p.h │ │ │ ├── qopengltexturecache_p.h │ │ │ ├── qopengltextureglyphcache_p.h │ │ │ ├── qopengltexturehelper_p.h │ │ │ ├── qopenglversionfunctionsfactory_p.h │ │ │ ├── qopenglvertexarrayobject_p.h │ │ │ ├── qoutlinemapper_p.h │ │ │ ├── qpagedpaintdevice_p.h │ │ │ ├── qpaintdevicewindow_p.h │ │ │ ├── qpaintengine_blitter_p.h │ │ │ ├── qpaintengine_p.h │ │ │ ├── qpaintengine_pic_p.h │ │ │ ├── qpaintengine_raster_p.h │ │ │ ├── qpaintengineex_p.h │ │ │ ├── qpainter_p.h │ │ │ ├── qpainterpath_p.h │ │ │ ├── qpathclipper_p.h │ │ │ ├── qpathsimplifier_p.h │ │ │ ├── qpdf_p.h │ │ │ ├── qpen_p.h │ │ │ ├── qpicture_p.h │ │ │ ├── qpixmap_blitter_p.h │ │ │ ├── qpixmap_raster_p.h │ │ │ ├── qpixmapcache_p.h │ │ │ ├── qpnghandler_p.h │ │ │ ├── qpolygonclipper_p.h │ │ │ ├── qppmhandler_p.h │ │ │ ├── qrasterdefs_p.h │ │ │ ├── qrasterizer_p.h │ │ │ ├── qrawfont_p.h │ │ │ ├── qrbtree_p.h │ │ │ ├── qrgba64_p.h │ │ │ ├── qscreen_p.h │ │ │ ├── qsessionmanager_p.h │ │ │ ├── qshapedpixmapdndwindow_p.h │ │ │ ├── qshortcutmap_p.h │ │ │ ├── qsimpledrag_p.h │ │ │ ├── qstandarditemmodel_p.h │ │ │ ├── qstatictext_p.h │ │ │ ├── qstroker_p.h │ │ │ ├── qt_gui_pch.h │ │ │ ├── qt_mips_asm_dsp_p.h │ │ │ ├── qtextcursor_p.h │ │ │ ├── qtextdocument_p.h │ │ │ ├── qtextdocumentfragment_p.h │ │ │ ├── qtextdocumentlayout_p.h │ │ │ ├── qtextengine_p.h │ │ │ ├── qtextformat_p.h │ │ │ ├── qtexthtmlparser_p.h │ │ │ ├── qtextimagehandler_p.h │ │ │ ├── qtextobject_p.h │ │ │ ├── qtextodfwriter_p.h │ │ │ ├── qtexttable_p.h │ │ │ ├── qtextureglyphcache_p.h │ │ │ ├── qtouchdevice_p.h │ │ │ ├── qtriangulatingstroker_p.h │ │ │ ├── qtriangulator_p.h │ │ │ ├── qvectorpath_p.h │ │ │ ├── qwindow_p.h │ │ │ ├── qxbmhandler_p.h │ │ │ ├── qxpmhandler_p.h │ │ │ ├── qzipreader_p.h │ │ │ └── qzipwriter_p.h │ │ │ └── qpa │ │ │ ├── qplatformaccessibility.h │ │ │ ├── qplatformbackingstore.h │ │ │ ├── qplatformclipboard.h │ │ │ ├── qplatformcursor.h │ │ │ ├── qplatformdialoghelper.h │ │ │ ├── qplatformdrag.h │ │ │ ├── qplatformfontdatabase.h │ │ │ ├── qplatformgraphicsbuffer.h │ │ │ ├── qplatformgraphicsbufferhelper.h │ │ │ ├── qplatforminputcontext.h │ │ │ ├── qplatforminputcontext_p.h │ │ │ ├── qplatforminputcontextfactory_p.h │ │ │ ├── qplatforminputcontextplugin_p.h │ │ │ ├── qplatformintegration.h │ │ │ ├── qplatformintegrationfactory_p.h │ │ │ ├── qplatformintegrationplugin.h │ │ │ ├── qplatformmenu.h │ │ │ ├── qplatformnativeinterface.h │ │ │ ├── qplatformoffscreensurface.h │ │ │ ├── qplatformopenglcontext.h │ │ │ ├── qplatformpixmap.h │ │ │ ├── qplatformscreen.h │ │ │ ├── qplatformscreen_p.h │ │ │ ├── qplatformservices.h │ │ │ ├── qplatformsessionmanager.h │ │ │ ├── qplatformsharedgraphicscache.h │ │ │ ├── qplatformsurface.h │ │ │ ├── qplatformsystemtrayicon.h │ │ │ ├── qplatformtheme.h │ │ │ ├── qplatformtheme_p.h │ │ │ ├── qplatformthemefactory_p.h │ │ │ ├── qplatformthemeplugin.h │ │ │ ├── qplatformwindow.h │ │ │ ├── qplatformwindow_p.h │ │ │ ├── qwindowsysteminterface.h │ │ │ └── qwindowsysteminterface_p.h │ ├── QAbstractTextDocumentLayout │ ├── QAbstractUndoItem │ ├── QAccessible │ ├── QAccessibleActionInterface │ ├── QAccessibleApplication │ ├── QAccessibleBridge │ ├── QAccessibleBridgePlugin │ ├── QAccessibleEditableTextInterface │ ├── QAccessibleEvent │ ├── QAccessibleImageInterface │ ├── QAccessibleInterface │ ├── QAccessibleObject │ ├── QAccessiblePlugin │ ├── QAccessibleStateChangeEvent │ ├── QAccessibleTableCellInterface │ ├── QAccessibleTableInterface │ ├── QAccessibleTableModelChangeEvent │ ├── QAccessibleTextCursorEvent │ ├── QAccessibleTextInsertEvent │ ├── QAccessibleTextInterface │ ├── QAccessibleTextRemoveEvent │ ├── QAccessibleTextSelectionEvent │ ├── QAccessibleTextUpdateEvent │ ├── QAccessibleValueChangeEvent │ ├── QAccessibleValueInterface │ ├── QActionEvent │ ├── QApplicationStateChangeEvent │ ├── QBackingStore │ ├── QBitmap │ ├── QBrush │ ├── QBrushData │ ├── QClipboard │ ├── QCloseEvent │ ├── QColor │ ├── QConicalGradient │ ├── QContextMenuEvent │ ├── QCursor │ ├── QDesktopServices │ ├── QDoubleValidator │ ├── QDrag │ ├── QDragEnterEvent │ ├── QDragLeaveEvent │ ├── QDragMoveEvent │ ├── QDropEvent │ ├── QEnterEvent │ ├── QExposeEvent │ ├── QFileOpenEvent │ ├── QFocusEvent │ ├── QFont │ ├── QFontDatabase │ ├── QFontInfo │ ├── QFontMetrics │ ├── QFontMetricsF │ ├── QGenericMatrix │ ├── QGenericPlugin │ ├── QGenericPluginFactory │ ├── QGlyphRun │ ├── QGradient │ ├── QGradientStop │ ├── QGradientStops │ ├── QGuiApplication │ ├── QHelpEvent │ ├── QHideEvent │ ├── QHoverEvent │ ├── QIcon │ ├── QIconDragEvent │ ├── QIconEngine │ ├── QIconEnginePlugin │ ├── QIconEngineV2 │ ├── QImage │ ├── QImageCleanupFunction │ ├── QImageIOHandler │ ├── QImageIOPlugin │ ├── QImageReader │ ├── QImageTextKeyLang │ ├── QImageWriter │ ├── QInputEvent │ ├── QInputMethod │ ├── QInputMethodEvent │ ├── QInputMethodQueryEvent │ ├── QIntValidator │ ├── QKeyEvent │ ├── QKeySequence │ ├── QLinearGradient │ ├── QMatrix │ ├── QMatrix2x2 │ ├── QMatrix2x3 │ ├── QMatrix2x4 │ ├── QMatrix3x2 │ ├── QMatrix3x3 │ ├── QMatrix3x4 │ ├── QMatrix4x2 │ ├── QMatrix4x3 │ ├── QMatrix4x4 │ ├── QMouseEvent │ ├── QMoveEvent │ ├── QMovie │ ├── QNativeGestureEvent │ ├── QOffscreenSurface │ ├── QOpenGLBuffer │ ├── QOpenGLContext │ ├── QOpenGLContextGroup │ ├── QOpenGLDebugLogger │ ├── QOpenGLDebugMessage │ ├── QOpenGLExtraFunctions │ ├── QOpenGLExtraFunctionsPrivate │ ├── QOpenGLFramebufferObject │ ├── QOpenGLFramebufferObjectFormat │ ├── QOpenGLFunctions │ ├── QOpenGLFunctionsPrivate │ ├── QOpenGLFunctions_1_0 │ ├── QOpenGLFunctions_1_1 │ ├── QOpenGLFunctions_1_2 │ ├── QOpenGLFunctions_1_3 │ ├── QOpenGLFunctions_1_4 │ ├── QOpenGLFunctions_1_5 │ ├── QOpenGLFunctions_2_0 │ ├── QOpenGLFunctions_2_1 │ ├── QOpenGLFunctions_3_0 │ ├── QOpenGLFunctions_3_1 │ ├── QOpenGLFunctions_3_2_Compatibility │ ├── QOpenGLFunctions_3_2_Core │ ├── QOpenGLFunctions_3_3_Compatibility │ ├── QOpenGLFunctions_3_3_Core │ ├── QOpenGLFunctions_4_0_Compatibility │ ├── QOpenGLFunctions_4_0_Core │ ├── QOpenGLFunctions_4_1_Compatibility │ ├── QOpenGLFunctions_4_1_Core │ ├── QOpenGLFunctions_4_2_Compatibility │ ├── QOpenGLFunctions_4_2_Core │ ├── QOpenGLFunctions_4_3_Compatibility │ ├── QOpenGLFunctions_4_3_Core │ ├── QOpenGLFunctions_4_4_Compatibility │ ├── QOpenGLFunctions_4_4_Core │ ├── QOpenGLFunctions_4_5_Compatibility │ ├── QOpenGLFunctions_4_5_Core │ ├── QOpenGLFunctions_ES2 │ ├── QOpenGLPaintDevice │ ├── QOpenGLPixelTransferOptions │ ├── QOpenGLShader │ ├── QOpenGLShaderProgram │ ├── QOpenGLTexture │ ├── QOpenGLTimeMonitor │ ├── QOpenGLTimerQuery │ ├── QOpenGLVersionFunctions │ ├── QOpenGLVersionProfile │ ├── QOpenGLVertexArrayObject │ ├── QOpenGLWindow │ ├── QPageLayout │ ├── QPageSize │ ├── QPagedPaintDevice │ ├── QPaintDevice │ ├── QPaintDeviceWindow │ ├── QPaintEngine │ ├── QPaintEngineState │ ├── QPaintEvent │ ├── QPainter │ ├── QPainterPath │ ├── QPainterPathStroker │ ├── QPalette │ ├── QPdfWriter │ ├── QPen │ ├── QPicture │ ├── QPictureFormatPlugin │ ├── QPictureIO │ ├── QPixelFormat │ ├── QPixmap │ ├── QPixmapCache │ ├── QPlatformSurfaceEvent │ ├── QPolygon │ ├── QPolygonF │ ├── QQuaternion │ ├── QRadialGradient │ ├── QRasterWindow │ ├── QRawFont │ ├── QRegExpValidator │ ├── QRegion │ ├── QRegularExpressionValidator │ ├── QResizeEvent │ ├── QRgb │ ├── QRgba64 │ ├── QScreen │ ├── QScreenOrientationChangeEvent │ ├── QScrollEvent │ ├── QScrollPrepareEvent │ ├── QSessionManager │ ├── QShortcutEvent │ ├── QShowEvent │ ├── QStandardItem │ ├── QStandardItemModel │ ├── QStaticText │ ├── QStatusTipEvent │ ├── QStyleHints │ ├── QSurface │ ├── QSurfaceFormat │ ├── QSyntaxHighlighter │ ├── QTabletEvent │ ├── QTextBlock │ ├── QTextBlockFormat │ ├── QTextBlockGroup │ ├── QTextBlockUserData │ ├── QTextCharFormat │ ├── QTextCursor │ ├── QTextDocument │ ├── QTextDocumentFragment │ ├── QTextDocumentWriter │ ├── QTextFormat │ ├── QTextFragment │ ├── QTextFrame │ ├── QTextFrameFormat │ ├── QTextFrameLayoutData │ ├── QTextImageFormat │ ├── QTextInlineObject │ ├── QTextItem │ ├── QTextLayout │ ├── QTextLength │ ├── QTextLine │ ├── QTextList │ ├── QTextListFormat │ ├── QTextObject │ ├── QTextObjectInterface │ ├── QTextOption │ ├── QTextTable │ ├── QTextTableCell │ ├── QTextTableCellFormat │ ├── QTextTableFormat │ ├── QToolBarChangeEvent │ ├── QTouchDevice │ ├── QTouchEvent │ ├── QTransform │ ├── QValidator │ ├── QVector2D │ ├── QVector3D │ ├── QVector4D │ ├── QWhatsThisClickedEvent │ ├── QWheelEvent │ ├── QWidgetList │ ├── QWidgetMapper │ ├── QWidgetSet │ ├── QWindow │ ├── QWindowList │ ├── QWindowStateChangeEvent │ ├── QtEvents │ ├── QtGui │ ├── QtGuiDepends │ ├── QtGuiVersion │ ├── qabstracttextdocumentlayout.h │ ├── qaccessible.h │ ├── qaccessiblebridge.h │ ├── qaccessibleobject.h │ ├── qaccessibleplugin.h │ ├── qbackingstore.h │ ├── qbitmap.h │ ├── qbrush.h │ ├── qclipboard.h │ ├── qcolor.h │ ├── qcursor.h │ ├── qdesktopservices.h │ ├── qdrag.h │ ├── qevent.h │ ├── qfont.h │ ├── qfontdatabase.h │ ├── qfontinfo.h │ ├── qfontmetrics.h │ ├── qgenericmatrix.h │ ├── qgenericplugin.h │ ├── qgenericpluginfactory.h │ ├── qglyphrun.h │ ├── qguiapplication.h │ ├── qicon.h │ ├── qiconengine.h │ ├── qiconengineplugin.h │ ├── qimage.h │ ├── qimageiohandler.h │ ├── qimagereader.h │ ├── qimagewriter.h │ ├── qinputmethod.h │ ├── qkeysequence.h │ ├── qmatrix.h │ ├── qmatrix4x4.h │ ├── qmovie.h │ ├── qoffscreensurface.h │ ├── qopengl.h │ ├── qopenglbuffer.h │ ├── qopenglcontext.h │ ├── qopengldebug.h │ ├── qopengles2ext.h │ ├── qopenglext.h │ ├── qopenglextrafunctions.h │ ├── qopenglframebufferobject.h │ ├── qopenglfunctions.h │ ├── qopenglfunctions_1_0.h │ ├── qopenglfunctions_1_1.h │ ├── qopenglfunctions_1_2.h │ ├── qopenglfunctions_1_3.h │ ├── qopenglfunctions_1_4.h │ ├── qopenglfunctions_1_5.h │ ├── qopenglfunctions_2_0.h │ ├── qopenglfunctions_2_1.h │ ├── qopenglfunctions_3_0.h │ ├── qopenglfunctions_3_1.h │ ├── qopenglfunctions_3_2_compatibility.h │ ├── qopenglfunctions_3_2_core.h │ ├── qopenglfunctions_3_3_compatibility.h │ ├── qopenglfunctions_3_3_core.h │ ├── qopenglfunctions_4_0_compatibility.h │ ├── qopenglfunctions_4_0_core.h │ ├── qopenglfunctions_4_1_compatibility.h │ ├── qopenglfunctions_4_1_core.h │ ├── qopenglfunctions_4_2_compatibility.h │ ├── qopenglfunctions_4_2_core.h │ ├── qopenglfunctions_4_3_compatibility.h │ ├── qopenglfunctions_4_3_core.h │ ├── qopenglfunctions_4_4_compatibility.h │ ├── qopenglfunctions_4_4_core.h │ ├── qopenglfunctions_4_5_compatibility.h │ ├── qopenglfunctions_4_5_core.h │ ├── qopenglfunctions_es2.h │ ├── qopenglpaintdevice.h │ ├── qopenglpixeltransferoptions.h │ ├── qopenglshaderprogram.h │ ├── qopengltexture.h │ ├── qopengltimerquery.h │ ├── qopenglversionfunctions.h │ ├── qopenglvertexarrayobject.h │ ├── qopenglwindow.h │ ├── qpagedpaintdevice.h │ ├── qpagelayout.h │ ├── qpagesize.h │ ├── qpaintdevice.h │ ├── qpaintdevicewindow.h │ ├── qpaintengine.h │ ├── qpainter.h │ ├── qpainterpath.h │ ├── qpalette.h │ ├── qpdfwriter.h │ ├── qpen.h │ ├── qpicture.h │ ├── qpictureformatplugin.h │ ├── qpixelformat.h │ ├── qpixmap.h │ ├── qpixmapcache.h │ ├── qpolygon.h │ ├── qquaternion.h │ ├── qrasterwindow.h │ ├── qrawfont.h │ ├── qregion.h │ ├── qrgb.h │ ├── qrgba64.h │ ├── qscreen.h │ ├── qsessionmanager.h │ ├── qstandarditemmodel.h │ ├── qstatictext.h │ ├── qstylehints.h │ ├── qsurface.h │ ├── qsurfaceformat.h │ ├── qsyntaxhighlighter.h │ ├── qtextcursor.h │ ├── qtextdocument.h │ ├── qtextdocumentfragment.h │ ├── qtextdocumentwriter.h │ ├── qtextformat.h │ ├── qtextlayout.h │ ├── qtextlist.h │ ├── qtextobject.h │ ├── qtextoption.h │ ├── qtexttable.h │ ├── qtguiversion.h │ ├── qtouchdevice.h │ ├── qtransform.h │ ├── qvalidator.h │ ├── qvector2d.h │ ├── qvector3d.h │ ├── qvector4d.h │ ├── qwindow.h │ ├── qwindowdefs.h │ └── qwindowdefs_win.h ├── QtWidgets │ ├── 5.7.0 │ │ └── QtWidgets │ │ │ └── private │ │ │ ├── complexwidgets_p.h │ │ │ ├── itemviews_p.h │ │ │ ├── qabstractbutton_p.h │ │ │ ├── qabstractitemdelegate_p.h │ │ │ ├── qabstractitemview_p.h │ │ │ ├── qabstractscrollarea_p.h │ │ │ ├── qabstractslider_p.h │ │ │ ├── qabstractspinbox_p.h │ │ │ ├── qaccessiblemenu_p.h │ │ │ ├── qaccessiblewidgetfactory_p.h │ │ │ ├── qaccessiblewidgets_p.h │ │ │ ├── qaction_p.h │ │ │ ├── qandroidstyle_p.h │ │ │ ├── qapplication_p.h │ │ │ ├── qbasickeyeventtransition_p.h │ │ │ ├── qbasicmouseeventtransition_p.h │ │ │ ├── qbsptree_p.h │ │ │ ├── qbuttongroup_p.h │ │ │ ├── qcolumnview_p.h │ │ │ ├── qcolumnviewgrip_p.h │ │ │ ├── qcombobox_p.h │ │ │ ├── qcommonstyle_p.h │ │ │ ├── qcommonstylepixmaps_p.h │ │ │ ├── qcompleter_p.h │ │ │ ├── qdatetimeedit_p.h │ │ │ ├── qdesktopwidget_p.h │ │ │ ├── qdialog_p.h │ │ │ ├── qdockarealayout_p.h │ │ │ ├── qdockwidget_p.h │ │ │ ├── qeffects_p.h │ │ │ ├── qfiledialog_p.h │ │ │ ├── qfileiconprovider_p.h │ │ │ ├── qfileinfogatherer_p.h │ │ │ ├── qfilesystemmodel_p.h │ │ │ ├── qflickgesture_p.h │ │ │ ├── qfontdialog_p.h │ │ │ ├── qframe_p.h │ │ │ ├── qfscompleter_p.h │ │ │ ├── qfusionstyle_p.h │ │ │ ├── qfusionstyle_p_p.h │ │ │ ├── qgesture_p.h │ │ │ ├── qgesturemanager_p.h │ │ │ ├── qgraph_p.h │ │ │ ├── qgraphicsanchorlayout_p.h │ │ │ ├── qgraphicseffect_p.h │ │ │ ├── qgraphicsgridlayoutengine_p.h │ │ │ ├── qgraphicsitem_p.h │ │ │ ├── qgraphicslayout_p.h │ │ │ ├── qgraphicslayoutitem_p.h │ │ │ ├── qgraphicslayoutstyleinfo_p.h │ │ │ ├── qgraphicsproxywidget_p.h │ │ │ ├── qgraphicsscene_bsp_p.h │ │ │ ├── qgraphicsscene_p.h │ │ │ ├── qgraphicsscenebsptreeindex_p.h │ │ │ ├── qgraphicssceneindex_p.h │ │ │ ├── qgraphicsscenelinearindex_p.h │ │ │ ├── qgraphicstransform_p.h │ │ │ ├── qgraphicsview_p.h │ │ │ ├── qgraphicswidget_p.h │ │ │ ├── qheaderview_p.h │ │ │ ├── qitemeditorfactory_p.h │ │ │ ├── qkeysequenceedit_p.h │ │ │ ├── qlabel_p.h │ │ │ ├── qlayout_p.h │ │ │ ├── qlayoutengine_p.h │ │ │ ├── qlineedit_p.h │ │ │ ├── qlistview_p.h │ │ │ ├── qlistwidget_p.h │ │ │ ├── qmacgesturerecognizer_p.h │ │ │ ├── qmacstyle_mac_p.h │ │ │ ├── qmacstyle_mac_p_p.h │ │ │ ├── qmainwindowlayout_p.h │ │ │ ├── qmdiarea_p.h │ │ │ ├── qmdisubwindow_p.h │ │ │ ├── qmenu_p.h │ │ │ ├── qmenu_wince_resource_p.h │ │ │ ├── qmenubar_p.h │ │ │ ├── qpixmapfilter_p.h │ │ │ ├── qpixmapstyle_p.h │ │ │ ├── qpixmapstyle_p_p.h │ │ │ ├── qplaintextedit_p.h │ │ │ ├── qproxystyle_p.h │ │ │ ├── qpushbutton_p.h │ │ │ ├── qscrollarea_p.h │ │ │ ├── qscrollbar_p.h │ │ │ ├── qscroller_p.h │ │ │ ├── qscrollerproperties_p.h │ │ │ ├── qsidebar_p.h │ │ │ ├── qsimplex_p.h │ │ │ ├── qsplitter_p.h │ │ │ ├── qstandardgestures_p.h │ │ │ ├── qstyle_p.h │ │ │ ├── qstyleanimation_p.h │ │ │ ├── qstylehelper_p.h │ │ │ ├── qstylesheetstyle_p.h │ │ │ ├── qsystemtrayicon_p.h │ │ │ ├── qt_widgets_pch.h │ │ │ ├── qtabbar_p.h │ │ │ ├── qtableview_p.h │ │ │ ├── qtablewidget_p.h │ │ │ ├── qtextedit_p.h │ │ │ ├── qtoolbar_p.h │ │ │ ├── qtoolbararealayout_p.h │ │ │ ├── qtoolbarextension_p.h │ │ │ ├── qtoolbarlayout_p.h │ │ │ ├── qtoolbarseparator_p.h │ │ │ ├── qtreeview_p.h │ │ │ ├── qtreewidget_p.h │ │ │ ├── qtreewidgetitemiterator_p.h │ │ │ ├── qundostack_p.h │ │ │ ├── qwidget_p.h │ │ │ ├── qwidgetaction_p.h │ │ │ ├── qwidgetanimator_p.h │ │ │ ├── qwidgetbackingstore_p.h │ │ │ ├── qwidgetitemdata_p.h │ │ │ ├── qwidgetlinecontrol_p.h │ │ │ ├── qwidgetresizehandler_p.h │ │ │ ├── qwidgettextcontrol_p.h │ │ │ ├── qwidgettextcontrol_p_p.h │ │ │ ├── qwidgetwindow_p.h │ │ │ ├── qwindowcontainer_p.h │ │ │ ├── qwindowscestyle_p.h │ │ │ ├── qwindowscestyle_p_p.h │ │ │ ├── qwindowsmobilestyle_p.h │ │ │ ├── qwindowsmobilestyle_p_p.h │ │ │ ├── qwindowsstyle_p.h │ │ │ ├── qwindowsstyle_p_p.h │ │ │ ├── qwindowsvistastyle_p.h │ │ │ ├── qwindowsvistastyle_p_p.h │ │ │ ├── qwindowsxpstyle_p.h │ │ │ ├── qwindowsxpstyle_p_p.h │ │ │ ├── qwizard_win_p.h │ │ │ ├── rangecontrols_p.h │ │ │ └── simplewidgets_p.h │ ├── QAbstractButton │ ├── QAbstractGraphicsShapeItem │ ├── QAbstractItemDelegate │ ├── QAbstractItemView │ ├── QAbstractScrollArea │ ├── QAbstractSlider │ ├── QAbstractSpinBox │ ├── QAccessibleWidget │ ├── QAction │ ├── QActionGroup │ ├── QApplication │ ├── QBoxLayout │ ├── QButtonGroup │ ├── QCalendarWidget │ ├── QCheckBox │ ├── QColorDialog │ ├── QColormap │ ├── QColumnView │ ├── QComboBox │ ├── QCommandLinkButton │ ├── QCommonStyle │ ├── QCompleter │ ├── QDataWidgetMapper │ ├── QDateEdit │ ├── QDateTimeEdit │ ├── QDesktopWidget │ ├── QDial │ ├── QDialog │ ├── QDialogButtonBox │ ├── QDirModel │ ├── QDockWidget │ ├── QDoubleSpinBox │ ├── QErrorMessage │ ├── QFileDialog │ ├── QFileIconProvider │ ├── QFileSystemModel │ ├── QFocusFrame │ ├── QFontComboBox │ ├── QFontDialog │ ├── QFormLayout │ ├── QFrame │ ├── QGesture │ ├── QGestureEvent │ ├── QGestureRecognizer │ ├── QGraphicsAnchor │ ├── QGraphicsAnchorLayout │ ├── QGraphicsBlurEffect │ ├── QGraphicsColorizeEffect │ ├── QGraphicsDropShadowEffect │ ├── QGraphicsEffect │ ├── QGraphicsEllipseItem │ ├── QGraphicsGridLayout │ ├── QGraphicsItem │ ├── QGraphicsItemAnimation │ ├── QGraphicsItemGroup │ ├── QGraphicsLayout │ ├── QGraphicsLayoutItem │ ├── QGraphicsLineItem │ ├── QGraphicsLinearLayout │ ├── QGraphicsObject │ ├── QGraphicsOpacityEffect │ ├── QGraphicsPathItem │ ├── QGraphicsPixmapItem │ ├── QGraphicsPolygonItem │ ├── QGraphicsProxyWidget │ ├── QGraphicsRectItem │ ├── QGraphicsRotation │ ├── QGraphicsScale │ ├── QGraphicsScene │ ├── QGraphicsSceneContextMenuEvent │ ├── QGraphicsSceneDragDropEvent │ ├── QGraphicsSceneEvent │ ├── QGraphicsSceneHelpEvent │ ├── QGraphicsSceneHoverEvent │ ├── QGraphicsSceneMouseEvent │ ├── QGraphicsSceneMoveEvent │ ├── QGraphicsSceneResizeEvent │ ├── QGraphicsSceneWheelEvent │ ├── QGraphicsSimpleTextItem │ ├── QGraphicsTextItem │ ├── QGraphicsTransform │ ├── QGraphicsView │ ├── QGraphicsWidget │ ├── QGridLayout │ ├── QGroupBox │ ├── QHBoxLayout │ ├── QHeaderView │ ├── QInputDialog │ ├── QItemDelegate │ ├── QItemEditorCreator │ ├── QItemEditorCreatorBase │ ├── QItemEditorFactory │ ├── QKeyEventTransition │ ├── QKeySequenceEdit │ ├── QLCDNumber │ ├── QLabel │ ├── QLayout │ ├── QLayoutItem │ ├── QLineEdit │ ├── QListView │ ├── QListWidget │ ├── QListWidgetItem │ ├── QMacCocoaViewContainer │ ├── QMacNativeWidget │ ├── QMainWindow │ ├── QMdiArea │ ├── QMdiSubWindow │ ├── QMenu │ ├── QMenuBar │ ├── QMessageBox │ ├── QMouseEventTransition │ ├── QOpenGLWidget │ ├── QPanGesture │ ├── QPinchGesture │ ├── QPlainTextDocumentLayout │ ├── QPlainTextEdit │ ├── QProgressBar │ ├── QProgressDialog │ ├── QProxyStyle │ ├── QPushButton │ ├── QRadioButton │ ├── QRubberBand │ ├── QScrollArea │ ├── QScrollBar │ ├── QScroller │ ├── QScrollerProperties │ ├── QShortcut │ ├── QSizeGrip │ ├── QSizePolicy │ ├── QSlider │ ├── QSpacerItem │ ├── QSpinBox │ ├── QSplashScreen │ ├── QSplitter │ ├── QSplitterHandle │ ├── QStackedLayout │ ├── QStackedWidget │ ├── QStandardItemEditorCreator │ ├── QStatusBar │ ├── QStyle │ ├── QStyleFactory │ ├── QStyleHintReturn │ ├── QStyleHintReturnMask │ ├── QStyleHintReturnVariant │ ├── QStyleOption │ ├── QStyleOptionButton │ ├── QStyleOptionComboBox │ ├── QStyleOptionComplex │ ├── QStyleOptionDockWidget │ ├── QStyleOptionDockWidgetV2 │ ├── QStyleOptionFocusRect │ ├── QStyleOptionFrame │ ├── QStyleOptionFrameV2 │ ├── QStyleOptionFrameV3 │ ├── QStyleOptionGraphicsItem │ ├── QStyleOptionGroupBox │ ├── QStyleOptionHeader │ ├── QStyleOptionMenuItem │ ├── QStyleOptionProgressBar │ ├── QStyleOptionProgressBarV2 │ ├── QStyleOptionRubberBand │ ├── QStyleOptionSizeGrip │ ├── QStyleOptionSlider │ ├── QStyleOptionSpinBox │ ├── QStyleOptionTab │ ├── QStyleOptionTabBarBase │ ├── QStyleOptionTabBarBaseV2 │ ├── QStyleOptionTabV2 │ ├── QStyleOptionTabV3 │ ├── QStyleOptionTabWidgetFrame │ ├── QStyleOptionTabWidgetFrameV2 │ ├── QStyleOptionTitleBar │ ├── QStyleOptionToolBar │ ├── QStyleOptionToolBox │ ├── QStyleOptionToolBoxV2 │ ├── QStyleOptionToolButton │ ├── QStyleOptionViewItem │ ├── QStyleOptionViewItemV2 │ ├── QStyleOptionViewItemV3 │ ├── QStyleOptionViewItemV4 │ ├── QStylePainter │ ├── QStylePlugin │ ├── QStyledItemDelegate │ ├── QSwipeGesture │ ├── QSystemTrayIcon │ ├── QTabBar │ ├── QTabWidget │ ├── QTableView │ ├── QTableWidget │ ├── QTableWidgetItem │ ├── QTableWidgetSelectionRange │ ├── QTapAndHoldGesture │ ├── QTapGesture │ ├── QTextBrowser │ ├── QTextEdit │ ├── QTileRules │ ├── QTimeEdit │ ├── QToolBar │ ├── QToolBox │ ├── QToolButton │ ├── QToolTip │ ├── QTreeView │ ├── QTreeWidget │ ├── QTreeWidgetItem │ ├── QTreeWidgetItemIterator │ ├── QUndoCommand │ ├── QUndoGroup │ ├── QUndoStack │ ├── QUndoView │ ├── QVBoxLayout │ ├── QWhatsThis │ ├── QWidget │ ├── QWidgetAction │ ├── QWidgetData │ ├── QWidgetItem │ ├── QWidgetItemV2 │ ├── QWizard │ ├── QWizardPage │ ├── QtWidgets │ ├── QtWidgetsDepends │ ├── QtWidgetsVersion │ ├── qabstractbutton.h │ ├── qabstractitemdelegate.h │ ├── qabstractitemview.h │ ├── qabstractscrollarea.h │ ├── qabstractslider.h │ ├── qabstractspinbox.h │ ├── qaccessiblewidget.h │ ├── qaction.h │ ├── qactiongroup.h │ ├── qapplication.h │ ├── qboxlayout.h │ ├── qbuttongroup.h │ ├── qcalendarwidget.h │ ├── qcheckbox.h │ ├── qcolordialog.h │ ├── qcolormap.h │ ├── qcolumnview.h │ ├── qcombobox.h │ ├── qcommandlinkbutton.h │ ├── qcommonstyle.h │ ├── qcompleter.h │ ├── qdatawidgetmapper.h │ ├── qdatetimeedit.h │ ├── qdesktopwidget.h │ ├── qdial.h │ ├── qdialog.h │ ├── qdialogbuttonbox.h │ ├── qdirmodel.h │ ├── qdockwidget.h │ ├── qdrawutil.h │ ├── qerrormessage.h │ ├── qfiledialog.h │ ├── qfileiconprovider.h │ ├── qfilesystemmodel.h │ ├── qfocusframe.h │ ├── qfontcombobox.h │ ├── qfontdialog.h │ ├── qformlayout.h │ ├── qframe.h │ ├── qgesture.h │ ├── qgesturerecognizer.h │ ├── qgraphicsanchorlayout.h │ ├── qgraphicseffect.h │ ├── qgraphicsgridlayout.h │ ├── qgraphicsitem.h │ ├── qgraphicsitemanimation.h │ ├── qgraphicslayout.h │ ├── qgraphicslayoutitem.h │ ├── qgraphicslinearlayout.h │ ├── qgraphicsproxywidget.h │ ├── qgraphicsscene.h │ ├── qgraphicssceneevent.h │ ├── qgraphicstransform.h │ ├── qgraphicsview.h │ ├── qgraphicswidget.h │ ├── qgridlayout.h │ ├── qgroupbox.h │ ├── qheaderview.h │ ├── qinputdialog.h │ ├── qitemdelegate.h │ ├── qitemeditorfactory.h │ ├── qkeyeventtransition.h │ ├── qkeysequenceedit.h │ ├── qlabel.h │ ├── qlayout.h │ ├── qlayoutitem.h │ ├── qlcdnumber.h │ ├── qlineedit.h │ ├── qlistview.h │ ├── qlistwidget.h │ ├── qmaccocoaviewcontainer_mac.h │ ├── qmacnativewidget_mac.h │ ├── qmainwindow.h │ ├── qmdiarea.h │ ├── qmdisubwindow.h │ ├── qmenu.h │ ├── qmenubar.h │ ├── qmessagebox.h │ ├── qmouseeventtransition.h │ ├── qopenglwidget.h │ ├── qplaintextedit.h │ ├── qprogressbar.h │ ├── qprogressdialog.h │ ├── qproxystyle.h │ ├── qpushbutton.h │ ├── qradiobutton.h │ ├── qrubberband.h │ ├── qscrollarea.h │ ├── qscrollbar.h │ ├── qscroller.h │ ├── qscrollerproperties.h │ ├── qshortcut.h │ ├── qsizegrip.h │ ├── qsizepolicy.h │ ├── qslider.h │ ├── qspinbox.h │ ├── qsplashscreen.h │ ├── qsplitter.h │ ├── qstackedlayout.h │ ├── qstackedwidget.h │ ├── qstatusbar.h │ ├── qstyle.h │ ├── qstyleditemdelegate.h │ ├── qstylefactory.h │ ├── qstyleoption.h │ ├── qstylepainter.h │ ├── qstyleplugin.h │ ├── qsystemtrayicon.h │ ├── qtabbar.h │ ├── qtableview.h │ ├── qtablewidget.h │ ├── qtabwidget.h │ ├── qtextbrowser.h │ ├── qtextedit.h │ ├── qtoolbar.h │ ├── qtoolbox.h │ ├── qtoolbutton.h │ ├── qtooltip.h │ ├── qtreeview.h │ ├── qtreewidget.h │ ├── qtreewidgetitemiterator.h │ ├── qtwidgetsversion.h │ ├── qundogroup.h │ ├── qundostack.h │ ├── qundoview.h │ ├── qwhatsthis.h │ ├── qwidget.h │ ├── qwidgetaction.h │ ├── qwidgetsfunctions_wince.h │ └── qwizard.h ├── adj-entry.h ├── base-objects.h ├── dbf.h ├── graph.h ├── link-loader.h ├── loader.h ├── main-window.h ├── map-data.h ├── node-graphics-item.h ├── node-loader.h ├── shp.h └── view.h ├── platforms └── qwindows.dll ├── qtmain.lib ├── res ├── ic_zoom_in_black_24dp.png └── ic_zoom_out_black_24dp.png ├── screenshots ├── full.png └── way-drawn.png ├── shapelib ├── LICENSE.LGPL ├── dbfopen.c ├── safileio.c ├── shapefil.h ├── shpopen.c └── shptree.c ├── src ├── dbf.cpp ├── graph.cpp ├── link-loader.cpp ├── loader.cpp ├── main-window.cpp ├── main.cpp ├── map-data.cpp ├── map-data_test.cpp ├── moc_view.cpp ├── node-graphics-item.cpp ├── node-loader.cpp ├── shp.cpp └── view.cpp └── what-the-map.vcxproj /.gitattributes: -------------------------------------------------------------------------------- 1 | *.dbf filter=lfs diff=lfs merge=lfs -text 2 | *.shp filter=lfs diff=lfs merge=lfs -text 3 | -------------------------------------------------------------------------------- /Qt5Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/Qt5Core.dll -------------------------------------------------------------------------------- /Qt5Core.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/Qt5Core.lib -------------------------------------------------------------------------------- /Qt5Gui.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/Qt5Gui.dll -------------------------------------------------------------------------------- /Qt5Gui.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/Qt5Gui.lib -------------------------------------------------------------------------------- /Qt5Widgets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/Qt5Widgets.dll -------------------------------------------------------------------------------- /Qt5Widgets.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/Qt5Widgets.lib -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # what-the-map 2 | Draw map from Shapefiles and associated attribute files and find the shortest way with GUI based on Qt-5.7. 3 | 4 | ## Dependency 5 | - Qt-5.7 for GUI (pre built in project already) 6 | - shapelib for loading Shapefiles and associated attribute file(.dbf) (source is in project already) 7 | - git-lfs for managing large map data in git project. (installation needed before git clone) 8 | 9 | ## How-To-Use 10 | Qt window comes up when executed. Every click on the map can select the point to start or end. 11 | 12 | 1. At first click, start point is selected which is the nearest from the mouse clicked point and the popup will notice the detail(node ID and node Name). 13 | 2. On the next click, end point is selected by same logic and show the detail with popup. 14 | 3. If client chose Ok, the way from the start to the end will be drawn with the blue highlighted on the map. Additionally, the link path (with link ID) is printed on console. 15 | 4. The next last mouse click will refresh the highlighted drawn path and the state is reset. 16 | 17 | Except getting the shortest path, other UIs are intuitive like zoom in/out and scrolling. 18 | 19 | ## How-To-Build 20 | Needs Visual C++ 14.0.
21 | For now, it's available/tested only on _Windows_ only. It tested on Windows 7 and 10. 22 | 23 | 1. Import project (by opening _what-the-map.vcxproj_ with visual studio). 24 | 2. Just build the project. 25 | 26 | Pre built libraries are in 32 bit, so project should be built in x86 target only. 27 | 28 | ## How-To-Run 29 | - Run executable(_what-the-map_) output in top of project directory. 30 | 31 | Executable should be located in top of project directory because it should be with _qt dlls_ and map resource in _data/_. 32 | 33 | ## Remarks 34 | - Before you git clone, git-lfs should be installed so as to clone large map data(>100MB). 35 | - To easy build & run, all dependent sources & libs are built in the project (qt libs, headers and shapelib sources). 36 | - All qt objects related classes(main-window and view) are preprocessed already so no any additional step needed. 37 | - It can be just built and run in pure visual studio project. 38 | 39 | ## Screenshots 40 | ### View from far-away 41 | ![Alt text](/screenshots/full.png?raw=true) 42 | ### Find path 43 | ![Alt text](/screenshots/way-drawn.png?raw=true) 44 | -------------------------------------------------------------------------------- /data/MOCT_LINK.dbf: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6ed9d237fc369b22f3f61cb5f296125a8c8e9c6db5be468c726587a9a17e3e21 3 | size 158991196 4 | -------------------------------------------------------------------------------- /data/MOCT_LINK.shp: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:300c4accf54352035ccb35be325dd37e06a5e02a61a87d48bfc3bc82a2dceca6 3 | size 145867360 4 | -------------------------------------------------------------------------------- /data/MOCT_LINK.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/data/MOCT_LINK.shx -------------------------------------------------------------------------------- /data/MOCT_NODE.dbf: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:25c05c84ba5e05bd9c0ae6c82e69a65d879fbb0a9c66d44d1ad75a2dd0e962fc 3 | size 40839386 4 | -------------------------------------------------------------------------------- /data/MOCT_NODE.shp: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7a38f52cf535bc51af30fccda06620c6494b6b165399d2ef7ee93f97c98ebd38 3 | size 3049412 4 | -------------------------------------------------------------------------------- /data/MOCT_NODE.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/data/MOCT_NODE.shx -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- 1 | These _MOCT\_NODE_ and _MOCT\_LINK_ shp/dbf data is downloaded from here!
2 | To clone them, git-lfs installation is needed. 3 | -------------------------------------------------------------------------------- /include/QtCore/5.7.0/QtCore/private/qfinalstate_p.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: http://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtCore module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL21$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see http://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at http://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 2.1 or version 3 as published by the Free 20 | ** Software Foundation and appearing in the file LICENSE.LGPLv21 and 21 | ** LICENSE.LGPLv3 included in the packaging of this file. Please review the 22 | ** following information to ensure the GNU Lesser General Public License 23 | ** requirements will be met: https://www.gnu.org/licenses/lgpl.html and 24 | ** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 25 | ** 26 | ** As a special exception, The Qt Company gives you certain additional 27 | ** rights. These rights are described in The Qt Company LGPL Exception 28 | ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. 29 | ** 30 | ** $QT_END_LICENSE$ 31 | ** 32 | ****************************************************************************/ 33 | 34 | #ifndef QFINALSTATE_P_H 35 | #define QFINALSTATE_P_H 36 | 37 | // 38 | // W A R N I N G 39 | // ------------- 40 | // 41 | // This file is not part of the Qt API. It exists purely as an 42 | // implementation detail. This header file may change from version to 43 | // version without notice, or even be removed. 44 | // 45 | // We mean it. 46 | // 47 | 48 | #include "qfinalstate.h" 49 | #include "private/qabstractstate_p.h" 50 | 51 | #ifndef QT_NO_STATEMACHINE 52 | 53 | QT_BEGIN_NAMESPACE 54 | 55 | class Q_CORE_EXPORT QFinalStatePrivate : public QAbstractStatePrivate 56 | { 57 | Q_DECLARE_PUBLIC(QFinalState) 58 | 59 | public: 60 | QFinalStatePrivate(); 61 | ~QFinalStatePrivate(); 62 | }; 63 | 64 | QT_END_NAMESPACE 65 | 66 | #endif // QT_NO_STATEMACHINE 67 | 68 | #endif // QFINALSTATE_P_H 69 | -------------------------------------------------------------------------------- /include/QtCore/QAbstractAnimation: -------------------------------------------------------------------------------- 1 | #include "qabstractanimation.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAbstractEventDispatcher: -------------------------------------------------------------------------------- 1 | #include "qabstracteventdispatcher.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAbstractItemModel: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAbstractListModel: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAbstractNativeEventFilter: -------------------------------------------------------------------------------- 1 | #include "qabstractnativeeventfilter.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAbstractProxyModel: -------------------------------------------------------------------------------- 1 | #include "qabstractproxymodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAbstractState: -------------------------------------------------------------------------------- 1 | #include "qabstractstate.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAbstractTableModel: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAbstractTransition: -------------------------------------------------------------------------------- 1 | #include "qabstracttransition.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAnimationDriver: -------------------------------------------------------------------------------- 1 | #include "qabstractanimation.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAnimationGroup: -------------------------------------------------------------------------------- 1 | #include "qanimationgroup.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QArgument: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QArrayData: -------------------------------------------------------------------------------- 1 | #include "qarraydata.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QArrayDataPointer: -------------------------------------------------------------------------------- 1 | #include "qarraydatapointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QArrayDataPointerRef: -------------------------------------------------------------------------------- 1 | #include "qarraydata.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAssociativeIterable: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAtomicInt: -------------------------------------------------------------------------------- 1 | #include "qatomic.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAtomicInteger: -------------------------------------------------------------------------------- 1 | #include "qatomic.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QAtomicPointer: -------------------------------------------------------------------------------- 1 | #include "qatomic.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QBasicMutex: -------------------------------------------------------------------------------- 1 | #include "qmutex.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QBasicTimer: -------------------------------------------------------------------------------- 1 | #include "qbasictimer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QBitArray: -------------------------------------------------------------------------------- 1 | #include "qbitarray.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QBitRef: -------------------------------------------------------------------------------- 1 | #include "qbitarray.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QBuffer: -------------------------------------------------------------------------------- 1 | #include "qbuffer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QByteArray: -------------------------------------------------------------------------------- 1 | #include "qbytearray.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QByteArrayData: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QByteArrayDataPtr: -------------------------------------------------------------------------------- 1 | #include "qbytearray.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QByteArrayList: -------------------------------------------------------------------------------- 1 | #include "qbytearraylist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QByteArrayListIterator: -------------------------------------------------------------------------------- 1 | #include "qbytearraylist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QByteArrayMatcher: -------------------------------------------------------------------------------- 1 | #include "qbytearraymatcher.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QByteRef: -------------------------------------------------------------------------------- 1 | #include "qbytearray.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QCache: -------------------------------------------------------------------------------- 1 | #include "qcache.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QChar: -------------------------------------------------------------------------------- 1 | #include "qchar.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QCharRef: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QChildEvent: -------------------------------------------------------------------------------- 1 | #include "qcoreevent.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QCollator: -------------------------------------------------------------------------------- 1 | #include "qcollator.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QCollatorSortKey: -------------------------------------------------------------------------------- 1 | #include "qcollator.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QCommandLineOption: -------------------------------------------------------------------------------- 1 | #include "qcommandlineoption.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QCommandLineParser: -------------------------------------------------------------------------------- 1 | #include "qcommandlineparser.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QConstOverload: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QContiguousCache: -------------------------------------------------------------------------------- 1 | #include "qcontiguouscache.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QContiguousCacheData: -------------------------------------------------------------------------------- 1 | #include "qcontiguouscache.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QContiguousCacheTypedData: -------------------------------------------------------------------------------- 1 | #include "qcontiguouscache.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QCoreApplication: -------------------------------------------------------------------------------- 1 | #include "qcoreapplication.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QCryptographicHash: -------------------------------------------------------------------------------- 1 | #include "qcryptographichash.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QDataStream: -------------------------------------------------------------------------------- 1 | #include "qdatastream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QDate: -------------------------------------------------------------------------------- 1 | #include "qdatetime.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QDateTime: -------------------------------------------------------------------------------- 1 | #include "qdatetime.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QDebug: -------------------------------------------------------------------------------- 1 | #include "qdebug.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QDebugStateSaver: -------------------------------------------------------------------------------- 1 | #include "qdebug.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QDeferredDeleteEvent: -------------------------------------------------------------------------------- 1 | #include "qcoreevent.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QDir: -------------------------------------------------------------------------------- 1 | #include "qdir.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QDirIterator: -------------------------------------------------------------------------------- 1 | #include "qdiriterator.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QDynamicPropertyChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qcoreevent.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QEasingCurve: -------------------------------------------------------------------------------- 1 | #include "qeasingcurve.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QElapsedTimer: -------------------------------------------------------------------------------- 1 | #include "qelapsedtimer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QEnableSharedFromThis: -------------------------------------------------------------------------------- 1 | #include "qsharedpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QEvent: -------------------------------------------------------------------------------- 1 | #include "qcoreevent.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QEventLoop: -------------------------------------------------------------------------------- 1 | #include "qeventloop.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QEventLoopLocker: -------------------------------------------------------------------------------- 1 | #include "qeventloop.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QEventTransition: -------------------------------------------------------------------------------- 1 | #include "qeventtransition.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QException: -------------------------------------------------------------------------------- 1 | #include "qexception.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QExplicitlySharedDataPointer: -------------------------------------------------------------------------------- 1 | #include "qshareddata.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFactoryInterface: -------------------------------------------------------------------------------- 1 | #include "qfactoryinterface.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFile: -------------------------------------------------------------------------------- 1 | #include "qfile.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFileDevice: -------------------------------------------------------------------------------- 1 | #include "qfiledevice.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFileInfo: -------------------------------------------------------------------------------- 1 | #include "qfileinfo.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFileInfoList: -------------------------------------------------------------------------------- 1 | #include "qfileinfo.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFileSelector: -------------------------------------------------------------------------------- 1 | #include "qfileselector.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFileSystemWatcher: -------------------------------------------------------------------------------- 1 | #include "qfilesystemwatcher.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFinalState: -------------------------------------------------------------------------------- 1 | #include "qfinalstate.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFlag: -------------------------------------------------------------------------------- 1 | #include "qflags.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFlags: -------------------------------------------------------------------------------- 1 | #include "qflags.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QForeachContainer: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFunctionPointer: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFuture: -------------------------------------------------------------------------------- 1 | #include "qfuture.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFutureInterface: -------------------------------------------------------------------------------- 1 | #include "qfutureinterface.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFutureInterfaceBase: -------------------------------------------------------------------------------- 1 | #include "qfutureinterface.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFutureIterator: -------------------------------------------------------------------------------- 1 | #include "qfuture.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFutureSynchronizer: -------------------------------------------------------------------------------- 1 | #include "qfuturesynchronizer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFutureWatcher: -------------------------------------------------------------------------------- 1 | #include "qfuturewatcher.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QFutureWatcherBase: -------------------------------------------------------------------------------- 1 | #include "qfuturewatcher.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QGenericArgument: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QGenericReturnArgument: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QGlobalStatic: -------------------------------------------------------------------------------- 1 | #include "qglobalstatic.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QHash: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QHashData: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QHashDummyValue: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QHashFunctions: -------------------------------------------------------------------------------- 1 | #include "qhashfunctions.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QHashIterator: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QHashNode: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QHistoryState: -------------------------------------------------------------------------------- 1 | #include "qhistorystate.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QIODevice: -------------------------------------------------------------------------------- 1 | #include "qiodevice.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QIdentityProxyModel: -------------------------------------------------------------------------------- 1 | #include "qidentityproxymodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QIncompatibleFlag: -------------------------------------------------------------------------------- 1 | #include "qflags.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QIntegerForSize: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QInternal: -------------------------------------------------------------------------------- 1 | #include "qnamespace.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QItemSelection: -------------------------------------------------------------------------------- 1 | #include "qitemselectionmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QItemSelectionModel: -------------------------------------------------------------------------------- 1 | #include "qitemselectionmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QItemSelectionRange: -------------------------------------------------------------------------------- 1 | #include "qitemselectionmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QJsonArray: -------------------------------------------------------------------------------- 1 | #include "qjsonarray.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QJsonDocument: -------------------------------------------------------------------------------- 1 | #include "qjsondocument.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QJsonObject: -------------------------------------------------------------------------------- 1 | #include "qjsonobject.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QJsonParseError: -------------------------------------------------------------------------------- 1 | #include "qjsondocument.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QJsonValue: -------------------------------------------------------------------------------- 1 | #include "qjsonvalue.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QJsonValuePtr: -------------------------------------------------------------------------------- 1 | #include "qjsonvalue.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QJsonValueRef: -------------------------------------------------------------------------------- 1 | #include "qjsonvalue.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QJsonValueRefPtr: -------------------------------------------------------------------------------- 1 | #include "qjsonvalue.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLatin1Char: -------------------------------------------------------------------------------- 1 | #include "qchar.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLatin1Literal: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLatin1String: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLibrary: -------------------------------------------------------------------------------- 1 | #include "qlibrary.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLibraryInfo: -------------------------------------------------------------------------------- 1 | #include "qlibraryinfo.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLine: -------------------------------------------------------------------------------- 1 | #include "qline.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLineF: -------------------------------------------------------------------------------- 1 | #include "qline.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLinkedList: -------------------------------------------------------------------------------- 1 | #include "qlinkedlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLinkedListData: -------------------------------------------------------------------------------- 1 | #include "qlinkedlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLinkedListIterator: -------------------------------------------------------------------------------- 1 | #include "qlinkedlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLinkedListNode: -------------------------------------------------------------------------------- 1 | #include "qlinkedlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QList: -------------------------------------------------------------------------------- 1 | #include "qlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QListData: -------------------------------------------------------------------------------- 1 | #include "qlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QListIterator: -------------------------------------------------------------------------------- 1 | #include "qlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QListSpecialMethods: -------------------------------------------------------------------------------- 1 | #include "qlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLocale: -------------------------------------------------------------------------------- 1 | #include "qlocale.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLockFile: -------------------------------------------------------------------------------- 1 | #include "qlockfile.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QLoggingCategory: -------------------------------------------------------------------------------- 1 | #include "qloggingcategory.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMap: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMapData: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMapDataBase: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMapIterator: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMapNode: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMapNodeBase: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMargins: -------------------------------------------------------------------------------- 1 | #include "qmargins.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMarginsF: -------------------------------------------------------------------------------- 1 | #include "qmargins.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMessageAuthenticationCode: -------------------------------------------------------------------------------- 1 | #include "qmessageauthenticationcode.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMessageLogContext: -------------------------------------------------------------------------------- 1 | #include "qlogging.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMessageLogger: -------------------------------------------------------------------------------- 1 | #include "qlogging.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMetaClassInfo: -------------------------------------------------------------------------------- 1 | #include "qmetaobject.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMetaEnum: -------------------------------------------------------------------------------- 1 | #include "qmetaobject.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMetaMethod: -------------------------------------------------------------------------------- 1 | #include "qmetaobject.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMetaObject: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMetaProperty: -------------------------------------------------------------------------------- 1 | #include "qmetaobject.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMetaType: -------------------------------------------------------------------------------- 1 | #include "qmetatype.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMimeData: -------------------------------------------------------------------------------- 1 | #include "qmimedata.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMimeDatabase: -------------------------------------------------------------------------------- 1 | #include "qmimedatabase.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMimeType: -------------------------------------------------------------------------------- 1 | #include "qmimetype.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QModelIndex: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QModelIndexList: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMultiHash: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMultiMap: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutableByteArrayListIterator: -------------------------------------------------------------------------------- 1 | #include "qbytearraylist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutableFutureIterator: -------------------------------------------------------------------------------- 1 | #include "qfuture.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutableHashIterator: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutableLinkedListIterator: -------------------------------------------------------------------------------- 1 | #include "qlinkedlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutableListIterator: -------------------------------------------------------------------------------- 1 | #include "qlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutableMapIterator: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutableSetIterator: -------------------------------------------------------------------------------- 1 | #include "qset.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutableStringListIterator: -------------------------------------------------------------------------------- 1 | #include "qstringlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutableVectorIterator: -------------------------------------------------------------------------------- 1 | #include "qvector.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutex: -------------------------------------------------------------------------------- 1 | #include "qmutex.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QMutexLocker: -------------------------------------------------------------------------------- 1 | #include "qmutex.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QNoDebug: -------------------------------------------------------------------------------- 1 | #include "qdebug.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QNonConstOverload: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QObject: -------------------------------------------------------------------------------- 1 | #include "qobject.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QObjectCleanupHandler: -------------------------------------------------------------------------------- 1 | #include "qobjectcleanuphandler.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QObjectData: -------------------------------------------------------------------------------- 1 | #include "qobject.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QObjectList: -------------------------------------------------------------------------------- 1 | #include "qobject.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QObjectUserData: -------------------------------------------------------------------------------- 1 | #include "qobject.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QPair: -------------------------------------------------------------------------------- 1 | #include "qpair.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QParallelAnimationGroup: -------------------------------------------------------------------------------- 1 | #include "qparallelanimationgroup.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QPauseAnimation: -------------------------------------------------------------------------------- 1 | #include "qpauseanimation.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QPersistentModelIndex: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QPluginLoader: -------------------------------------------------------------------------------- 1 | #include "qpluginloader.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QPoint: -------------------------------------------------------------------------------- 1 | #include "qpoint.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QPointF: -------------------------------------------------------------------------------- 1 | #include "qpoint.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QPointer: -------------------------------------------------------------------------------- 1 | #include "qpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QProcess: -------------------------------------------------------------------------------- 1 | #include "qprocess.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QProcessEnvironment: -------------------------------------------------------------------------------- 1 | #include "qprocess.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QPropertyAnimation: -------------------------------------------------------------------------------- 1 | #include "qpropertyanimation.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QQueue: -------------------------------------------------------------------------------- 1 | #include "qqueue.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QReadLocker: -------------------------------------------------------------------------------- 1 | #include "qreadwritelock.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QReadWriteLock: -------------------------------------------------------------------------------- 1 | #include "qreadwritelock.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QRect: -------------------------------------------------------------------------------- 1 | #include "qrect.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QRectF: -------------------------------------------------------------------------------- 1 | #include "qrect.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QRegExp: -------------------------------------------------------------------------------- 1 | #include "qregexp.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QRegularExpression: -------------------------------------------------------------------------------- 1 | #include "qregularexpression.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QRegularExpressionMatch: -------------------------------------------------------------------------------- 1 | #include "qregularexpression.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QRegularExpressionMatchIterator: -------------------------------------------------------------------------------- 1 | #include "qregularexpression.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QResource: -------------------------------------------------------------------------------- 1 | #include "qresource.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QReturnArgument: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QRunnable: -------------------------------------------------------------------------------- 1 | #include "qrunnable.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSaveFile: -------------------------------------------------------------------------------- 1 | #include "qsavefile.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QScopedArrayPointer: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QScopedPointer: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QScopedPointerArrayDeleter: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QScopedPointerDeleteLater: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QScopedPointerDeleter: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QScopedPointerObjectDeleteLater: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QScopedPointerPodDeleter: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QScopedValueRollback: -------------------------------------------------------------------------------- 1 | #include "qscopedvaluerollback.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSemaphore: -------------------------------------------------------------------------------- 1 | #include "qsemaphore.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSequentialAnimationGroup: -------------------------------------------------------------------------------- 1 | #include "qsequentialanimationgroup.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSequentialIterable: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSet: -------------------------------------------------------------------------------- 1 | #include "qset.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSetIterator: -------------------------------------------------------------------------------- 1 | #include "qset.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSettings: -------------------------------------------------------------------------------- 1 | #include "qsettings.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSharedData: -------------------------------------------------------------------------------- 1 | #include "qshareddata.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSharedDataPointer: -------------------------------------------------------------------------------- 1 | #include "qshareddata.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSharedMemory: -------------------------------------------------------------------------------- 1 | #include "qsharedmemory.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSharedPointer: -------------------------------------------------------------------------------- 1 | #include "qsharedpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSignalBlocker: -------------------------------------------------------------------------------- 1 | #include "qobject.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSignalMapper: -------------------------------------------------------------------------------- 1 | #include "qsignalmapper.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSignalTransition: -------------------------------------------------------------------------------- 1 | #include "qsignaltransition.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSize: -------------------------------------------------------------------------------- 1 | #include "qsize.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSizeF: -------------------------------------------------------------------------------- 1 | #include "qsize.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSocketNotifier: -------------------------------------------------------------------------------- 1 | #include "qsocketnotifier.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSortFilterProxyModel: -------------------------------------------------------------------------------- 1 | #include "qsortfilterproxymodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStack: -------------------------------------------------------------------------------- 1 | #include "qstack.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStandardPaths: -------------------------------------------------------------------------------- 1 | #include "qstandardpaths.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QState: -------------------------------------------------------------------------------- 1 | #include "qstate.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStateMachine: -------------------------------------------------------------------------------- 1 | #include "qstatemachine.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStaticArrayData: -------------------------------------------------------------------------------- 1 | #include "qarraydata.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStaticAssertFailure: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStaticByteArrayData: -------------------------------------------------------------------------------- 1 | #include "qbytearray.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStaticPlugin: -------------------------------------------------------------------------------- 1 | #include "qplugin.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStaticStringData: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStorageInfo: -------------------------------------------------------------------------------- 1 | #include "qstorageinfo.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QString: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStringBuilder: -------------------------------------------------------------------------------- 1 | #include "qstringbuilder.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStringData: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStringDataPtr: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStringList: -------------------------------------------------------------------------------- 1 | #include "qstringlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStringListIterator: -------------------------------------------------------------------------------- 1 | #include "qstringlist.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStringListModel: -------------------------------------------------------------------------------- 1 | #include "qstringlistmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStringMatcher: -------------------------------------------------------------------------------- 1 | #include "qstringmatcher.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QStringRef: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSysInfo: -------------------------------------------------------------------------------- 1 | #include "qsysinfo.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QSystemSemaphore: -------------------------------------------------------------------------------- 1 | #include "qsystemsemaphore.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTemporaryDir: -------------------------------------------------------------------------------- 1 | #include "qtemporarydir.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTemporaryFile: -------------------------------------------------------------------------------- 1 | #include "qtemporaryfile.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTextBoundaryFinder: -------------------------------------------------------------------------------- 1 | #include "qtextboundaryfinder.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTextCodec: -------------------------------------------------------------------------------- 1 | #include "qtextcodec.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTextDecoder: -------------------------------------------------------------------------------- 1 | #include "qtextcodec.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTextEncoder: -------------------------------------------------------------------------------- 1 | #include "qtextcodec.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTextStream: -------------------------------------------------------------------------------- 1 | #include "qtextstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTextStreamFunction: -------------------------------------------------------------------------------- 1 | #include "qtextstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTextStreamManipulator: -------------------------------------------------------------------------------- 1 | #include "qtextstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QThread: -------------------------------------------------------------------------------- 1 | #include "qthread.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QThreadPool: -------------------------------------------------------------------------------- 1 | #include "qthreadpool.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QThreadStorage: -------------------------------------------------------------------------------- 1 | #include "qthreadstorage.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QThreadStorageData: -------------------------------------------------------------------------------- 1 | #include "qthreadstorage.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTime: -------------------------------------------------------------------------------- 1 | #include "qdatetime.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTimeLine: -------------------------------------------------------------------------------- 1 | #include "qtimeline.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTimeZone: -------------------------------------------------------------------------------- 1 | #include "qtimezone.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTimer: -------------------------------------------------------------------------------- 1 | #include "qtimer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTimerEvent: -------------------------------------------------------------------------------- 1 | #include "qcoreevent.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTranslator: -------------------------------------------------------------------------------- 1 | #include "qtranslator.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTypeInfo: -------------------------------------------------------------------------------- 1 | #include "qtypeinfo.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTypeInfoMerger: -------------------------------------------------------------------------------- 1 | #include "qtypeinfo.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QTypeInfoQuery: -------------------------------------------------------------------------------- 1 | #include "qtypeinfo.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QUnhandledException: -------------------------------------------------------------------------------- 1 | #include "qexception.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QUrl: -------------------------------------------------------------------------------- 1 | #include "qurl.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QUrlQuery: -------------------------------------------------------------------------------- 1 | #include "qurlquery.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QUrlTwoFlags: -------------------------------------------------------------------------------- 1 | #include "qurl.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QUuid: -------------------------------------------------------------------------------- 1 | #include "quuid.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QVarLengthArray: -------------------------------------------------------------------------------- 1 | #include "qvarlengtharray.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QVariant: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QVariantAnimation: -------------------------------------------------------------------------------- 1 | #include "qvariantanimation.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QVariantComparisonHelper: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QVariantHash: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QVariantList: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QVariantMap: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QVector: -------------------------------------------------------------------------------- 1 | #include "qvector.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QVectorIterator: -------------------------------------------------------------------------------- 1 | #include "qvector.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QVersionNumber: -------------------------------------------------------------------------------- 1 | #include "qversionnumber.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QWaitCondition: -------------------------------------------------------------------------------- 1 | #include "qwaitcondition.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QWeakPointer: -------------------------------------------------------------------------------- 1 | #include "qsharedpointer.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QWinEventNotifier: -------------------------------------------------------------------------------- 1 | #include "qwineventnotifier.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QWriteLocker: -------------------------------------------------------------------------------- 1 | #include "qreadwritelock.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamAttribute: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamAttributes: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamEntityDeclaration: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamEntityDeclarations: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamEntityResolver: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamNamespaceDeclaration: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamNamespaceDeclarations: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamNotationDeclaration: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamNotationDeclarations: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamReader: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamStringRef: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QXmlStreamWriter: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/Q_PID: -------------------------------------------------------------------------------- 1 | #include "qprocess.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/Q_SECURITY_ATTRIBUTES: -------------------------------------------------------------------------------- 1 | #include "qprocess.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/Q_STARTUPINFO: -------------------------------------------------------------------------------- 1 | #include "qprocess.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/Qt: -------------------------------------------------------------------------------- 1 | #include "qnamespace.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtAlgorithms: -------------------------------------------------------------------------------- 1 | #include "qalgorithms.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtCleanUpFunction: -------------------------------------------------------------------------------- 1 | #include "qcoreapplication.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtConfig: -------------------------------------------------------------------------------- 1 | #include "qconfig.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtContainerFwd: -------------------------------------------------------------------------------- 1 | #include "qcontainerfwd.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtCoreDepends: -------------------------------------------------------------------------------- 1 | /* This file was generated by qmake with the info from /src/corelib/corelib.pro. */ 2 | #ifdef __cplusplus /* create empty PCH in C mode */ 3 | #endif 4 | -------------------------------------------------------------------------------- /include/QtCore/QtCoreVersion: -------------------------------------------------------------------------------- 1 | #include "qtcoreversion.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtDebug: -------------------------------------------------------------------------------- 1 | #include "qdebug.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtEndian: -------------------------------------------------------------------------------- 1 | #include "qendian.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtGlobal: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtMath: -------------------------------------------------------------------------------- 1 | #include "qmath.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtMessageHandler: -------------------------------------------------------------------------------- 1 | #include "qlogging.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtMsgHandler: -------------------------------------------------------------------------------- 1 | #include "qlogging.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtNumeric: -------------------------------------------------------------------------------- 1 | #include "qnumeric.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtPlugin: -------------------------------------------------------------------------------- 1 | #include "qplugin.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtPluginInstanceFunction: -------------------------------------------------------------------------------- 1 | #include "qplugin.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/QtPluginMetaDataFunction: -------------------------------------------------------------------------------- 1 | #include "qplugin.h" 2 | -------------------------------------------------------------------------------- /include/QtCore/qconfig-dist.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtCore module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | 41 | /* 42 | Empty leaves all features enabled. See doc/html/emb-features.html for choices. 43 | 44 | Note that disabling some features will produce a libqt that is not 45 | compatible with other libqt builds. Such modifications are only 46 | supported on Qt for Embedded Linux where reducing the library size is 47 | important and where the application suite is often a fixed set. 48 | */ 49 | -------------------------------------------------------------------------------- /include/QtCore/qfactoryinterface.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtCore module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | #ifndef QFACTORYINTERFACE_H 41 | #define QFACTORYINTERFACE_H 42 | 43 | #include 44 | #include 45 | 46 | QT_BEGIN_NAMESPACE 47 | 48 | 49 | struct Q_CORE_EXPORT QFactoryInterface 50 | { 51 | virtual ~QFactoryInterface(); 52 | virtual QStringList keys() const = 0; 53 | }; 54 | 55 | 56 | Q_DECLARE_INTERFACE(QFactoryInterface, "org.qt-project.Qt.QFactoryInterface") 57 | 58 | QT_END_NAMESPACE 59 | 60 | #endif // QFACTORYINTERFACE_H 61 | -------------------------------------------------------------------------------- /include/QtCore/qtcoreversion.h: -------------------------------------------------------------------------------- 1 | /* This file was generated by syncqt. */ 2 | #ifndef QT_QTCORE_VERSION_H 3 | #define QT_QTCORE_VERSION_H 4 | 5 | #define QTCORE_VERSION_STR "5.7.0" 6 | 7 | #define QTCORE_VERSION 0x050700 8 | 9 | #endif // QT_QTCORE_VERSION_H 10 | -------------------------------------------------------------------------------- /include/QtGui/5.7.0/QtGui/private/qmath_p.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtGui module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | #ifndef QMATH_P_H 41 | #define QMATH_P_H 42 | 43 | // 44 | // W A R N I N G 45 | // ------------- 46 | // 47 | // This file is not part of the Qt API. It exists purely as an 48 | // implementation detail. This header file may change from version to 49 | // version without notice, or even be removed. 50 | // 51 | // We mean it. 52 | // 53 | 54 | #include 55 | 56 | QT_BEGIN_NAMESPACE 57 | 58 | static const qreal Q_PI = qreal(M_PI); // pi 59 | static const qreal Q_MM_PER_INCH = 25.4; 60 | 61 | QT_END_NAMESPACE 62 | 63 | #endif // QMATH_P_H 64 | -------------------------------------------------------------------------------- /include/QtGui/5.7.0/QtGui/qpa/qplatformscreen_p.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtGui module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | #ifndef QPLATFORMSCREEN_P_H 41 | #define QPLATFORMSCREEN_P_H 42 | 43 | // 44 | // W A R N I N G 45 | // ------------- 46 | // 47 | // This file is not part of the Qt API. It exists purely as an 48 | // implementation detail. This header file may change from version to 49 | // version without notice, or even be removed. 50 | // 51 | // We mean it. 52 | // 53 | 54 | QT_BEGIN_NAMESPACE 55 | 56 | class QScreen; 57 | 58 | class QPlatformScreenPrivate 59 | { 60 | public: 61 | QPointer screen; 62 | }; 63 | 64 | QT_END_NAMESPACE 65 | 66 | #endif // QPLATFORMSCREEN_P_H 67 | -------------------------------------------------------------------------------- /include/QtGui/5.7.0/QtGui/qpa/qplatformwindow_p.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtGui module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | #ifndef QPLATFORMWINDOW_P_H 41 | #define QPLATFORMWINDOW_P_H 42 | 43 | // 44 | // W A R N I N G 45 | // ------------- 46 | // 47 | // This file is not part of the Qt API. It exists purely as an 48 | // implementation detail. This header file may change from version to 49 | // version without notice, or even be removed. 50 | // 51 | // We mean it. 52 | // 53 | 54 | #include 55 | 56 | QT_BEGIN_NAMESPACE 57 | 58 | class QPlatformWindowPrivate 59 | { 60 | public: 61 | QRect rect; 62 | }; 63 | 64 | QT_END_NAMESPACE 65 | 66 | #endif // QPLATFORMWINDOW_P_H 67 | -------------------------------------------------------------------------------- /include/QtGui/QAbstractTextDocumentLayout: -------------------------------------------------------------------------------- 1 | #include "qabstracttextdocumentlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAbstractUndoItem: -------------------------------------------------------------------------------- 1 | #include "qtextdocument.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessible: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleActionInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleApplication: -------------------------------------------------------------------------------- 1 | #include "qaccessibleobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleBridge: -------------------------------------------------------------------------------- 1 | #include "qaccessiblebridge.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleBridgePlugin: -------------------------------------------------------------------------------- 1 | #include "qaccessiblebridge.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleEditableTextInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleImageInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleObject: -------------------------------------------------------------------------------- 1 | #include "qaccessibleobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessiblePlugin: -------------------------------------------------------------------------------- 1 | #include "qaccessibleplugin.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleStateChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleTableCellInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleTableInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleTableModelChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleTextCursorEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleTextInsertEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleTextInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleTextRemoveEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleTextSelectionEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleTextUpdateEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleValueChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QAccessibleValueInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QActionEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QApplicationStateChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QBackingStore: -------------------------------------------------------------------------------- 1 | #include "qbackingstore.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QBitmap: -------------------------------------------------------------------------------- 1 | #include "qbitmap.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QBrush: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QBrushData: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QClipboard: -------------------------------------------------------------------------------- 1 | #include "qclipboard.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QCloseEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QColor: -------------------------------------------------------------------------------- 1 | #include "qcolor.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QConicalGradient: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QContextMenuEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QCursor: -------------------------------------------------------------------------------- 1 | #include "qcursor.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QDesktopServices: -------------------------------------------------------------------------------- 1 | #include "qdesktopservices.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QDoubleValidator: -------------------------------------------------------------------------------- 1 | #include "qvalidator.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QDrag: -------------------------------------------------------------------------------- 1 | #include "qdrag.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QDragEnterEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QDragLeaveEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QDragMoveEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QDropEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QEnterEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QExposeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QFileOpenEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QFocusEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QFont: -------------------------------------------------------------------------------- 1 | #include "qfont.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QFontDatabase: -------------------------------------------------------------------------------- 1 | #include "qfontdatabase.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QFontInfo: -------------------------------------------------------------------------------- 1 | #include "qfontinfo.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QFontMetrics: -------------------------------------------------------------------------------- 1 | #include "qfontmetrics.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QFontMetricsF: -------------------------------------------------------------------------------- 1 | #include "qfontmetrics.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QGenericMatrix: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QGenericPlugin: -------------------------------------------------------------------------------- 1 | #include "qgenericplugin.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QGenericPluginFactory: -------------------------------------------------------------------------------- 1 | #include "qgenericpluginfactory.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QGlyphRun: -------------------------------------------------------------------------------- 1 | #include "qglyphrun.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QGradient: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QGradientStop: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QGradientStops: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QGuiApplication: -------------------------------------------------------------------------------- 1 | #include "qguiapplication.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QHelpEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QHideEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QHoverEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QIcon: -------------------------------------------------------------------------------- 1 | #include "qicon.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QIconDragEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QIconEngine: -------------------------------------------------------------------------------- 1 | #include "qiconengine.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QIconEnginePlugin: -------------------------------------------------------------------------------- 1 | #include "qiconengineplugin.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QIconEngineV2: -------------------------------------------------------------------------------- 1 | #include "qiconengine.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QImage: -------------------------------------------------------------------------------- 1 | #include "qimage.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QImageCleanupFunction: -------------------------------------------------------------------------------- 1 | #include "qimage.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QImageIOHandler: -------------------------------------------------------------------------------- 1 | #include "qimageiohandler.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QImageIOPlugin: -------------------------------------------------------------------------------- 1 | #include "qimageiohandler.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QImageReader: -------------------------------------------------------------------------------- 1 | #include "qimagereader.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QImageTextKeyLang: -------------------------------------------------------------------------------- 1 | #include "qimage.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QImageWriter: -------------------------------------------------------------------------------- 1 | #include "qimagewriter.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QInputEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QInputMethod: -------------------------------------------------------------------------------- 1 | #include "qinputmethod.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QInputMethodEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QInputMethodQueryEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QIntValidator: -------------------------------------------------------------------------------- 1 | #include "qvalidator.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QKeyEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QKeySequence: -------------------------------------------------------------------------------- 1 | #include "qkeysequence.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QLinearGradient: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMatrix: -------------------------------------------------------------------------------- 1 | #include "qmatrix.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMatrix2x2: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMatrix2x3: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMatrix2x4: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMatrix3x2: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMatrix3x3: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMatrix3x4: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMatrix4x2: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMatrix4x3: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMatrix4x4: -------------------------------------------------------------------------------- 1 | #include "qmatrix4x4.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMouseEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMoveEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QMovie: -------------------------------------------------------------------------------- 1 | #include "qmovie.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QNativeGestureEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOffscreenSurface: -------------------------------------------------------------------------------- 1 | #include "qoffscreensurface.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLBuffer: -------------------------------------------------------------------------------- 1 | #include "qopenglbuffer.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLContext: -------------------------------------------------------------------------------- 1 | #include "qopenglcontext.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLContextGroup: -------------------------------------------------------------------------------- 1 | #include "qopenglcontext.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLDebugLogger: -------------------------------------------------------------------------------- 1 | #include "qopengldebug.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLDebugMessage: -------------------------------------------------------------------------------- 1 | #include "qopengldebug.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLExtraFunctions: -------------------------------------------------------------------------------- 1 | #include "qopenglextrafunctions.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLExtraFunctionsPrivate: -------------------------------------------------------------------------------- 1 | #include "qopenglextrafunctions.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFramebufferObject: -------------------------------------------------------------------------------- 1 | #include "qopenglframebufferobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFramebufferObjectFormat: -------------------------------------------------------------------------------- 1 | #include "qopenglframebufferobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctionsPrivate: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_1_0: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_0.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_1_1: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_1.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_1_2: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_2.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_1_3: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_3.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_1_4: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_4.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_1_5: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_5.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_2_0: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_2_0.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_2_1: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_2_1.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_3_0: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_0.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_3_1: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_1.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_3_2_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_2_compatibility.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_3_2_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_2_core.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_3_3_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_3_compatibility.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_3_3_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_3_core.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_0_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_0_compatibility.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_0_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_0_core.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_1_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_1_compatibility.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_1_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_1_core.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_2_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_2_compatibility.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_2_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_2_core.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_3_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_3_compatibility.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_3_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_3_core.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_4_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_4_compatibility.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_4_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_4_core.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_5_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_5_compatibility.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_4_5_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_5_core.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLFunctions_ES2: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_es2.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLPaintDevice: -------------------------------------------------------------------------------- 1 | #include "qopenglpaintdevice.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLPixelTransferOptions: -------------------------------------------------------------------------------- 1 | #include "qopenglpixeltransferoptions.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLShader: -------------------------------------------------------------------------------- 1 | #include "qopenglshaderprogram.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLShaderProgram: -------------------------------------------------------------------------------- 1 | #include "qopenglshaderprogram.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLTexture: -------------------------------------------------------------------------------- 1 | #include "qopengltexture.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLTimeMonitor: -------------------------------------------------------------------------------- 1 | #include "qopengltimerquery.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLTimerQuery: -------------------------------------------------------------------------------- 1 | #include "qopengltimerquery.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLVersionFunctions: -------------------------------------------------------------------------------- 1 | #include "qopenglversionfunctions.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLVersionProfile: -------------------------------------------------------------------------------- 1 | #include "qopenglcontext.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLVertexArrayObject: -------------------------------------------------------------------------------- 1 | #include "qopenglvertexarrayobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QOpenGLWindow: -------------------------------------------------------------------------------- 1 | #include "qopenglwindow.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPageLayout: -------------------------------------------------------------------------------- 1 | #include "qpagelayout.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPageSize: -------------------------------------------------------------------------------- 1 | #include "qpagesize.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPagedPaintDevice: -------------------------------------------------------------------------------- 1 | #include "qpagedpaintdevice.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPaintDevice: -------------------------------------------------------------------------------- 1 | #include "qpaintdevice.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPaintDeviceWindow: -------------------------------------------------------------------------------- 1 | #include "qpaintdevicewindow.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPaintEngine: -------------------------------------------------------------------------------- 1 | #include "qpaintengine.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPaintEngineState: -------------------------------------------------------------------------------- 1 | #include "qpaintengine.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPaintEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPainter: -------------------------------------------------------------------------------- 1 | #include "qpainter.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPainterPath: -------------------------------------------------------------------------------- 1 | #include "qpainterpath.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPainterPathStroker: -------------------------------------------------------------------------------- 1 | #include "qpainterpath.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPalette: -------------------------------------------------------------------------------- 1 | #include "qpalette.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPdfWriter: -------------------------------------------------------------------------------- 1 | #include "qpdfwriter.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPen: -------------------------------------------------------------------------------- 1 | #include "qpen.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPicture: -------------------------------------------------------------------------------- 1 | #include "qpicture.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPictureFormatPlugin: -------------------------------------------------------------------------------- 1 | #include "qpictureformatplugin.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPictureIO: -------------------------------------------------------------------------------- 1 | #include "qpicture.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPixelFormat: -------------------------------------------------------------------------------- 1 | #include "qpixelformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPixmap: -------------------------------------------------------------------------------- 1 | #include "qpixmap.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPixmapCache: -------------------------------------------------------------------------------- 1 | #include "qpixmapcache.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPlatformSurfaceEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPolygon: -------------------------------------------------------------------------------- 1 | #include "qpolygon.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QPolygonF: -------------------------------------------------------------------------------- 1 | #include "qpolygon.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QQuaternion: -------------------------------------------------------------------------------- 1 | #include "qquaternion.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QRadialGradient: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QRasterWindow: -------------------------------------------------------------------------------- 1 | #include "qrasterwindow.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QRawFont: -------------------------------------------------------------------------------- 1 | #include "qrawfont.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QRegExpValidator: -------------------------------------------------------------------------------- 1 | #include "qvalidator.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QRegion: -------------------------------------------------------------------------------- 1 | #include "qregion.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QRegularExpressionValidator: -------------------------------------------------------------------------------- 1 | #include "qvalidator.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QResizeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QRgb: -------------------------------------------------------------------------------- 1 | #include "qrgb.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QRgba64: -------------------------------------------------------------------------------- 1 | #include "qrgba64.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QScreen: -------------------------------------------------------------------------------- 1 | #include "qscreen.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QScreenOrientationChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QScrollEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QScrollPrepareEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QSessionManager: -------------------------------------------------------------------------------- 1 | #include "qsessionmanager.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QShortcutEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QShowEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QStandardItem: -------------------------------------------------------------------------------- 1 | #include "qstandarditemmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QStandardItemModel: -------------------------------------------------------------------------------- 1 | #include "qstandarditemmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QStaticText: -------------------------------------------------------------------------------- 1 | #include "qstatictext.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QStatusTipEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QStyleHints: -------------------------------------------------------------------------------- 1 | #include "qstylehints.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QSurface: -------------------------------------------------------------------------------- 1 | #include "qsurface.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QSurfaceFormat: -------------------------------------------------------------------------------- 1 | #include "qsurfaceformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QSyntaxHighlighter: -------------------------------------------------------------------------------- 1 | #include "qsyntaxhighlighter.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTabletEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextBlock: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextBlockFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextBlockGroup: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextBlockUserData: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextCharFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextCursor: -------------------------------------------------------------------------------- 1 | #include "qtextcursor.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextDocument: -------------------------------------------------------------------------------- 1 | #include "qtextdocument.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextDocumentFragment: -------------------------------------------------------------------------------- 1 | #include "qtextdocumentfragment.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextDocumentWriter: -------------------------------------------------------------------------------- 1 | #include "qtextdocumentwriter.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextFragment: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextFrame: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextFrameFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextFrameLayoutData: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextImageFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextInlineObject: -------------------------------------------------------------------------------- 1 | #include "qtextlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextItem: -------------------------------------------------------------------------------- 1 | #include "qpaintengine.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextLayout: -------------------------------------------------------------------------------- 1 | #include "qtextlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextLength: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextLine: -------------------------------------------------------------------------------- 1 | #include "qtextlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextList: -------------------------------------------------------------------------------- 1 | #include "qtextlist.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextListFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextObject: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextObjectInterface: -------------------------------------------------------------------------------- 1 | #include "qabstracttextdocumentlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextOption: -------------------------------------------------------------------------------- 1 | #include "qtextoption.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextTable: -------------------------------------------------------------------------------- 1 | #include "qtexttable.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextTableCell: -------------------------------------------------------------------------------- 1 | #include "qtexttable.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextTableCellFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTextTableFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QToolBarChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTouchDevice: -------------------------------------------------------------------------------- 1 | #include "qtouchdevice.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTouchEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QTransform: -------------------------------------------------------------------------------- 1 | #include "qtransform.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QValidator: -------------------------------------------------------------------------------- 1 | #include "qvalidator.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QVector2D: -------------------------------------------------------------------------------- 1 | #include "qvector2d.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QVector3D: -------------------------------------------------------------------------------- 1 | #include "qvector3d.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QVector4D: -------------------------------------------------------------------------------- 1 | #include "qvector4d.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QWhatsThisClickedEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QWheelEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QWidgetList: -------------------------------------------------------------------------------- 1 | #include "qwindowdefs.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QWidgetMapper: -------------------------------------------------------------------------------- 1 | #include "qwindowdefs.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QWidgetSet: -------------------------------------------------------------------------------- 1 | #include "qwindowdefs.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QWindow: -------------------------------------------------------------------------------- 1 | #include "qwindow.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QWindowList: -------------------------------------------------------------------------------- 1 | #include "qwindowdefs.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QWindowStateChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QtEvents: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/QtGuiDepends: -------------------------------------------------------------------------------- 1 | /* This file was generated by qmake with the info from /src/gui/gui.pro. */ 2 | #ifdef __cplusplus /* create empty PCH in C mode */ 3 | #include 4 | #endif 5 | -------------------------------------------------------------------------------- /include/QtGui/QtGuiVersion: -------------------------------------------------------------------------------- 1 | #include "qtguiversion.h" 2 | -------------------------------------------------------------------------------- /include/QtGui/qgenericplugin.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtGui module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | #ifndef QGENERICPLUGIN_H 41 | #define QGENERICPLUGIN_H 42 | 43 | #include 44 | #include 45 | 46 | QT_BEGIN_NAMESPACE 47 | 48 | #define QGenericPluginFactoryInterface_iid "org.qt-project.Qt.QGenericPluginFactoryInterface" 49 | 50 | class Q_GUI_EXPORT QGenericPlugin : public QObject 51 | { 52 | Q_OBJECT 53 | public: 54 | explicit QGenericPlugin(QObject *parent = Q_NULLPTR); 55 | ~QGenericPlugin(); 56 | 57 | virtual QObject* create(const QString& name, const QString &spec) = 0; 58 | }; 59 | 60 | QT_END_NAMESPACE 61 | 62 | #endif // QGENERICPLUGIN_H 63 | -------------------------------------------------------------------------------- /include/QtGui/qgenericpluginfactory.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtGui module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | #ifndef QGENERICPLUGINFACTORY_H 41 | #define QGENERICPLUGINFACTORY_H 42 | 43 | #include 44 | 45 | QT_BEGIN_NAMESPACE 46 | 47 | 48 | class QString; 49 | class QObject; 50 | 51 | class Q_GUI_EXPORT QGenericPluginFactory 52 | { 53 | public: 54 | static QStringList keys(); 55 | static QObject *create(const QString&, const QString &); 56 | }; 57 | 58 | QT_END_NAMESPACE 59 | 60 | #endif // QGENERICPLUGINFACTORY_H 61 | -------------------------------------------------------------------------------- /include/QtGui/qtguiversion.h: -------------------------------------------------------------------------------- 1 | /* This file was generated by syncqt. */ 2 | #ifndef QT_QTGUI_VERSION_H 3 | #define QT_QTGUI_VERSION_H 4 | 5 | #define QTGUI_VERSION_STR "5.7.0" 6 | 7 | #define QTGUI_VERSION 0x050700 8 | 9 | #endif // QT_QTGUI_VERSION_H 10 | -------------------------------------------------------------------------------- /include/QtWidgets/QAbstractButton: -------------------------------------------------------------------------------- 1 | #include "qabstractbutton.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QAbstractGraphicsShapeItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QAbstractItemDelegate: -------------------------------------------------------------------------------- 1 | #include "qabstractitemdelegate.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QAbstractItemView: -------------------------------------------------------------------------------- 1 | #include "qabstractitemview.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QAbstractScrollArea: -------------------------------------------------------------------------------- 1 | #include "qabstractscrollarea.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QAbstractSlider: -------------------------------------------------------------------------------- 1 | #include "qabstractslider.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QAbstractSpinBox: -------------------------------------------------------------------------------- 1 | #include "qabstractspinbox.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QAccessibleWidget: -------------------------------------------------------------------------------- 1 | #include "qaccessiblewidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QAction: -------------------------------------------------------------------------------- 1 | #include "qaction.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QActionGroup: -------------------------------------------------------------------------------- 1 | #include "qactiongroup.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QApplication: -------------------------------------------------------------------------------- 1 | #include "qapplication.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QBoxLayout: -------------------------------------------------------------------------------- 1 | #include "qboxlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QButtonGroup: -------------------------------------------------------------------------------- 1 | #include "qbuttongroup.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QCalendarWidget: -------------------------------------------------------------------------------- 1 | #include "qcalendarwidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QCheckBox: -------------------------------------------------------------------------------- 1 | #include "qcheckbox.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QColorDialog: -------------------------------------------------------------------------------- 1 | #include "qcolordialog.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QColormap: -------------------------------------------------------------------------------- 1 | #include "qcolormap.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QColumnView: -------------------------------------------------------------------------------- 1 | #include "qcolumnview.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QComboBox: -------------------------------------------------------------------------------- 1 | #include "qcombobox.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QCommandLinkButton: -------------------------------------------------------------------------------- 1 | #include "qcommandlinkbutton.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QCommonStyle: -------------------------------------------------------------------------------- 1 | #include "qcommonstyle.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QCompleter: -------------------------------------------------------------------------------- 1 | #include "qcompleter.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QDataWidgetMapper: -------------------------------------------------------------------------------- 1 | #include "qdatawidgetmapper.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QDateEdit: -------------------------------------------------------------------------------- 1 | #include "qdatetimeedit.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QDateTimeEdit: -------------------------------------------------------------------------------- 1 | #include "qdatetimeedit.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QDesktopWidget: -------------------------------------------------------------------------------- 1 | #include "qdesktopwidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QDial: -------------------------------------------------------------------------------- 1 | #include "qdial.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QDialog: -------------------------------------------------------------------------------- 1 | #include "qdialog.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QDialogButtonBox: -------------------------------------------------------------------------------- 1 | #include "qdialogbuttonbox.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QDirModel: -------------------------------------------------------------------------------- 1 | #include "qdirmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QDockWidget: -------------------------------------------------------------------------------- 1 | #include "qdockwidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QDoubleSpinBox: -------------------------------------------------------------------------------- 1 | #include "qspinbox.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QErrorMessage: -------------------------------------------------------------------------------- 1 | #include "qerrormessage.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QFileDialog: -------------------------------------------------------------------------------- 1 | #include "qfiledialog.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QFileIconProvider: -------------------------------------------------------------------------------- 1 | #include "qfileiconprovider.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QFileSystemModel: -------------------------------------------------------------------------------- 1 | #include "qfilesystemmodel.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QFocusFrame: -------------------------------------------------------------------------------- 1 | #include "qfocusframe.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QFontComboBox: -------------------------------------------------------------------------------- 1 | #include "qfontcombobox.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QFontDialog: -------------------------------------------------------------------------------- 1 | #include "qfontdialog.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QFormLayout: -------------------------------------------------------------------------------- 1 | #include "qformlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QFrame: -------------------------------------------------------------------------------- 1 | #include "qframe.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGestureEvent: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGestureRecognizer: -------------------------------------------------------------------------------- 1 | #include "qgesturerecognizer.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsAnchor: -------------------------------------------------------------------------------- 1 | #include "qgraphicsanchorlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsAnchorLayout: -------------------------------------------------------------------------------- 1 | #include "qgraphicsanchorlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsBlurEffect: -------------------------------------------------------------------------------- 1 | #include "qgraphicseffect.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsColorizeEffect: -------------------------------------------------------------------------------- 1 | #include "qgraphicseffect.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsDropShadowEffect: -------------------------------------------------------------------------------- 1 | #include "qgraphicseffect.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsEffect: -------------------------------------------------------------------------------- 1 | #include "qgraphicseffect.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsEllipseItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsGridLayout: -------------------------------------------------------------------------------- 1 | #include "qgraphicsgridlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsItemAnimation: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitemanimation.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsItemGroup: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsLayout: -------------------------------------------------------------------------------- 1 | #include "qgraphicslayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsLayoutItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicslayoutitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsLineItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsLinearLayout: -------------------------------------------------------------------------------- 1 | #include "qgraphicslinearlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsObject: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsOpacityEffect: -------------------------------------------------------------------------------- 1 | #include "qgraphicseffect.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsPathItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsPixmapItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsPolygonItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsProxyWidget: -------------------------------------------------------------------------------- 1 | #include "qgraphicsproxywidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsRectItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsRotation: -------------------------------------------------------------------------------- 1 | #include "qgraphicstransform.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsScale: -------------------------------------------------------------------------------- 1 | #include "qgraphicstransform.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsScene: -------------------------------------------------------------------------------- 1 | #include "qgraphicsscene.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsSceneContextMenuEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsSceneDragDropEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsSceneEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsSceneHelpEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsSceneHoverEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsSceneMouseEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsSceneMoveEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsSceneResizeEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsSceneWheelEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsSimpleTextItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsTextItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsTransform: -------------------------------------------------------------------------------- 1 | #include "qgraphicstransform.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsView: -------------------------------------------------------------------------------- 1 | #include "qgraphicsview.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGraphicsWidget: -------------------------------------------------------------------------------- 1 | #include "qgraphicswidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGridLayout: -------------------------------------------------------------------------------- 1 | #include "qgridlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QGroupBox: -------------------------------------------------------------------------------- 1 | #include "qgroupbox.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QHBoxLayout: -------------------------------------------------------------------------------- 1 | #include "qboxlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QHeaderView: -------------------------------------------------------------------------------- 1 | #include "qheaderview.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QInputDialog: -------------------------------------------------------------------------------- 1 | #include "qinputdialog.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QItemDelegate: -------------------------------------------------------------------------------- 1 | #include "qitemdelegate.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QItemEditorCreator: -------------------------------------------------------------------------------- 1 | #include "qitemeditorfactory.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QItemEditorCreatorBase: -------------------------------------------------------------------------------- 1 | #include "qitemeditorfactory.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QItemEditorFactory: -------------------------------------------------------------------------------- 1 | #include "qitemeditorfactory.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QKeyEventTransition: -------------------------------------------------------------------------------- 1 | #include "qkeyeventtransition.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QKeySequenceEdit: -------------------------------------------------------------------------------- 1 | #include "qkeysequenceedit.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QLCDNumber: -------------------------------------------------------------------------------- 1 | #include "qlcdnumber.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QLabel: -------------------------------------------------------------------------------- 1 | #include "qlabel.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QLayout: -------------------------------------------------------------------------------- 1 | #include "qlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QLayoutItem: -------------------------------------------------------------------------------- 1 | #include "qlayoutitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QLineEdit: -------------------------------------------------------------------------------- 1 | #include "qlineedit.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QListView: -------------------------------------------------------------------------------- 1 | #include "qlistview.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QListWidget: -------------------------------------------------------------------------------- 1 | #include "qlistwidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QListWidgetItem: -------------------------------------------------------------------------------- 1 | #include "qlistwidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QMacCocoaViewContainer: -------------------------------------------------------------------------------- 1 | #include "qmaccocoaviewcontainer_mac.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QMacNativeWidget: -------------------------------------------------------------------------------- 1 | #include "qmacnativewidget_mac.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QMainWindow: -------------------------------------------------------------------------------- 1 | #include "qmainwindow.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QMdiArea: -------------------------------------------------------------------------------- 1 | #include "qmdiarea.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QMdiSubWindow: -------------------------------------------------------------------------------- 1 | #include "qmdisubwindow.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QMenu: -------------------------------------------------------------------------------- 1 | #include "qmenu.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QMenuBar: -------------------------------------------------------------------------------- 1 | #include "qmenubar.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QMessageBox: -------------------------------------------------------------------------------- 1 | #include "qmessagebox.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QMouseEventTransition: -------------------------------------------------------------------------------- 1 | #include "qmouseeventtransition.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QOpenGLWidget: -------------------------------------------------------------------------------- 1 | #include "qopenglwidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QPanGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QPinchGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QPlainTextDocumentLayout: -------------------------------------------------------------------------------- 1 | #include "qplaintextedit.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QPlainTextEdit: -------------------------------------------------------------------------------- 1 | #include "qplaintextedit.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QProgressBar: -------------------------------------------------------------------------------- 1 | #include "qprogressbar.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QProgressDialog: -------------------------------------------------------------------------------- 1 | #include "qprogressdialog.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QProxyStyle: -------------------------------------------------------------------------------- 1 | #include "qproxystyle.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QPushButton: -------------------------------------------------------------------------------- 1 | #include "qpushbutton.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QRadioButton: -------------------------------------------------------------------------------- 1 | #include "qradiobutton.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QRubberBand: -------------------------------------------------------------------------------- 1 | #include "qrubberband.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QScrollArea: -------------------------------------------------------------------------------- 1 | #include "qscrollarea.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QScrollBar: -------------------------------------------------------------------------------- 1 | #include "qscrollbar.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QScroller: -------------------------------------------------------------------------------- 1 | #include "qscroller.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QScrollerProperties: -------------------------------------------------------------------------------- 1 | #include "qscrollerproperties.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QShortcut: -------------------------------------------------------------------------------- 1 | #include "qshortcut.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QSizeGrip: -------------------------------------------------------------------------------- 1 | #include "qsizegrip.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QSizePolicy: -------------------------------------------------------------------------------- 1 | #include "qsizepolicy.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QSlider: -------------------------------------------------------------------------------- 1 | #include "qslider.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QSpacerItem: -------------------------------------------------------------------------------- 1 | #include "qlayoutitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QSpinBox: -------------------------------------------------------------------------------- 1 | #include "qspinbox.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QSplashScreen: -------------------------------------------------------------------------------- 1 | #include "qsplashscreen.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QSplitter: -------------------------------------------------------------------------------- 1 | #include "qsplitter.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QSplitterHandle: -------------------------------------------------------------------------------- 1 | #include "qsplitter.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStackedLayout: -------------------------------------------------------------------------------- 1 | #include "qstackedlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStackedWidget: -------------------------------------------------------------------------------- 1 | #include "qstackedwidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStandardItemEditorCreator: -------------------------------------------------------------------------------- 1 | #include "qitemeditorfactory.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStatusBar: -------------------------------------------------------------------------------- 1 | #include "qstatusbar.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyle: -------------------------------------------------------------------------------- 1 | #include "qstyle.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleFactory: -------------------------------------------------------------------------------- 1 | #include "qstylefactory.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleHintReturn: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleHintReturnMask: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleHintReturnVariant: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOption: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionButton: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionComboBox: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionComplex: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionDockWidget: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionDockWidgetV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionFocusRect: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionFrame: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionFrameV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionFrameV3: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionGraphicsItem: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionGroupBox: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionHeader: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionMenuItem: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionProgressBar: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionProgressBarV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionRubberBand: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionSizeGrip: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionSlider: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionSpinBox: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionTab: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionTabBarBase: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionTabBarBaseV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionTabV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionTabV3: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionTabWidgetFrame: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionTabWidgetFrameV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionTitleBar: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionToolBar: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionToolBox: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionToolBoxV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionToolButton: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionViewItem: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionViewItemV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionViewItemV3: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyleOptionViewItemV4: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStylePainter: -------------------------------------------------------------------------------- 1 | #include "qstylepainter.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStylePlugin: -------------------------------------------------------------------------------- 1 | #include "qstyleplugin.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QStyledItemDelegate: -------------------------------------------------------------------------------- 1 | #include "qstyleditemdelegate.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QSwipeGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QSystemTrayIcon: -------------------------------------------------------------------------------- 1 | #include "qsystemtrayicon.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTabBar: -------------------------------------------------------------------------------- 1 | #include "qtabbar.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTabWidget: -------------------------------------------------------------------------------- 1 | #include "qtabwidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTableView: -------------------------------------------------------------------------------- 1 | #include "qtableview.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTableWidget: -------------------------------------------------------------------------------- 1 | #include "qtablewidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTableWidgetItem: -------------------------------------------------------------------------------- 1 | #include "qtablewidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTableWidgetSelectionRange: -------------------------------------------------------------------------------- 1 | #include "qtablewidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTapAndHoldGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTapGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTextBrowser: -------------------------------------------------------------------------------- 1 | #include "qtextbrowser.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTextEdit: -------------------------------------------------------------------------------- 1 | #include "qtextedit.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTileRules: -------------------------------------------------------------------------------- 1 | #include "qdrawutil.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTimeEdit: -------------------------------------------------------------------------------- 1 | #include "qdatetimeedit.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QToolBar: -------------------------------------------------------------------------------- 1 | #include "qtoolbar.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QToolBox: -------------------------------------------------------------------------------- 1 | #include "qtoolbox.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QToolButton: -------------------------------------------------------------------------------- 1 | #include "qtoolbutton.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QToolTip: -------------------------------------------------------------------------------- 1 | #include "qtooltip.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTreeView: -------------------------------------------------------------------------------- 1 | #include "qtreeview.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTreeWidget: -------------------------------------------------------------------------------- 1 | #include "qtreewidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTreeWidgetItem: -------------------------------------------------------------------------------- 1 | #include "qtreewidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QTreeWidgetItemIterator: -------------------------------------------------------------------------------- 1 | #include "qtreewidgetitemiterator.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QUndoCommand: -------------------------------------------------------------------------------- 1 | #include "qundostack.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QUndoGroup: -------------------------------------------------------------------------------- 1 | #include "qundogroup.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QUndoStack: -------------------------------------------------------------------------------- 1 | #include "qundostack.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QUndoView: -------------------------------------------------------------------------------- 1 | #include "qundoview.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QVBoxLayout: -------------------------------------------------------------------------------- 1 | #include "qboxlayout.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QWhatsThis: -------------------------------------------------------------------------------- 1 | #include "qwhatsthis.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QWidget: -------------------------------------------------------------------------------- 1 | #include "qwidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QWidgetAction: -------------------------------------------------------------------------------- 1 | #include "qwidgetaction.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QWidgetData: -------------------------------------------------------------------------------- 1 | #include "qwidget.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QWidgetItem: -------------------------------------------------------------------------------- 1 | #include "qlayoutitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QWidgetItemV2: -------------------------------------------------------------------------------- 1 | #include "qlayoutitem.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QWizard: -------------------------------------------------------------------------------- 1 | #include "qwizard.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QWizardPage: -------------------------------------------------------------------------------- 1 | #include "qwizard.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/QtWidgetsDepends: -------------------------------------------------------------------------------- 1 | /* This file was generated by qmake with the info from /src/widgets/widgets.pro. */ 2 | #ifdef __cplusplus /* create empty PCH in C mode */ 3 | #include 4 | #include 5 | #endif 6 | -------------------------------------------------------------------------------- /include/QtWidgets/QtWidgetsVersion: -------------------------------------------------------------------------------- 1 | #include "qtwidgetsversion.h" 2 | -------------------------------------------------------------------------------- /include/QtWidgets/qstylefactory.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtWidgets module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | #ifndef QSTYLEFACTORY_H 41 | #define QSTYLEFACTORY_H 42 | 43 | #include 44 | 45 | QT_BEGIN_NAMESPACE 46 | 47 | 48 | class QStyle; 49 | 50 | class Q_WIDGETS_EXPORT QStyleFactory 51 | { 52 | public: 53 | static QStringList keys(); 54 | static QStyle *create(const QString&); 55 | }; 56 | 57 | QT_END_NAMESPACE 58 | 59 | #endif // QSTYLEFACTORY_H 60 | -------------------------------------------------------------------------------- /include/QtWidgets/qstyleplugin.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtWidgets module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | #ifndef QSTYLEPLUGIN_H 41 | #define QSTYLEPLUGIN_H 42 | 43 | #include 44 | #include 45 | 46 | QT_BEGIN_NAMESPACE 47 | 48 | 49 | class QStyle; 50 | 51 | #define QStyleFactoryInterface_iid "org.qt-project.Qt.QStyleFactoryInterface" 52 | 53 | class Q_WIDGETS_EXPORT QStylePlugin : public QObject 54 | { 55 | Q_OBJECT 56 | public: 57 | explicit QStylePlugin(QObject *parent = Q_NULLPTR); 58 | ~QStylePlugin(); 59 | 60 | virtual QStyle *create(const QString &key) = 0; 61 | }; 62 | 63 | QT_END_NAMESPACE 64 | 65 | #endif // QSTYLEPLUGIN_H 66 | -------------------------------------------------------------------------------- /include/QtWidgets/qtwidgetsversion.h: -------------------------------------------------------------------------------- 1 | /* This file was generated by syncqt. */ 2 | #ifndef QT_QTWIDGETS_VERSION_H 3 | #define QT_QTWIDGETS_VERSION_H 4 | 5 | #define QTWIDGETS_VERSION_STR "5.7.0" 6 | 7 | #define QTWIDGETS_VERSION 0x050700 8 | 9 | #endif // QT_QTWIDGETS_VERSION_H 10 | -------------------------------------------------------------------------------- /include/QtWidgets/qwidgetsfunctions_wince.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtWidgets module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | #ifndef QWIDGETSFUNCTIONS_WCE_H 40 | #define QWIDGETSFUNCTIONS_WCE_H 41 | 42 | #include 43 | 44 | #ifdef Q_OS_WINCE 45 | #include 46 | 47 | #ifdef QT_BUILD_GUI_LIB 48 | QT_BEGIN_NAMESPACE 49 | QT_END_NAMESPACE 50 | #endif 51 | 52 | 53 | //WinCe 7 has shell support 54 | #ifndef ShellExecute 55 | HINSTANCE qt_wince_ShellExecute(HWND hwnd, LPCWSTR operation, LPCWSTR file, LPCWSTR params, LPCWSTR dir, int showCmd); 56 | #define ShellExecute(a,b,c,d,e,f) qt_wince_ShellExecute(a,b,c,d,e,f) 57 | #endif 58 | 59 | #endif // Q_OS_WINCE 60 | #endif // QWIDGETSFUNCTIONS_WCE_H 61 | -------------------------------------------------------------------------------- /include/base-objects.h: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #pragma once 16 | 17 | #include 18 | #include 19 | #include 20 | #include 21 | 22 | using Index = uint32_t; 23 | using NodeId = uint32_t; 24 | using LinkId = uint32_t; 25 | 26 | 27 | // Base struct for defining boundary 28 | struct Box { 29 | double x_min; 30 | double x_max; 31 | double y_min; 32 | double y_max; 33 | }; 34 | 35 | // Row for containing various dbf field variables 36 | struct Row { 37 | std::map strings; 38 | std::map integers; 39 | std::map doubles; 40 | }; 41 | 42 | // SHP shape types 43 | enum class ShapeType : int { 44 | Invalid = 0x00, 45 | Point = 0x01, 46 | Polyline = 0x03 47 | }; 48 | 49 | // SHP type 50 | struct Point { 51 | double x; 52 | double y; 53 | }; 54 | 55 | // SHP type 56 | struct PolyLine { 57 | Box box; 58 | std::vector> parts; 59 | }; 60 | 61 | -------------------------------------------------------------------------------- /include/dbf.h: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #pragma once 16 | 17 | #include 18 | #include 19 | #include 20 | #include 21 | 22 | #include "base-objects.h" 23 | 24 | class Dbf { 25 | public: 26 | Dbf(const std::string &path); 27 | ~Dbf(); 28 | 29 | std::string getStringField(Index index, const std::string &field_name); 30 | Row getRow(Index index); 31 | void designateValidFields(const std::vector &field_names); 32 | 33 | Index numEntities() const 34 | { 35 | return this->_n_entities; 36 | } 37 | 38 | private: 39 | enum class Type : int32_t { 40 | String, 41 | Integer, 42 | Double, 43 | Logical, 44 | Invalid 45 | }; 46 | 47 | static const char *toString(const Type &type); 48 | 49 | struct Field { 50 | Type type; 51 | std::string name; 52 | 53 | Field() {} 54 | Field(Type type, std::string &&name); 55 | Field(const Field &); 56 | Field &operator=(const Field &); 57 | }; 58 | 59 | std::vector _fields; 60 | std::vector _designated_field_indices; 61 | 62 | Index _n_entities; 63 | int _n_fields; 64 | void *_handle; 65 | }; -------------------------------------------------------------------------------- /include/graph.h: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #pragma once 16 | 17 | #include 18 | #include 19 | #include 20 | #include 21 | 22 | #include "adj-entry.h" 23 | 24 | class Graph { 25 | public: 26 | using Way = std::list; 27 | static Way get_shortest_path(AdjMap &adj_map, NodeId from, NodeId to); 28 | static void print(const Way &); 29 | 30 | private: 31 | // contains distance to the node(id) from node(get_shorted_path argument) 32 | struct QueueNode { 33 | NodeId id; 34 | double dist; 35 | QueueNode() : id(0), dist(0) {} 36 | QueueNode(NodeId nodeId, double distance) : id(nodeId), dist(distance) {} 37 | bool operator()(const QueueNode &lhs, const QueueNode &rhs) const 38 | { 39 | return lhs.dist > rhs.dist; 40 | } 41 | }; 42 | }; -------------------------------------------------------------------------------- /include/link-loader.h: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #pragma once 16 | 17 | #include 18 | #include 19 | #include 20 | 21 | #include "loader.h" 22 | 23 | #define MOCT_LINK_PATH ".\\data\\MOCT_LINK" 24 | 25 | class LinkLoader : public Loader { 26 | public: 27 | LinkLoader(const std::string &path) : Loader(path) {} 28 | virtual void load(AdjMap &adj_map) override; 29 | 30 | PolyLine getPolyline(Index index) 31 | { 32 | return this->_shp.getPolyline(index); 33 | } 34 | 35 | Row getRow(Index index) 36 | { 37 | return this->_dbf.getRow(index); 38 | } 39 | }; -------------------------------------------------------------------------------- /include/loader.h: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #pragma once 16 | 17 | #include 18 | #include 19 | 20 | #include "dbf.h" 21 | #include "shp.h" 22 | #include "adj-entry.h" 23 | #include "base-objects.h" 24 | 25 | class Loader { 26 | public: 27 | Loader(const std::string &path); 28 | virtual void load(AdjMap &adj_map) = 0; 29 | const Box &getBox() const 30 | { 31 | return this->_shp.getBox(); 32 | } 33 | 34 | protected: 35 | using PolylineConsumer = std::function; 36 | using PointConsumer = std::function; 37 | 38 | struct ConsumerSet { 39 | PolylineConsumer polyline_consumer; 40 | PointConsumer point_consumer; 41 | 42 | ConsumerSet() {} 43 | ConsumerSet(PolylineConsumer &&c1, PointConsumer &&c2) : 44 | polyline_consumer(std::move(c1)), point_consumer(std::move(c2)) 45 | { 46 | } 47 | }; 48 | 49 | void designateValidFields(const std::vector &field_names); 50 | void registerConsumerSet(ConsumerSet &&consumer_set); 51 | bool consumeNext(); 52 | Index numEntities() const 53 | { 54 | return this->_n_entities; 55 | } 56 | 57 | AdjMap _adj_map; 58 | Dbf _dbf; 59 | Shp _shp; 60 | 61 | private: 62 | ConsumerSet _comsumer_set; 63 | Index _n_entities; 64 | Index _current_index; 65 | }; -------------------------------------------------------------------------------- /include/map-data.h: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #pragma once 16 | 17 | #include "link-loader.h" 18 | #include "node-loader.h" 19 | #include 20 | 21 | struct MapData { 22 | LinkLoader link_loader; 23 | NodeLoader node_loader; 24 | AdjMap adj_map; 25 | Box box; 26 | 27 | MapData(); 28 | 29 | std::vector getDivision(const Link &link); 30 | int getDivision(const Node &node); 31 | Box getDivisionBox(int division); 32 | void load(); 33 | 34 | // use x-ored this enum value to reverse coordinates 35 | enum ReverseState { 36 | NONE = 0, 37 | X = 0b01, 38 | Y = 0b10 39 | }; 40 | using CoordinateTransformer = std::function; 41 | void transformCoordinates( 42 | const CoordinateTransformer &x_transformer, 43 | const CoordinateTransformer &y_transformer, 44 | ReverseState reverse_state = ReverseState::NONE); 45 | 46 | private: 47 | void loadDivisionData(); 48 | void loadDivisionSide(); 49 | 50 | static const int _division_count; 51 | double _division_x; 52 | double _division_y; 53 | }; -------------------------------------------------------------------------------- /include/node-loader.h: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #pragma once 16 | 17 | #include "loader.h" 18 | 19 | #define MOCT_NODE_PATH ".\\data\\MOCT_NODE" 20 | 21 | class NodeLoader : public Loader { 22 | public: 23 | NodeLoader(const std::string &path) : Loader(path) {} 24 | virtual void load(AdjMap &adj_map) override; 25 | 26 | Point getPoint(Index index) 27 | { 28 | return this->_shp.getPoint(index); 29 | } 30 | 31 | Row getRow(Index index) 32 | { 33 | return this->_dbf.getRow(index); 34 | } 35 | }; -------------------------------------------------------------------------------- /include/shp.h: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #pragma once 16 | 17 | #include 18 | #include 19 | #include 20 | 21 | #include "base-objects.h" 22 | 23 | class Shp { 24 | public: 25 | Shp(const std::string &path); 26 | ~Shp(); 27 | 28 | PolyLine getPolyline(Index index); 29 | Point getPoint(Index index); 30 | Index numEntities() const 31 | { 32 | return this->_n_entities; 33 | } 34 | ShapeType getShapeType() const 35 | { 36 | return this->_shape_type; 37 | } 38 | 39 | const Box &getBox() const 40 | { 41 | return this->_box; 42 | } 43 | 44 | private: 45 | Index _n_entities; 46 | ShapeType _shape_type; 47 | void *_handle; 48 | Box _box; 49 | }; -------------------------------------------------------------------------------- /platforms/qwindows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/platforms/qwindows.dll -------------------------------------------------------------------------------- /qtmain.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/qtmain.lib -------------------------------------------------------------------------------- /res/ic_zoom_in_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/res/ic_zoom_in_black_24dp.png -------------------------------------------------------------------------------- /res/ic_zoom_out_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/res/ic_zoom_out_black_24dp.png -------------------------------------------------------------------------------- /screenshots/full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/screenshots/full.png -------------------------------------------------------------------------------- /screenshots/way-drawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hannin/what-the-map/54488b81eaf830e3813d8eaa107ee2382f8b8ae9/screenshots/way-drawn.png -------------------------------------------------------------------------------- /src/link-loader.cpp: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #include "link-loader.h" 16 | 17 | void LinkLoader::load(AdjMap &adj_map) 18 | { 19 | std::vector valid_fields = { "LINK_ID", "F_NODE", "T_NODE" }; 20 | this->designateValidFields(valid_fields); 21 | 22 | this->registerConsumerSet(ConsumerSet( 23 | [&adj_map, &valid_fields](Index index, Row &&row, PolyLine &&polyline) { 24 | std::unique_ptr link(new Link(index, std::move(polyline))); 25 | try { 26 | link->id = static_cast(std::stoul(row.strings.at(valid_fields[0]))); 27 | link->from = static_cast(std::stoul(row.strings.at(valid_fields[1]))); 28 | link->to = static_cast(std::stoul(row.strings.at(valid_fields[2]))); 29 | } catch (const std::invalid_argument &e) { 30 | std::cerr << "std::invalid_argument exception on stoul... " 31 | << "skip link. id:(" << row.strings.at(valid_fields[0]) << "). " 32 | << e.what() << std::endl; 33 | return; 34 | } 35 | 36 | adj_map.link_map[link->from].push_back(link.get()); 37 | adj_map.raw_links.emplace_back(std::move(link)); 38 | }, nullptr)); 39 | 40 | std::cout << "reading link shp/dbf file..." << std::endl; 41 | while (this->consumeNext()) {} 42 | } -------------------------------------------------------------------------------- /src/loader.cpp: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #include "loader.h" 16 | 17 | Loader::Loader(const std::string &path) : _dbf(path), _shp(path) 18 | { 19 | if (this->_dbf.numEntities() != this->_shp.numEntities()) 20 | throw std::runtime_error("dbf's entity and shp's entity number is different!"); 21 | this->_n_entities = this->_dbf.numEntities(); 22 | this->_current_index = 0; 23 | } 24 | 25 | bool Loader::consumeNext() 26 | { 27 | try { 28 | Row row = this->_dbf.getRow(this->_current_index); 29 | switch (this->_shp.getShapeType()) { 30 | case ShapeType::Point: 31 | { 32 | Point point = this->_shp.getPoint(this->_current_index); 33 | this->_comsumer_set.point_consumer(this->_current_index, std::move(row), std::move(point)); 34 | break; 35 | } 36 | case ShapeType::Polyline: 37 | { 38 | PolyLine polyline = this->_shp.getPolyline(this->_current_index); 39 | this->_comsumer_set.polyline_consumer(this->_current_index, std::move(row), std::move(polyline)); 40 | break; 41 | } 42 | default: 43 | break; 44 | } 45 | } catch (const std::exception &e) { 46 | std::cerr << "exception(" << e.what() << ") in consuming index(" 47 | << this->_current_index << "). SKip it." << std::endl; 48 | } 49 | 50 | return ++this->_current_index < this->_n_entities; 51 | } 52 | 53 | void Loader::designateValidFields(const std::vector &field_names) 54 | { 55 | this->_dbf.designateValidFields(field_names); 56 | } 57 | 58 | void Loader::registerConsumerSet(ConsumerSet &&consumer_set) 59 | { 60 | this->_comsumer_set = std::move(consumer_set); 61 | } 62 | -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #include 16 | #include 17 | #include 18 | #include 19 | #include 20 | #include "main-window.h" 21 | 22 | void alloc_console() 23 | { 24 | if (AllocConsole() == 0) 25 | throw std::runtime_error("Failed to allocConsole..."); 26 | 27 | freopen("CONOUT$", "w", stdout); 28 | freopen("CONOUT$", "w", stderr); 29 | } 30 | 31 | int main(int argc, char *argv[]) 32 | { 33 | alloc_console(); 34 | 35 | QApplication a(argc, argv); 36 | a.setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); 37 | 38 | MainWindow window; 39 | window.show(); 40 | 41 | return a.exec(); 42 | } -------------------------------------------------------------------------------- /src/map-data_test.cpp: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #include "map-data.h" 16 | #include 17 | #include 18 | 19 | void test_mapdata(void) 20 | { 21 | MapData mapdata; 22 | mapdata.load(); 23 | 24 | for (auto &link : mapdata.adj_map.raw_links) { 25 | // check parats non-emptiness 26 | if (link->polyline.parts.empty()) 27 | throw std::invalid_argument("parts in polyline shouldn't be empty"); 28 | 29 | // check box bound for polyline 30 | auto &box = link->polyline.box; 31 | for (auto &part : link->polyline.parts) { 32 | for (auto &point : part) { 33 | if (point.x > box.x_max || point.x < box.x_min || 34 | point.y > box.y_max || point.y < box.y_min) 35 | throw std::invalid_argument("point in link isn't in polyline box"); 36 | } 37 | } 38 | } 39 | } -------------------------------------------------------------------------------- /src/node-loader.cpp: -------------------------------------------------------------------------------- 1 | // Copyright(C) 2016 Kyungwook Tak 2 | // 3 | // This program is free software : you can redistribute it and / or modify 4 | // it under the terms of the GNU General Public License as published by 5 | // the Free Software Foundation, either version 3 of the License, or 6 | // (at your option) any later version. 7 | // 8 | // This program is distributed in the hope that it will be useful, 9 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the 11 | // GNU General Public License for more details. 12 | // 13 | // You should have received a copy of the GNU General Public License 14 | // along with this program.If not, see . 15 | #include "node-loader.h" 16 | 17 | void NodeLoader::load(AdjMap &adj_map) 18 | { 19 | std::vector valid_fields = { "NODE_ID", "NODE_NAME" }; 20 | this->designateValidFields(valid_fields); 21 | 22 | this->registerConsumerSet(ConsumerSet(nullptr, 23 | [&adj_map, &valid_fields](Index index, Row &&row, Point &&point) { 24 | std::unique_ptr node(new Node(index, std::move(point))); 25 | try { 26 | node->id = static_cast(std::stoul(row.strings.at(valid_fields[0]))); 27 | } catch (const std::invalid_argument &e) { 28 | std::cerr << "std::invalid_argument exception on stoul... " 29 | << "skip link. id:(" << row.strings.at(valid_fields[0]) << "). " 30 | << e.what() << std::endl; 31 | return; 32 | } 33 | 34 | adj_map.node_map[node->id] = std::move(node); 35 | })); 36 | 37 | std::cout << "reading node shp/dbf file..." << std::endl; 38 | while (this->consumeNext()) {} 39 | } --------------------------------------------------------------------------------