◆ anonymous enum
| Enumerator |
|---|
| repaintTimerPeriod | |
◆ LinuxRepaintManager()
| juce::LinuxComponentPeer::LinuxRepaintManager::LinuxRepaintManager |
( |
LinuxComponentPeer & | p | ) |
|
|
inline |
◆ performAnyPendingRepaintsNow()
| void juce::LinuxComponentPeer::LinuxRepaintManager::performAnyPendingRepaintsNow |
( |
| ) |
|
|
inline |
◆ repaint()
| void juce::LinuxComponentPeer::LinuxRepaintManager::repaint |
( |
Rectangle< int > | area | ) |
|
|
inline |
◆ timerCallback()
| void juce::LinuxComponentPeer::LinuxRepaintManager::timerCallback |
( |
| ) |
|
|
inlineoverridevirtual |
The user-defined callback routine that actually gets called periodically.
It's perfectly ok to call startTimer() or stopTimer() from within this callback to change the subsequent intervals.
Implements juce::Timer.
◆ image
| Image juce::LinuxComponentPeer::LinuxRepaintManager::image |
|
private |
◆ isSemiTransparentWindow
| const bool juce::LinuxComponentPeer::LinuxRepaintManager::isSemiTransparentWindow |
|
private |
◆ lastTimeImageUsed
| uint32 juce::LinuxComponentPeer::LinuxRepaintManager::lastTimeImageUsed = 0 |
|
private |
◆ peer
◆ regionsNeedingRepaint
| RectangleList<int> juce::LinuxComponentPeer::LinuxRepaintManager::regionsNeedingRepaint |
|
private |
◆ useARGBImagesForRendering
| bool juce::LinuxComponentPeer::LinuxRepaintManager::useARGBImagesForRendering = XWindowSystem::getInstance()->canUseARGBImages() |
|
private |
The documentation for this class was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/juce_gui_basics/native/juce_linux_Windowing.cpp