public nothrow | ListViewItem(ListView* view_) |
public inline nothrow void* | Data() const |
public inline nothrow int | DisabledImageIndex() const |
public void | Draw(Graphics& graphics, PointF& origin) |
private void | DrawImage(Graphics& graphics, PointF& origin, int& imageSpace) |
public String<char> | GetColumnValue(int columnIndex) const |
public inline nothrow bool | GetFlag(Flags flag) const |
public inline nothrow const Size& | GetSize() const |
public nothrow State | GetState() const |
public inline nothrow int | ImageIndex() const |
public inline nothrow bool | IsSelected() const |
public inline nothrow const Point& | Location() const |
public void | Measure(Graphics& graphics) |
public inline nothrow void | ResetFlag(Flags flag) |
public nothrow void | ResetSelected() |
public void | SetColumnValue(int columnIndex, const String<char>& columnValue) |
public nothrow void | SetData(void* data_) |
public nothrow void | SetDisabledImageIndex(int disabledImageIndex_) |
public inline nothrow void | SetFlag(Flags flag) |
public nothrow void | SetImageIndex(int imageIndex_) |
public nothrow void | SetLocation(const Point& location_) |
public nothrow void | SetSelected() |
public nothrow void | SetState(State state) |
public inline nothrow ListView* | View() const |
public enum | Flags |
public enum | State |
private List<String<char>> | columnValues |
private void* | data |
private int | disabledImageIndex |
private Flags | flags |
private int | imageIndex |
private Point | location |
private Size | size |
private List<float> | textWidths |
private ListView* | view |