QPA of QT Learning

In order to support multiple platforms, QT implements the following virtual functions

Class Overview

  • QPlatformIntegration
    • QAbstractEventDispatcher
    • QPlatformAccessibility
    • QPlatformBackingStore
    • QPlatformClipboard
    • QPlatformCursor
    • QPlatformDrag
    • QPlatformFontDatabase
    • QPlatformGraphicsBuffer
    • QPlatformInputContext
    • QPlatformNativeInterface
    • QPlatformOffscreenSurface
    • QPlatformOpenGLContext
    • QPlatformScreen
    • QPlatformServices
    • QPlatformSharedGraphicsCache
    • QPlatformSurface
    • QPlatformWindow
  • QPlatformTheme

qtbase/src/platformsupport contains several helper classes for implementing platform plugins on Unix-like systems.

Supongo que te gusta

Origin blog.csdn.net/u012794472/article/details/129248594
Recomendado
Clasificación