|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
A single value to display in a ValueGroup body row. More...
#include <QueryUtils.hpp>
Collaboration diagram for MayaFlux::Portal::Forma::ValueSpec:Public Attributes | |
| std::string | label |
| std::function< std::string()> | reader |
A single value to display in a ValueGroup body row.
reader is invoked once per graphics tick to produce the current stringified value. The row text becomes "label: <reader()>".
Definition at line 33 of file QueryUtils.hpp.