MayaFlux 0.2.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 151 of file ProcessingArchitecture.cpp.

152{
153 if (m_window_manager) {
154 return m_window_manager->get_processing_windows();
155 }
156 return {};
157}
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: