删除plot_core
This commit is contained in:
@@ -16,8 +16,8 @@ Time_Axis_State time_state_from(const Time_Axis_Properties& properties) {
|
||||
|
||||
} // namespace
|
||||
|
||||
Time_Axis_Control::Time_Axis_Control(Plot_Core& plot, const Time_Axis_Properties& properties)
|
||||
: Axis_State_Strategy(plot, time_state_from(properties)) {}
|
||||
Time_Axis_Control::Time_Axis_Control(::Scene_Base& scene, const Time_Axis_Properties& properties)
|
||||
: Axis_State_Strategy(scene, time_state_from(properties)) {}
|
||||
|
||||
std::size_t Time_Axis_Control::time_point_count() const {
|
||||
return read([](const Time_Axis_State& state) { return state.samples.size(); });
|
||||
|
||||
Reference in New Issue
Block a user