|
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 |
Public Member Functions | |
| void | checkFocusAsync () |
| void | checkFocus () |
| bool | addWindow (TopLevelWindow *const w) |
| void | removeWindow (TopLevelWindow *const w) |
Static Public Member Functions | |
| static void | checkCurrentlyFocusedTopLevelWindow () |
Public Attributes | |
| Array< TopLevelWindow * > | windows |
Definition at line 30 of file juce_TopLevelWindowManager.h.
|
override |
Definition at line 36 of file juce_TopLevelWindowManager.h.
| bool juce::detail::TopLevelWindowManager::addWindow | ( | TopLevelWindow *const | w | ) |
Definition at line 72 of file juce_TopLevelWindowManager.h.
Definition at line 43 of file juce_TopLevelWindowManager.h.
| void juce::detail::TopLevelWindowManager::checkFocus | ( | ) |
Definition at line 54 of file juce_TopLevelWindowManager.h.
| void juce::detail::TopLevelWindowManager::checkFocusAsync | ( | ) |
Definition at line 49 of file juce_TopLevelWindowManager.h.
| void juce::detail::TopLevelWindowManager::removeWindow | ( | TopLevelWindow *const | w | ) |
Definition at line 80 of file juce_TopLevelWindowManager.h.
| Array<TopLevelWindow*> juce::detail::TopLevelWindowManager::windows |
Definition at line 93 of file juce_TopLevelWindowManager.h.