|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| InspectResult & MayaFlux::Portal::Forma::Inspector::scheduler | ( | Surface & | surface, |
| LayoutCursor & | cursor, | ||
| float | x_min = -0.95F, |
||
| float | x_max = 0.95F, |
||
| float | row_h = 0.05F |
||
| ) |
Inspect the full TaskScheduler state.
Header shows total task count. Each task is a collapsible whose header is the routine's dynamic type name, with name, token, active, and delay context as sub-fields.
Persistent: the first call builds the result against surface and cursor and stores it statically. Subsequent calls return the same result regardless of the supplied surface and cursor; the original window remains the render target. To display on a different surface, the process must be restarted.
Definition at line 59 of file SchedulerQuery.cpp.
References MayaFlux::Portal::Forma::Collapsible::attach(), MayaFlux::Portal::Forma::InspectResult::children, MayaFlux::Vruta::TaskScheduler::get_all_tasks(), MayaFlux::Portal::Forma::InspectResult::group, MayaFlux::Portal::Forma::ValueGroup::header, inspect_task(), MayaFlux::Portal::Forma::ValueSpec::label, MayaFlux::Portal::Forma::Surface::layer(), m_sched, make_row_buffer(), MayaFlux::Portal::Forma::make_value_group(), MayaFlux::Portal::Forma::row_pixel_dims(), s_scheduler_result, tasks(), and MayaFlux::Portal::Forma::Surface::window().
Here is the call graph for this function: