-----------------------------------------------------------------------------
| 199 | |
| 200 | //----------------------------------------------------------------------------- |
| 201 | bool pqCameraKeyFrameWidget::usePathBasedMode() const |
| 202 | { |
| 203 | return (this->Internal->stackedWidgetMode->currentIndex() == 0); |
| 204 | } |
| 205 | |
| 206 | //----------------------------------------------------------------------------- |
| 207 | void pqCameraKeyFrameWidget::initializeUsingJSON(const Json::Value& json) |
no test coverage detected