Home
last modified time | relevance | path

Searched refs:m_animation_enabled (Results 1 – 6 of 6) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_canvas/
H A Deda_3d_canvas.h127 void SetAnimationEnabled( bool aEnable ) { m_animation_enabled = aEnable; } in SetAnimationEnabled()
128 bool GetAnimationEnabled() const { return m_animation_enabled; } in GetAnimationEnabled()
263 bool m_animation_enabled; // Camera animation enabled variable
H A Deda_3d_canvas.cpp107 m_animation_enabled( true ), in BEGIN_EVENT_TABLE()
905 if( !m_animation_enabled ) in request_start_moving_camera()
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/composition/
H A Dcomposition.cpp240 m_animation_enabled = true; in CompositionRenderer()
272 if (m_animation_enabled == enabled) in setAnimationEnabled()
274 m_animation_enabled = enabled; in setAnimationEnabled()
505 if (m_animation_enabled) { in mousePressEvent()
520 if (m_animation_enabled) { in mouseReleaseEvent()
H A Dcomposition.h116 bool animationEnabled() const { return m_animation_enabled; } in animationEnabled()
181 bool m_animation_enabled; variable
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/painting/composition/
H A Dcomposition.cpp255 m_animation_enabled = true; in CompositionRenderer()
285 if (m_animation_enabled == enabled) in setAnimationEnabled()
287 m_animation_enabled = enabled; in setAnimationEnabled()
456 if (m_animation_enabled) { in mousePressEvent()
472 if (m_animation_enabled) { in mouseReleaseEvent()
H A Dcomposition.h132 bool animationEnabled() const { return m_animation_enabled; } in animationEnabled()
191 bool m_animation_enabled; variable