MCPcopy Create free account
hub / github.com/Kitware/ParaView / usePathBasedMode

Method usePathBasedMode

Qt/Components/pqCameraKeyFrameWidget.cxx:201–204  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 4

initializeUsingJSONMethod · 0.95
serializeToJSONMethod · 0.95
saveToKeyFrameMethod · 0.95
dataMethod · 0.80

Calls 1

currentIndexMethod · 0.45

Tested by

no test coverage detected