结构优化
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user