mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T299, added pitch to interpolation form
This commit is contained in:
@@ -34,7 +34,7 @@ namespace BlackGui
|
||||
explicit CInterpolationSetupForm(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CInterpolationSetupForm();
|
||||
virtual ~CInterpolationSetupForm() override;
|
||||
|
||||
//! Set value
|
||||
void setValue(const BlackMisc::Simulation::CInterpolationAndRenderingSetupBase &setup);
|
||||
@@ -62,6 +62,9 @@ namespace BlackGui
|
||||
//! Interpolator mode
|
||||
void onInterpolatorModeChanged(bool checked);
|
||||
|
||||
//! Pitch entry
|
||||
void onPitchChanged();
|
||||
|
||||
//! Mode from UI
|
||||
BlackMisc::Simulation::CInterpolationAndRenderingSetupBase::InterpolatorMode getInterpolatorMode() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user