This commit is contained in:
2026-08-16 21:50:12 +08:00
parent 3153f7d64f
commit 8073e18318
22 changed files with 332 additions and 355 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class LIB_DECL Abs_Plot : public QWidget {
public:
virtual void init();
[[nodiscard]] QColor background_color() const;
[[nodiscard]] Plot_Scene* scene() const;
[[nodiscard]] Render_Scene_2D* scene() const;
[[nodiscard]] renderive_Owner<Renderable> root_renderable() const;
void set_background_color(const QColor& color);
~Abs_Plot() override;