删减文件

This commit is contained in:
2026-08-11 13:49:53 +08:00
parent 6fe003d199
commit f09bfa86a3
171 changed files with 784 additions and 20438 deletions
+1 -10
View File
@@ -1,21 +1,15 @@
#pragma once
#include "Core2/export.h"
#include "render_2D/export.h"
#include <QColor>
#include <QEvent>
#include <QPaintEvent>
#include <QString>
#include <QWidget>
#include <memory>
namespace renderive {
struct Abs_Plot_Private;
class Latency_Eager_Plot;
class Explicit_Plot;
class LIB_DECL Abs_Plot : public QWidget {
Q_OBJECT
public:
@@ -28,16 +22,13 @@ public:
void set_background_color(const QColor& color);
void remove_renderable(const std::shared_ptr<Renderable>& renderable);
~Abs_Plot() override;
protected:
explicit Abs_Plot(Abs_Plot_Private* private_data);
void start_render_timer();
void stop_render_timer();
void update_render_interval();
bool event(QEvent* event) final;
void paintEvent(QPaintEvent* event) final;
Abs_Plot_Private* d{};
};
} // namespace renderive