|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Static Public Member Functions | |
| static String | getWindowScalingFactorSettingName () |
| static String | getThemeNameSettingName () |
Static Public Member Functions inherited from juce::DeletedAtShutdown | |
| static void | deleteAll () |
| Deletes all extant objects. | |
Additional Inherited Members | |
Protected Member Functions inherited from juce::DeletedAtShutdown | |
| DeletedAtShutdown () | |
| Creates a DeletedAtShutdown object. | |
| virtual | ~DeletedAtShutdown () |
| Destructor. | |
Definition at line 171 of file juce_XWindowSystem_linux.h.
| void juce::XWindowSystem::addPendingPaintForWindow | ( | ::Window | windowH | ) |
Definition at line 2237 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::blitToWindow | ( | ::Window | windowH, |
| Image | image, | ||
| Rectangle< int > | destinationRect, | ||
| Rectangle< int > | totalRect | ||
| ) | const |
Definition at line 2197 of file juce_XWindowSystem_linux.cpp.
| bool juce::XWindowSystem::canUseARGBImages | ( | ) | const |
Definition at line 2119 of file juce_XWindowSystem_linux.cpp.
| bool juce::XWindowSystem::canUseSemiTransparentWindows | ( | ) | const |
Definition at line 2104 of file juce_XWindowSystem_linux.cpp.
Definition at line 1896 of file juce_XWindowSystem_linux.cpp.
Definition at line 2793 of file juce_XWindowSystem_linux.cpp.
| Cursor juce::XWindowSystem::createCustomMouseCursorInfo | ( | const Image & | image, |
| Point< int > | hotspot | ||
| ) | const |
Definition at line 2298 of file juce_XWindowSystem_linux.cpp.
| Image juce::XWindowSystem::createImage | ( | bool | isSemiTransparentWindow, |
| int | width, | ||
| int | height, | ||
| bool | argb | ||
| ) | const |
Definition at line 2183 of file juce_XWindowSystem_linux.cpp.
| Window juce::XWindowSystem::createKeyProxy | ( | ::Window | windowH | ) |
Definition at line 2733 of file juce_XWindowSystem_linux.cpp.
| Cursor juce::XWindowSystem::createStandardMouseCursor | ( | MouseCursor::StandardCursorType | type | ) | const |
Definition at line 2409 of file juce_XWindowSystem_linux.cpp.
| Window juce::XWindowSystem::createWindow | ( | ::Window | parentWindow, |
| LinuxComponentPeer * | peer | ||
| ) | const |
Definition at line 1517 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::deleteKeyProxy | ( | ::Window | keyProxy | ) | const |
Definition at line 2751 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::deleteMouseCursor | ( | Cursor | cursorHandle | ) | const |
Definition at line 2388 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::destroyWindow | ( | ::Window | windowH | ) |
Definition at line 1615 of file juce_XWindowSystem_linux.cpp.
| bool juce::XWindowSystem::externalDragFileInit | ( | LinuxComponentPeer * | peer, |
| const StringArray & | files, | ||
| bool | canMove, | ||
| std::function< void()> && | callback | ||
| ) | const |
Definition at line 2763 of file juce_XWindowSystem_linux.cpp.
| bool juce::XWindowSystem::externalDragTextInit | ( | LinuxComponentPeer * | peer, |
| const String & | text, | ||
| std::function< void()> && | callback | ||
| ) | const |
Definition at line 2783 of file juce_XWindowSystem_linux.cpp.
| Array< Displays::Display > juce::XWindowSystem::findDisplays | ( | float | masterScale | ) | const |
Definition at line 2568 of file juce_XWindowSystem_linux.cpp.
|
noexcept |
Definition at line 239 of file juce_XWindowSystem_linux.h.
| ComponentPeer::OptionalBorderSize juce::XWindowSystem::getBorderSize | ( | ::Window | windowH | ) | const |
Definition at line 1909 of file juce_XWindowSystem_linux.cpp.
Definition at line 2267 of file juce_XWindowSystem_linux.cpp.
|
noexcept |
Definition at line 238 of file juce_XWindowSystem_linux.h.
|
noexcept |
Definition at line 236 of file juce_XWindowSystem_linux.h.
| ModifierKeys juce::XWindowSystem::getNativeRealtimeModifiers | ( | ) | const |
Definition at line 2503 of file juce_XWindowSystem_linux.cpp.
| int juce::XWindowSystem::getNumPaintsPendingForWindow | ( | ::Window | windowH | ) |
Definition at line 2227 of file juce_XWindowSystem_linux.cpp.
Definition at line 1971 of file juce_XWindowSystem_linux.cpp.
| String juce::XWindowSystem::getTextFromClipboard | ( | ) | const |
Definition at line 2801 of file juce_XWindowSystem_linux.cpp.
Definition at line 248 of file juce_XWindowSystem_linux.h.
Definition at line 1938 of file juce_XWindowSystem_linux.cpp.
Definition at line 247 of file juce_XWindowSystem_linux.h.
|
noexcept |
Definition at line 240 of file juce_XWindowSystem_linux.h.
| bool juce::XWindowSystem::grabFocus | ( | ::Window | windowH | ) | const |
Definition at line 2085 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::handleWindowMessage | ( | LinuxComponentPeer * | peer, |
| XEvent & | event | ||
| ) | const |
Definition at line 3363 of file juce_XWindowSystem_linux.cpp.
| bool juce::XWindowSystem::isDarkModeActive | ( | ) | const |
Definition at line 2152 of file juce_XWindowSystem_linux.cpp.
| bool juce::XWindowSystem::isFocused | ( | ::Window | windowH | ) | const |
Definition at line 2058 of file juce_XWindowSystem_linux.cpp.
Definition at line 2473 of file juce_XWindowSystem_linux.cpp.
| bool juce::XWindowSystem::isMinimised | ( | ::Window | w | ) | const |
Definition at line 1997 of file juce_XWindowSystem_linux.cpp.
| bool juce::XWindowSystem::isParentWindowOf | ( | ::Window | windowH, |
| ::Window | possibleChild | ||
| ) | const |
Definition at line 2862 of file juce_XWindowSystem_linux.cpp.
|
noexcept |
Definition at line 242 of file juce_XWindowSystem_linux.h.
| void juce::XWindowSystem::processPendingPaintsForWindow | ( | ::Window | windowH | ) |
Definition at line 2210 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::removePendingPaintForWindow | ( | ::Window | windowH | ) |
Definition at line 2245 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::setBounds | ( | ::Window | windowH, |
| Rectangle< int > | newBounds, | ||
| bool | fullScreen | ||
| ) | const |
Definition at line 1728 of file juce_XWindowSystem_linux.cpp.
Definition at line 1678 of file juce_XWindowSystem_linux.cpp.
Definition at line 2002 of file juce_XWindowSystem_linux.cpp.
Definition at line 1976 of file juce_XWindowSystem_linux.cpp.
Definition at line 2287 of file juce_XWindowSystem_linux.cpp.
Definition at line 2253 of file juce_XWindowSystem_linux.cpp.
Definition at line 1655 of file juce_XWindowSystem_linux.cpp.
Definition at line 1716 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::showCursor | ( | ::Window | windowH, |
| Cursor | cursorHandle | ||
| ) | const |
Definition at line 2465 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::startHostManagedResize | ( | ::Window | window, |
| ResizableBorderComponent::Zone | zone | ||
| ) |
Definition at line 1792 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::toBehind | ( | ::Window | windowH, |
| ::Window | otherWindow | ||
| ) | const |
Definition at line 2045 of file juce_XWindowSystem_linux.cpp.
Definition at line 2021 of file juce_XWindowSystem_linux.cpp.
| void juce::XWindowSystem::updateConstraints | ( | ::Window | windowH | ) | const |
Definition at line 1854 of file juce_XWindowSystem_linux.cpp.