1 | #pragma once |
---|---|
2 | // This file is auto-generated from api/cpp/cbindgen.rs |
3 | namespace slint { |
4 | /// Represents an item in a StandardListView and a StandardTableView. |
5 | struct StandardListViewItem { |
6 | /// The text content of the item |
7 | SharedString text; |
8 | /// \private |
9 | friend bool operator==(const StandardListViewItem&, const StandardListViewItem&) = default; |
10 | /// \private |
11 | friend bool operator!=(const StandardListViewItem&, const StandardListViewItem&) = default; |
12 | }; |
13 | } |
14 |