结构优化

This commit is contained in:
2026-07-30 18:09:03 +08:00
parent 9271599723
commit 13ca0f3141
107 changed files with 3749 additions and 2424 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include "../Renderive/base/Tool.h"
static QWidget* create_planisphere_plot() {
class Time_Axis;
class Planisphere_Plot : public renderive::Plot {
class Planisphere_Plot : public renderive::Latency_Eager_Plot {
public:
std::shared_ptr<renderive::Axis> x_axis{};
std::shared_ptr<renderive::Axis> y_axis{};
@@ -10,7 +10,7 @@ static QWidget* create_planisphere_plot() {
std::shared_ptr<renderive::Multi_Select_Rect> msr{};
QMenu* menu{};
void init() override {
Plot::init();
Latency_Eager_Plot::init();
object_name = "PlanispherePlot";
auto data = create_renderable_node(get_root_renderable(), "Data_Renderable");
auto axis = create_renderable_node(get_root_renderable(), "Axis_Renderable");