All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.gui.QStyleHints Maven / Gradle / Ivy

There is a newer version: 6.8.0
Show newest version
package io.qt.gui;

import io.qt.*;


/**
 * 

Contains platform specific hints and settings

*

Java wrapper for Qt class QStyleHints

*/ public final class QStyleHints extends io.qt.core.QObject { static { QtJambi_LibraryUtilities.initialize(); } /** * This variable stores the meta-object for the class. */ public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QStyleHints.class); /** *

See QStyleHints::colorSchemeChanged(Qt::ColorScheme)

*/ @QtPropertyNotify(name="colorScheme") public final @NonNull Signal1 colorSchemeChanged = new Signal1<>(); /** *

See QStyleHints::cursorFlashTimeChanged(int)

*/ @QtPropertyNotify(name="cursorFlashTime") public final @NonNull Signal1 cursorFlashTimeChanged = new Signal1<>(); /** *

See QStyleHints::keyboardInputIntervalChanged(int)

*/ @QtPropertyNotify(name="keyboardInputInterval") public final @NonNull Signal1 keyboardInputIntervalChanged = new Signal1<>(); /** *

See QStyleHints::mouseDoubleClickIntervalChanged(int)

*/ @QtPropertyNotify(name="mouseDoubleClickInterval") public final @NonNull Signal1 mouseDoubleClickIntervalChanged = new Signal1<>(); /** *

See QStyleHints::mousePressAndHoldIntervalChanged(int)

*/ @QtPropertyNotify(name="mousePressAndHoldInterval") public final @NonNull Signal1 mousePressAndHoldIntervalChanged = new Signal1<>(); /** *

See QStyleHints::mouseQuickSelectionThresholdChanged(int)

*/ @QtPropertyNotify(name="mouseQuickSelectionThreshold") public final @NonNull Signal1 mouseQuickSelectionThresholdChanged = new Signal1<>(); /** *

See QStyleHints::showShortcutsInContextMenusChanged(bool)

*/ @QtPropertyNotify(name="showShortcutsInContextMenus") public final @NonNull Signal1 showShortcutsInContextMenusChanged = new Signal1<>(); /** *

See QStyleHints::startDragDistanceChanged(int)

*/ @QtPropertyNotify(name="startDragDistance") public final @NonNull Signal1 startDragDistanceChanged = new Signal1<>(); /** *

See QStyleHints::startDragTimeChanged(int)

*/ @QtPropertyNotify(name="startDragTime") public final @NonNull Signal1 startDragTimeChanged = new Signal1<>(); /** *

See QStyleHints::tabFocusBehaviorChanged(Qt::TabFocusBehavior)

*/ @QtPropertyNotify(name="tabFocusBehavior") public final @NonNull Signal1 tabFocusBehaviorChanged = new Signal1<>(); /** *

See QStyleHints::useHoverEffectsChanged(bool)

*/ @QtPropertyNotify(name="useHoverEffects") public final @NonNull Signal1 useHoverEffectsChanged = new Signal1<>(); /** *

See QStyleHints::wheelScrollLinesChanged(int)

*/ @QtPropertyNotify(name="wheelScrollLines") public final @NonNull Signal1 wheelScrollLinesChanged = new Signal1<>(); /** *

See QStyleHints::colorScheme()const

*/ @QtPropertyReader(name="colorScheme") @QtUninvokable public final io.qt.core.Qt.@NonNull ColorScheme colorScheme(){ return io.qt.core.Qt.ColorScheme.resolve(colorScheme_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this))); } @QtUninvokable private native int colorScheme_native_constfct(long __this__nativeId); /** *

See QStyleHints::cursorFlashTime()const

*/ @QtPropertyReader(name="cursorFlashTime") @QtUninvokable public final int cursorFlashTime(){ return cursorFlashTime_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int cursorFlashTime_native_constfct(long __this__nativeId); /** *

See QStyleHints::fontSmoothingGamma()const

*/ @QtPropertyReader(name="fontSmoothingGamma") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final double fontSmoothingGamma(){ return fontSmoothingGamma_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native double fontSmoothingGamma_native_constfct(long __this__nativeId); /** *

See QStyleHints::keyboardAutoRepeatRate()const

*/ @QtPropertyReader(name="keyboardAutoRepeatRate") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final int keyboardAutoRepeatRate(){ return keyboardAutoRepeatRate_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int keyboardAutoRepeatRate_native_constfct(long __this__nativeId); /** *

See QStyleHints::keyboardAutoRepeatRateF()const

*/ @QtPropertyReader(name="keyboardAutoRepeatRateF") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final double keyboardAutoRepeatRateF(){ return keyboardAutoRepeatRateF_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native double keyboardAutoRepeatRateF_native_constfct(long __this__nativeId); /** *

See QStyleHints::keyboardInputInterval()const

*/ @QtPropertyReader(name="keyboardInputInterval") @QtUninvokable public final int keyboardInputInterval(){ return keyboardInputInterval_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int keyboardInputInterval_native_constfct(long __this__nativeId); /** *

See QStyleHints::mouseDoubleClickDistance()const

*/ @QtPropertyReader(name="mouseDoubleClickDistance") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final int mouseDoubleClickDistance(){ return mouseDoubleClickDistance_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int mouseDoubleClickDistance_native_constfct(long __this__nativeId); /** *

See QStyleHints::mouseDoubleClickInterval()const

*/ @QtPropertyReader(name="mouseDoubleClickInterval") @QtUninvokable public final int mouseDoubleClickInterval(){ return mouseDoubleClickInterval_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int mouseDoubleClickInterval_native_constfct(long __this__nativeId); /** *

See QStyleHints::mousePressAndHoldInterval()const

*/ @QtPropertyReader(name="mousePressAndHoldInterval") @QtUninvokable public final int mousePressAndHoldInterval(){ return mousePressAndHoldInterval_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int mousePressAndHoldInterval_native_constfct(long __this__nativeId); /** *

See QStyleHints::mouseQuickSelectionThreshold()const

*/ @QtPropertyReader(name="mouseQuickSelectionThreshold") @QtUninvokable public final int mouseQuickSelectionThreshold(){ return mouseQuickSelectionThreshold_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int mouseQuickSelectionThreshold_native_constfct(long __this__nativeId); /** *

See QStyleHints::passwordMaskCharacter()const

*/ @QtPropertyReader(name="passwordMaskCharacter") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final char passwordMaskCharacter(){ return passwordMaskCharacter_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native char passwordMaskCharacter_native_constfct(long __this__nativeId); /** *

See QStyleHints::passwordMaskDelay()const

*/ @QtPropertyReader(name="passwordMaskDelay") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final int passwordMaskDelay(){ return passwordMaskDelay_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int passwordMaskDelay_native_constfct(long __this__nativeId); /** *

See QStyleHints::setCursorFlashTime(int)

*/ @QtUninvokable public final void setCursorFlashTime(int cursorFlashTime){ setCursorFlashTime_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), cursorFlashTime); } @QtUninvokable private native void setCursorFlashTime_native_int(long __this__nativeId, int cursorFlashTime); /** *

See QStyleHints::setFocusOnTouchRelease()const

*/ @QtPropertyReader(name="setFocusOnTouchRelease") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final boolean setFocusOnTouchRelease(){ return setFocusOnTouchRelease_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean setFocusOnTouchRelease_native_constfct(long __this__nativeId); /** *

See QStyleHints::setKeyboardInputInterval(int)

*/ @QtUninvokable public final void setKeyboardInputInterval(int keyboardInputInterval){ setKeyboardInputInterval_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), keyboardInputInterval); } @QtUninvokable private native void setKeyboardInputInterval_native_int(long __this__nativeId, int keyboardInputInterval); /** *

See QStyleHints::setMouseDoubleClickInterval(int)

*/ @QtUninvokable public final void setMouseDoubleClickInterval(int mouseDoubleClickInterval){ setMouseDoubleClickInterval_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), mouseDoubleClickInterval); } @QtUninvokable private native void setMouseDoubleClickInterval_native_int(long __this__nativeId, int mouseDoubleClickInterval); /** *

See QStyleHints::setMousePressAndHoldInterval(int)

*/ @QtUninvokable public final void setMousePressAndHoldInterval(int mousePressAndHoldInterval){ setMousePressAndHoldInterval_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), mousePressAndHoldInterval); } @QtUninvokable private native void setMousePressAndHoldInterval_native_int(long __this__nativeId, int mousePressAndHoldInterval); /** *

Quick selection mouse threshold in QLineEdit

*

See QStyleHints::setMouseQuickSelectionThreshold(int)

*/ @QtPropertyWriter(name="mouseQuickSelectionThreshold") @QtUninvokable public final void setMouseQuickSelectionThreshold(int threshold){ setMouseQuickSelectionThreshold_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), threshold); } @QtUninvokable private native void setMouseQuickSelectionThreshold_native_int(long __this__nativeId, int threshold); /** *

See QStyleHints::setShowShortcutsInContextMenus(bool)

*/ @QtPropertyWriter(name="showShortcutsInContextMenus") @QtUninvokable public final void setShowShortcutsInContextMenus(boolean showShortcutsInContextMenus){ setShowShortcutsInContextMenus_native_bool(QtJambi_LibraryUtilities.internal.nativeId(this), showShortcutsInContextMenus); } @QtUninvokable private native void setShowShortcutsInContextMenus_native_bool(long __this__nativeId, boolean showShortcutsInContextMenus); /** *

See QStyleHints::setStartDragDistance(int)

*/ @QtUninvokable public final void setStartDragDistance(int startDragDistance){ setStartDragDistance_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), startDragDistance); } @QtUninvokable private native void setStartDragDistance_native_int(long __this__nativeId, int startDragDistance); /** *

See QStyleHints::setStartDragTime(int)

*/ @QtUninvokable public final void setStartDragTime(int startDragTime){ setStartDragTime_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), startDragTime); } @QtUninvokable private native void setStartDragTime_native_int(long __this__nativeId, int startDragTime); /** *

See QStyleHints::setTabFocusBehavior(Qt::TabFocusBehavior)

*/ @QtUninvokable public final void setTabFocusBehavior(io.qt.core.Qt.@NonNull TabFocusBehavior tabFocusBehavior){ setTabFocusBehavior_native_Qt_TabFocusBehavior(QtJambi_LibraryUtilities.internal.nativeId(this), tabFocusBehavior.value()); } @QtUninvokable private native void setTabFocusBehavior_native_Qt_TabFocusBehavior(long __this__nativeId, int tabFocusBehavior); /** *

See QStyleHints::setUseHoverEffects(bool)

*/ @QtPropertyWriter(name="useHoverEffects") @QtUninvokable public final void setUseHoverEffects(boolean useHoverEffects){ setUseHoverEffects_native_bool(QtJambi_LibraryUtilities.internal.nativeId(this), useHoverEffects); } @QtUninvokable private native void setUseHoverEffects_native_bool(long __this__nativeId, boolean useHoverEffects); /** *

See QStyleHints::setWheelScrollLines(int)

*/ @QtUninvokable public final void setWheelScrollLines(int scrollLines){ setWheelScrollLines_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), scrollLines); } @QtUninvokable private native void setWheelScrollLines_native_int(long __this__nativeId, int scrollLines); /** *

See QStyleHints::showIsFullScreen()const

*/ @QtPropertyReader(name="showIsFullScreen") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final boolean showIsFullScreen(){ return showIsFullScreen_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean showIsFullScreen_native_constfct(long __this__nativeId); /** *

See QStyleHints::showIsMaximized()const

*/ @QtPropertyReader(name="showIsMaximized") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final boolean showIsMaximized(){ return showIsMaximized_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean showIsMaximized_native_constfct(long __this__nativeId); /** *

See QStyleHints::showShortcutsInContextMenus()const

*/ @QtPropertyReader(name="showShortcutsInContextMenus") @QtUninvokable public final boolean showShortcutsInContextMenus(){ return showShortcutsInContextMenus_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean showShortcutsInContextMenus_native_constfct(long __this__nativeId); /** *

See QStyleHints::singleClickActivation()const

*/ @QtPropertyReader(name="singleClickActivation") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final boolean singleClickActivation(){ return singleClickActivation_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean singleClickActivation_native_constfct(long __this__nativeId); /** *

See QStyleHints::startDragDistance()const

*/ @QtPropertyReader(name="startDragDistance") @QtUninvokable public final int startDragDistance(){ return startDragDistance_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int startDragDistance_native_constfct(long __this__nativeId); /** *

See QStyleHints::startDragTime()const

*/ @QtPropertyReader(name="startDragTime") @QtUninvokable public final int startDragTime(){ return startDragTime_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int startDragTime_native_constfct(long __this__nativeId); /** *

See QStyleHints::startDragVelocity()const

*/ @QtPropertyReader(name="startDragVelocity") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final int startDragVelocity(){ return startDragVelocity_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int startDragVelocity_native_constfct(long __this__nativeId); /** *

See QStyleHints::tabFocusBehavior()const

*/ @QtPropertyReader(name="tabFocusBehavior") @QtUninvokable public final io.qt.core.Qt.@NonNull TabFocusBehavior tabFocusBehavior(){ return io.qt.core.Qt.TabFocusBehavior.resolve(tabFocusBehavior_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this))); } @QtUninvokable private native int tabFocusBehavior_native_constfct(long __this__nativeId); /** *

See QStyleHints::touchDoubleTapDistance()const

*/ @QtPropertyReader(name="touchDoubleTapDistance") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final int touchDoubleTapDistance(){ return touchDoubleTapDistance_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int touchDoubleTapDistance_native_constfct(long __this__nativeId); /** *

See QStyleHints::useHoverEffects()const

*/ @QtPropertyReader(name="useHoverEffects") @QtUninvokable public final boolean useHoverEffects(){ return useHoverEffects_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean useHoverEffects_native_constfct(long __this__nativeId); /** *

See QStyleHints::useRtlExtensions()const

*/ @QtPropertyReader(name="useRtlExtensions") @QtPropertyStored("false") @QtPropertyConstant @QtUninvokable public final boolean useRtlExtensions(){ return useRtlExtensions_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean useRtlExtensions_native_constfct(long __this__nativeId); /** *

See QStyleHints::wheelScrollLines()const

*/ @QtPropertyReader(name="wheelScrollLines") @QtUninvokable public final int wheelScrollLines(){ return wheelScrollLines_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int wheelScrollLines_native_constfct(long __this__nativeId); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QStyleHints(QPrivateConstructor p) { super(p); } /** * @hidden *

Kotlin property getter. In Java use {@link #colorScheme()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final io.qt.core.Qt.@NonNull ColorScheme getColorScheme() { return colorScheme(); } /** * @hidden *

Kotlin property getter. In Java use {@link #cursorFlashTime()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getCursorFlashTime() { return cursorFlashTime(); } /** * @hidden *

Kotlin property getter. In Java use {@link #fontSmoothingGamma()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final double getFontSmoothingGamma() { return fontSmoothingGamma(); } /** * @hidden *

Kotlin property getter. In Java use {@link #keyboardAutoRepeatRate()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getKeyboardAutoRepeatRate() { return keyboardAutoRepeatRate(); } /** * @hidden *

Kotlin property getter. In Java use {@link #keyboardAutoRepeatRateF()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final double getKeyboardAutoRepeatRateF() { return keyboardAutoRepeatRateF(); } /** * @hidden *

Kotlin property getter. In Java use {@link #keyboardInputInterval()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getKeyboardInputInterval() { return keyboardInputInterval(); } /** * @hidden *

Kotlin property getter. In Java use {@link #mouseDoubleClickDistance()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getMouseDoubleClickDistance() { return mouseDoubleClickDistance(); } /** * @hidden *

Kotlin property getter. In Java use {@link #mouseDoubleClickInterval()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getMouseDoubleClickInterval() { return mouseDoubleClickInterval(); } /** * @hidden *

Kotlin property getter. In Java use {@link #mousePressAndHoldInterval()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getMousePressAndHoldInterval() { return mousePressAndHoldInterval(); } /** * @hidden *

Kotlin property getter. In Java use {@link #mouseQuickSelectionThreshold()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getMouseQuickSelectionThreshold() { return mouseQuickSelectionThreshold(); } /** * @hidden *

Kotlin property getter. In Java use {@link #passwordMaskCharacter()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final char getPasswordMaskCharacter() { return passwordMaskCharacter(); } /** * @hidden *

Kotlin property getter. In Java use {@link #passwordMaskDelay()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getPasswordMaskDelay() { return passwordMaskDelay(); } /** * @hidden *

Kotlin property getter. In Java use {@link #setFocusOnTouchRelease()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final boolean getSetFocusOnTouchRelease() { return setFocusOnTouchRelease(); } /** * @hidden *

Kotlin property getter. In Java use {@link #showIsFullScreen()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final boolean getShowIsFullScreen() { return showIsFullScreen(); } /** * @hidden *

Kotlin property getter. In Java use {@link #showIsMaximized()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final boolean getShowIsMaximized() { return showIsMaximized(); } /** * @hidden *

Kotlin property getter. In Java use {@link #showShortcutsInContextMenus()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final boolean getShowShortcutsInContextMenus() { return showShortcutsInContextMenus(); } /** * @hidden *

Kotlin property getter. In Java use {@link #singleClickActivation()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final boolean getSingleClickActivation() { return singleClickActivation(); } /** * @hidden *

Kotlin property getter. In Java use {@link #startDragDistance()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getStartDragDistance() { return startDragDistance(); } /** * @hidden *

Kotlin property getter. In Java use {@link #startDragTime()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getStartDragTime() { return startDragTime(); } /** * @hidden *

Kotlin property getter. In Java use {@link #startDragVelocity()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getStartDragVelocity() { return startDragVelocity(); } /** * @hidden *

Kotlin property getter. In Java use {@link #tabFocusBehavior()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final io.qt.core.Qt.@NonNull TabFocusBehavior getTabFocusBehavior() { return tabFocusBehavior(); } /** * @hidden *

Kotlin property getter. In Java use {@link #touchDoubleTapDistance()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getTouchDoubleTapDistance() { return touchDoubleTapDistance(); } /** * @hidden *

Kotlin property getter. In Java use {@link #useHoverEffects()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final boolean getUseHoverEffects() { return useHoverEffects(); } /** * @hidden *

Kotlin property getter. In Java use {@link #useRtlExtensions()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final boolean getUseRtlExtensions() { return useRtlExtensions(); } /** * @hidden *

Kotlin property getter. In Java use {@link #wheelScrollLines()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getWheelScrollLines() { return wheelScrollLines(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy