* @brief Points the bridge at the group whose datasets the script should read. */
| 34 | * @brief Points the bridge at the group whose datasets the script should read. |
| 35 | */ |
| 36 | void Widgets::PainterDataBridge::setGroup(const DataModel::Group* group) |
| 37 | { |
| 38 | m_group = group; |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * @brief Refreshes the per-tick frame counter and wall-clock stamp. |
no outgoing calls
no test coverage detected