Files
Renderive/Qt/plot/Explicit_Plot.h
T
2026-08-01 20:09:45 +08:00

11 lines
219 B
C++

#pragma once
#include "Plot.h"
namespace renderive {
class LIB_DECL Explicit_Plot : public Abs_Plot {
public:
Explicit_Plot();
~Explicit_Plot() override = default;
void replot();
};
} // namespace renderive