改造一些
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
void clear_selected_regions();
|
||||
void handle_event(const Event& event) override;
|
||||
protected:
|
||||
void paint(Painter& painter) override;
|
||||
void paint(Painter& painter, const Render_State_View& state) override;
|
||||
private:
|
||||
struct Impl;
|
||||
std::unique_ptr<Impl> impl_;
|
||||
|
||||
Reference in New Issue
Block a user