mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
GAbstractView: Add function for adding all to selection
This commit is contained in:
parent
00596296c4
commit
7cf15bcb75
2 changed files with 13 additions and 0 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
|
||||
GModelSelection& selection() { return m_selection; }
|
||||
const GModelSelection& selection() const { return m_selection; }
|
||||
void select_all();
|
||||
|
||||
bool is_editable() const { return m_editable; }
|
||||
void set_editable(bool editable) { m_editable = editable; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue