@Properties(inherit=Qt5Gui.class) public class QGuiApplication extends QCoreApplication
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
ApplicationFlags
Constructor and Description |
---|
QGuiApplication(int[] argc,
byte[] argv) |
QGuiApplication(IntBuffer argc,
ByteBuffer argv) |
QGuiApplication(IntPointer argc,
BytePointer argv) |
QGuiApplication(IntPointer argc,
PointerPointer argv) |
QGuiApplication(Pointer p)
Pointer cast constructor.
|
addLibraryPath, applicationDirPath, applicationFilePath, applicationName, applicationPid, applicationVersion, closingDown, eventDispatcher, exit, exit, hasPendingEvents, instance, isQuitLockEnabled, isSetuidAllowed, organizationDomain, organizationName, postEvent, postEvent, processEvents, quit, removeLibraryPath, removePostedEvents, removePostedEvents, sendEvent, sendPostedEvents, sendPostedEvents, setApplicationName, setApplicationVersion, setAttribute, setAttribute, setEventDispatcher, setOrganizationDomain, setOrganizationName, setQuitLockEnabled, setSetuidAllowed, startingUp, testAttribute, translate, translate, translate, translate
blockSignals, deleteLater, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, dumpObjectInfo, dumpObjectTree, event, eventFilter, inherits, inherits, installEventFilter, isWidgetType, isWindowType, killTimer, objectName, parent, position, registerUserData, removeEventFilter, setObjectName, setParent, setProperty, setProperty, signalsBlocked, startTimer, startTimer, startTimer, startTimer, tr, tr, tr, tr
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public QGuiApplication(Pointer p)
Pointer.Pointer(Pointer)
.public QGuiApplication(@ByRef IntPointer argc, @Cast(value="char**") PointerPointer argv)
public QGuiApplication(@ByRef IntPointer argc, @Cast(value="char**") @ByPtrPtr BytePointer argv)
public QGuiApplication(@ByRef IntBuffer argc, @Cast(value="char**") @ByPtrPtr ByteBuffer argv)
public static QObject focusObject()
public double devicePixelRatio()
public static void restoreOverrideCursor()
@ByVal @Cast(value="Qt::KeyboardModifiers") public static int queryKeyboardModifiers()
public static void setLayoutDirection(@Cast(value="Qt::LayoutDirection") int direction)
public static void setQuitOnLastWindowClosed(@Cast(value="bool") boolean quit)
public static void setHighDpiScaleFactorRoundingPolicy(@Cast(value="Qt::HighDpiScaleFactorRoundingPolicy") int policy)
@Cast(value="Qt::HighDpiScaleFactorRoundingPolicy") public static int highDpiScaleFactorRoundingPolicy()
public static int exec()
@Cast(value="bool") @Name(value="notify") public boolean _notify(QObject arg0, QEvent arg1)
_notify
in class QCoreApplication
@Cast(value="bool") public static boolean isFallbackSessionManagementEnabled()
public static void setFallbackSessionManagementEnabled(@Cast(value="bool") boolean arg0)
public static void sync()
Copyright © 2020. All rights reserved.