mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
LibGfx: Unpublish Gfx::Rect from global namespace
This commit is contained in:
parent
c39d44fc2e
commit
20cfd2a6bf
78 changed files with 262 additions and 260 deletions
|
@ -64,16 +64,16 @@ protected:
|
|||
virtual void leave_event(Core::Event&) override;
|
||||
|
||||
private:
|
||||
Rect child_rect_for_size(const Gfx::Size&) const;
|
||||
Rect button_rect(int index) const;
|
||||
Rect bar_rect() const;
|
||||
Rect container_rect() const;
|
||||
Gfx::Rect child_rect_for_size(const Gfx::Size&) const;
|
||||
Gfx::Rect button_rect(int index) const;
|
||||
Gfx::Rect bar_rect() const;
|
||||
Gfx::Rect container_rect() const;
|
||||
void update_bar();
|
||||
|
||||
RefPtr<Widget> m_active_widget;
|
||||
|
||||
struct TabData {
|
||||
Rect rect(const Gfx::Font&) const;
|
||||
Gfx::Rect rect(const Gfx::Font&) const;
|
||||
int width(const Gfx::Font&) const;
|
||||
String title;
|
||||
Widget* widget { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue