1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

VisualBuilder: Add a way to dump the current form to the debugger.

This commit is contained in:
Andreas Kling 2019-05-07 23:28:35 +02:00
parent 5b0c0847ef
commit 5e733d47a3
5 changed files with 27 additions and 0 deletions

View file

@ -59,6 +59,8 @@ public:
Rect transform_origin_rect() const { return m_transform_origin_rect; }
void capture_transform_origin_rect();
void dump();
private:
VBWidget(VBWidgetType, VBForm&);