mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +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
|
@ -81,11 +81,11 @@ private:
|
|||
int button_size() const { return length(orientation()) <= (default_button_size() * 2) ? length(orientation()) / 2 : default_button_size(); }
|
||||
int button_width() const { return orientation() == Orientation::Vertical ? width() : button_size(); }
|
||||
int button_height() const { return orientation() == Orientation::Horizontal ? height() : button_size(); }
|
||||
Rect decrement_button_rect() const;
|
||||
Rect increment_button_rect() const;
|
||||
Rect decrement_gutter_rect() const;
|
||||
Rect increment_gutter_rect() const;
|
||||
Rect scrubber_rect() const;
|
||||
Gfx::Rect decrement_button_rect() const;
|
||||
Gfx::Rect increment_button_rect() const;
|
||||
Gfx::Rect decrement_gutter_rect() const;
|
||||
Gfx::Rect increment_gutter_rect() const;
|
||||
Gfx::Rect scrubber_rect() const;
|
||||
int scrubber_size() const;
|
||||
int scrubbable_range_in_pixels() const;
|
||||
void on_automatic_scrolling_timer_fired();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue