删除plot_core
This commit is contained in:
@@ -28,8 +28,8 @@ struct Constellation_Diagram_Control::Impl {
|
||||
Constellation_History points;
|
||||
Prepare_Buffer prepare_buffer;
|
||||
};
|
||||
Constellation_Diagram_Control::Constellation_Diagram_Control(Plot_Core& plot, const Constellation_Diagram_Properties& properties, std::shared_ptr<Axis> i_axis, std::shared_ptr<Axis> q_axis)
|
||||
: Plottable_State(plot, properties), impl_(std::make_unique<Impl>(*this, std::move(i_axis), std::move(q_axis))) {}
|
||||
Constellation_Diagram_Control::Constellation_Diagram_Control(::Scene_Base& scene, const Constellation_Diagram_Properties& properties, std::shared_ptr<Axis> i_axis, std::shared_ptr<Axis> q_axis)
|
||||
: Plottable_State(scene, properties), impl_(std::make_unique<Impl>(*this, std::move(i_axis), std::move(q_axis))) {}
|
||||
Constellation_Diagram_Control::~Constellation_Diagram_Control() = default;
|
||||
void Constellation_Diagram_Control::append_point(PointF point) {
|
||||
const auto now = std::chrono::steady_clock::now();
|
||||
|
||||
Reference in New Issue
Block a user