Contents Menu Expand Light mode Dark mode Auto light/dark mode
Slint C++ API documentation
Logo
Slint C++ API documentation

Getting Started

  • Installing Or Building With CMake
  • First Steps

C++ / .slint Integration

  • Overview
  • Type Mapping to C++
  • Example Generated Code

Reference

  • C++ API Reference
    • Namespace slint
    • Namespace slint::interpreter
    • Struct Image
    • Struct Diagnostic
    • Struct PropertyDescriptor
    • Struct Struct
    • Struct Struct::iterator
    • Struct LogicalPosition
    • Struct LogicalSize
    • Struct PhysicalPosition
    • Struct PhysicalSize
    • Template Struct Point
    • Struct Rgb8Pixel
    • Struct Rgba8Pixel
    • Template Struct RgbaColor
    • Template Struct SharedPixelBuffer
    • Struct SharedString
    • Template Struct SharedVector
    • Template Struct Size
    • Struct StandardListViewItem
    • Struct Timer
    • Class Brush
    • Class Color
    • Template Class ComponentHandle
    • Template Class ComponentWeakHandle
    • Template Class FilterModel
    • Class ComponentCompiler
    • Class ComponentDefinition
    • Class ComponentInstance
    • Class Value
    • Template Class MapModel
    • Template Class Model
    • Template Class SortModel
    • Template Class VectorModel
    • Class Window
    • Enum CloseRequestResponse
    • Enum GraphicsAPI
    • Enum DiagnosticLevel
    • Enum ValueType
    • Enum RenderingState
    • Enum SetRenderingNotifierError
    • Enum TimerMode
    • Template Function slint::blocking_invoke_from_event_loop
    • Template Function slint::invoke_from_event_loop
    • Function slint::quit_event_loop
    • Function slint::run_event_loop
    • Define SLINT_VERSION_MAJOR
    • Define SLINT_VERSION_MINOR
    • Define SLINT_VERSION_PATCH
  • Index (C++)
  • Debugging Techniques
Back to top

Struct StandardListViewItem#

  • Defined in File slint_generated_public.h

Struct Documentation#

struct StandardListViewItem#

Represents an item in a StandardListView and a StandardTableView. This is the Rust/C++ type for the StandardListViewItem type in Slint files, when declaring for example a property <[StandardListViewItem]> my-list-view-model;.

Public Members

SharedString text#

The text content of the item.

Next
Struct Timer
Previous
Template Struct Size
Copyright © SixtyFPS GmbH
Made with Sphinx and @pradyunsg's Furo
On this page
  • Struct StandardListViewItem
    • Struct Documentation