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
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
juce::detail::TopLevelWindowManager Class Reference
Inheritance diagram for juce::detail::TopLevelWindowManager:
juce::Timer juce::DeletedAtShutdown

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
 

Detailed Description

Definition at line 30 of file juce_TopLevelWindowManager.h.

Constructor & Destructor Documentation

◆ ~TopLevelWindowManager()

juce::detail::TopLevelWindowManager::~TopLevelWindowManager ( )
override

Definition at line 36 of file juce_TopLevelWindowManager.h.

Member Function Documentation

◆ addWindow()

bool juce::detail::TopLevelWindowManager::addWindow ( TopLevelWindow *const  w)

Definition at line 72 of file juce_TopLevelWindowManager.h.

◆ checkCurrentlyFocusedTopLevelWindow()

static void juce::detail::TopLevelWindowManager::checkCurrentlyFocusedTopLevelWindow ( )
static

Definition at line 43 of file juce_TopLevelWindowManager.h.

◆ checkFocus()

void juce::detail::TopLevelWindowManager::checkFocus ( )

Definition at line 54 of file juce_TopLevelWindowManager.h.

◆ checkFocusAsync()

void juce::detail::TopLevelWindowManager::checkFocusAsync ( )

Definition at line 49 of file juce_TopLevelWindowManager.h.

◆ removeWindow()

void juce::detail::TopLevelWindowManager::removeWindow ( TopLevelWindow *const  w)

Definition at line 80 of file juce_TopLevelWindowManager.h.

Member Data Documentation

◆ windows

Array<TopLevelWindow*> juce::detail::TopLevelWindowManager::windows

Definition at line 93 of file juce_TopLevelWindowManager.h.


The documentation for this class was generated from the following file: