<
A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
V
W
C
- clearBackStack(RouteOrDirection) - function in com.ramcosta.composedestinations.navigation.DestinationsNavigator
- clearBackStack(RouteOrDirection) - function in com.ramcosta.composedestinations.navigation.EmptyDestinationsNavigator
- CodeGenVisibility - class in com.ramcosta.composedestinations.annotation.parameters
- Controls visibility of the generated Destination or NavGraph.
- com.ramcosta.composedestinations - package com.ramcosta.composedestinations
- com.ramcosta.composedestinations.animations - package com.ramcosta.composedestinations.animations
- com.ramcosta.composedestinations.animations.defaults - package com.ramcosta.composedestinations.animations.defaults
- com.ramcosta.composedestinations.annotation - package com.ramcosta.composedestinations.annotation
- com.ramcosta.composedestinations.annotation.internal - package com.ramcosta.composedestinations.annotation.internal
- com.ramcosta.composedestinations.annotation.parameters - package com.ramcosta.composedestinations.annotation.parameters
- com.ramcosta.composedestinations.manualcomposablecalls - package com.ramcosta.composedestinations.manualcomposablecalls
- com.ramcosta.composedestinations.navargs - package com.ramcosta.composedestinations.navargs
- com.ramcosta.composedestinations.navargs.parcelable - package com.ramcosta.composedestinations.navargs.parcelable
- com.ramcosta.composedestinations.navargs.primitives - package com.ramcosta.composedestinations.navargs.primitives
- com.ramcosta.composedestinations.navargs.primitives.array - package com.ramcosta.composedestinations.navargs.primitives.array
- com.ramcosta.composedestinations.navargs.primitives.arraylist - package com.ramcosta.composedestinations.navargs.primitives.arraylist
- com.ramcosta.composedestinations.navargs.serializable - package com.ramcosta.composedestinations.navargs.serializable
- com.ramcosta.composedestinations.navargs.utils - package com.ramcosta.composedestinations.navargs.utils
- com.ramcosta.composedestinations.navigation - package com.ramcosta.composedestinations.navigation
- com.ramcosta.composedestinations.result - package com.ramcosta.composedestinations.result
- com.ramcosta.composedestinations.scope - package com.ramcosta.composedestinations.scope
- com.ramcosta.composedestinations.spec - package com.ramcosta.composedestinations.spec
- com.ramcosta.composedestinations.utils - package com.ramcosta.composedestinations.utils
- com.ramcosta.composedestinations.wrapper - package com.ramcosta.composedestinations.wrapper
- CommonConstantsKt - class in com.ramcosta.composedestinations.navargs.primitives
- composable(ManualComposableCallsBuilder,TypedDestinationSpec,Function1) - function in com.ramcosta.composedestinations.manualcomposablecalls.ManualComposableCallsBuilderKt
- Registers content lambda as the responsible for calling the Composable correspondent to destination.
- composable(NavGraphBuilder,TypedDestinationSpec,NavHostController,Function1,ManualComposableCalls) - function in com.ramcosta.composedestinations.spec.NavHostEngine
- Adds a specific DestinationSpec to this NavGraphBuilder
- composable(NavGraphBuilder,TypedDestinationSpec,Function1) - function in com.ramcosta.composedestinations.utils.NavGraphBuilderDestinationExtensionsKt
- Like androidx.navigation.compose.
- contains(TypeAliased(typeAlias=GenericTypeConstructor(dri=com.ramcosta.composedestinations.spec/NavGraphSpec///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=com.ramcosta.composedestinations.spec/TypedNavGraphSpec///PointingToDeclaration/, projections=[org.jetbrains.dokka.model.Star@5bc9496d, org.jetbrains.dokka.model.Star@5bc9496d], presentableName=null, extra=PropertyContainer(map={}))),TypeAliased(typeAlias=GenericTypeConstructor(dri=com.ramcosta.composedestinations.spec/DestinationSpec///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=com.ramcosta.composedestinations.spec/TypedDestinationSpec///PointingToDeclaration/, projections=[org.jetbrains.dokka.model.Star@5bc9496d], presentableName=null, extra=PropertyContainer(map={})))) - function in com.ramcosta.composedestinations.utils.SpecExtensionsKt
- Checks if this NavGraphSpec contains given destination
- Content(DestinationScope) - function in com.ramcosta.composedestinations.spec.ActivityDestinationSpec
- Composable function that will be called to compose the destination content in the screen, when the user navigates to it.
- Content(DestinationScope) - function in com.ramcosta.composedestinations.spec.TypedDestinationSpec
- Composable function that will be called to compose the destination content in the screen, when the user navigates to it.
- Content(DestinationScope) - function in com.ramcosta.composedestinations.spec.DirectionDestinationSpec
- Composable function that will be called to compose the destination content in the screen, when the user navigates to it.
- Content(DestinationScope) - function in com.ramcosta.composedestinations.spec.DirectionActivityDestinationSpec
- Composable function that will be called to compose the destination content in the screen, when the user navigates to it.
- currentDestinationAsState(NavController) - function in com.ramcosta.composedestinations.utils.NavControllerExtKt
- Gets the current DestinationSpec as a State.