Package-level declarations

Types

Functions

Link copied to clipboard
fun BadgesRow(path: Path, informationIntent: (path: Path) -> Intent)
Link copied to clipboard
fun DataClassItem(item: DataClassImpl, onClick: () -> Unit)
Link copied to clipboard
@Preview(name = "Horizontal DataClass Item")
fun HorizontalDataClassItemPreview()
Link copied to clipboard
fun LaunchDialog(sector: Sector, dataClassIntent: (sector: Sector) -> Intent, onDismissRequest: () -> Unit)
Link copied to clipboard

Displays a data class object as a path.

Link copied to clipboard
fun PathItem(path: Path, informationIntent: (path: Path) -> Intent, blockingData: BlockingData? = null, expanded: Boolean = false)
Link copied to clipboard
Link copied to clipboard
fun SectorPage(viewModel: SectorPageViewModel, sector: Sector, dataClassIntent: (sector: Sector) -> Intent, informationIntent: (path: Path) -> Intent, maximized: MutableState<Boolean>, scrollEnabled: (enabled: Boolean) -> Unit)
Link copied to clipboard
@Preview(name = "Vertical DataClass Item")
fun VerticalDataClassItemPreview()

Properties