toggle menu
cup
1.0.0-Beta-03
common
switch theme
search in API
cup
/
net.kodein.cup
/
PresentationState
Presentation
State
sealed
interface
PresentationState
Inheritors
PresentationStateWrapper
Members
Members & Extensions
Properties
current
Slide
Link copied to clipboard
val
PresentationState
.
currentSlide
:
Slide
current
Slide
Index
Link copied to clipboard
abstract
val
currentSlideIndex
:
Int
current
Step
Link copied to clipboard
abstract
val
currentStep
:
Int
forward
Link copied to clipboard
abstract
val
forward
:
Boolean
is
In
Overview
Link copied to clipboard
abstract
var
isInOverview
:
Boolean
slides
Link copied to clipboard
abstract
val
slides
:
List
<
Slide
>
total
Step
Count
Link copied to clipboard
val
PresentationState
.
totalStepCount
:
Int
total
Step
Current
Link copied to clipboard
val
PresentationState
.
totalStepCurrent
:
Int
total
Step
Last
Link copied to clipboard
val
PresentationState
.
totalStepLast
:
Int
Functions
go
To
Link copied to clipboard
abstract
fun
goTo
(
slideIndex
:
Int
,
step
:
Int
=
0
)
go
To
Next
Link copied to clipboard
fun
PresentationState
.
goToNext
(
)
go
To
Next
Slide
Link copied to clipboard
fun
PresentationState
.
goToNextSlide
(
)
go
To
Next
Step
Link copied to clipboard
fun
PresentationState
.
goToNextStep
(
)
go
To
Previous
Link copied to clipboard
fun
PresentationState
.
goToPrevious
(
)
go
To
Previous
Slide
Link copied to clipboard
fun
PresentationState
.
goToPreviousSlide
(
)
go
To
Previous
Step
Link copied to clipboard
fun
PresentationState
.
goToPreviousStep
(
)