mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:38:11 +00:00
GTreeView: Add basic selection support.
This commit is contained in:
parent
967eec1e52
commit
1963391ca6
4 changed files with 44 additions and 26 deletions
|
@ -20,7 +20,7 @@ public:
|
|||
virtual GVariant data(const GModelIndex&, Role = Role::Display) const override;
|
||||
virtual void update() override;
|
||||
virtual GModelIndex parent_index(const GModelIndex&) const override;
|
||||
virtual GModelIndex index(int row, int column = 0, const GModelIndex& = GModelIndex()) const override;
|
||||
virtual GModelIndex index(int row, int column = 0, const GModelIndex& parent = GModelIndex()) const override;
|
||||
virtual void activate(const GModelIndex&) override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue