Extract final canvas wrappers and preview mix pass
This commit is contained in:
@@ -7,6 +7,7 @@ namespace pp::panopainter {
|
||||
class LegacyBrushPresetPanelUi final {
|
||||
public:
|
||||
static void init(NodePanelBrushPreset& owner);
|
||||
static kEventResult handle_event(NodePanelBrushPreset& owner, Event* event);
|
||||
static void handle_click(NodePanelBrushPreset& owner, Node* target);
|
||||
static void add_brush(NodePanelBrushPreset& owner, std::shared_ptr<Brush> brush);
|
||||
static void added(NodePanelBrushPreset& owner);
|
||||
|
||||
Reference in New Issue
Block a user