Initial size handling
This commit is contained in:
parent
9f9dcd5882
commit
0b73f8037b
28 changed files with 543 additions and 135 deletions
|
|
@ -12,7 +12,7 @@ namespace tp {
|
|||
|
||||
void process(const EventHandler& events) override;
|
||||
|
||||
void adjustRect() override;
|
||||
void pickRect() override;
|
||||
|
||||
void draw(Canvas& canvas) override;
|
||||
|
||||
|
|
@ -20,6 +20,8 @@ namespace tp {
|
|||
|
||||
[[nodiscard]] bool propagateEventsToChildren() const override;
|
||||
|
||||
[[nodiscard]] bool isFloating() const;
|
||||
|
||||
private:
|
||||
bool mIsFloating = false;
|
||||
bool mIsResizing = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue