MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_processing_windows()

std::vector< std::shared_ptr< Core::Window > > MayaFlux::Core::WindowManagerHandle::get_processing_windows ( ) const

Get list of windows that are open and not minimized.

Definition at line 180 of file ProcessingArchitecture.cpp.

181{
182 if (m_window_manager) {
183 return m_window_manager->get_processing_windows();
184 }
185 return {};
186}
std::shared_ptr< Core::WindowManager > m_window_manager

References m_window_manager.

Referenced by MayaFlux::Core::GraphicsSubsystem::register_windows_for_processing().

+ Here is the caller graph for this function: