mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 09:47:41 +00:00
LibGUI: Add GVariant class and use it for table model data.
This commit is contained in:
parent
c1f5f2694b
commit
75fabef57b
8 changed files with 152 additions and 6 deletions
|
@ -17,7 +17,7 @@ public:
|
|||
virtual ColumnMetadata column_metadata(int column) const override;
|
||||
virtual GModelIndex selected_index() const override;
|
||||
virtual void set_selected_index(GModelIndex) override;
|
||||
virtual String data(int row, int column) const override;
|
||||
virtual GVariant data(int row, int column) const override;
|
||||
virtual void update() override;
|
||||
|
||||
pid_t selected_pid() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue