mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
UI interpolation setup form using radio buttons instead of combobox
This commit is contained in:
@@ -60,7 +60,13 @@ namespace BlackGui
|
||||
void onCheckboxChanged(int state);
|
||||
|
||||
//! Interpolator mode
|
||||
void onInterpolatorModeChanged(const QString &mode);
|
||||
void onInterpolatorModeChanged(bool checked);
|
||||
|
||||
//! Mode from UI
|
||||
BlackMisc::Simulation::CInterpolationAndRenderingSetupBase::InterpolatorMode getInterpolatorMode() const;
|
||||
|
||||
//! Set mode
|
||||
void setInterpolatorMode(BlackMisc::Simulation::CInterpolationAndRenderingSetupBase::InterpolatorMode mode);
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user