toggle menu
cup
1.0.0-Beta-03
common
switch theme
search in API
cup
/
net.kodein.cup
/
PresentationStateWrapper
Presentation
State
Wrapper
abstract
class
PresentationStateWrapper
(
val
originalState
:
PresentationState
)
:
PresentationState
Members
Members & Extensions
Constructors
Presentation
State
Wrapper
Link copied to clipboard
constructor
(
originalState
:
PresentationState
)
Properties
current
Slide
Link copied to clipboard
val
PresentationState
.
currentSlide
:
Slide
current
Slide
Index
Link copied to clipboard
open
override
val
currentSlideIndex
:
Int
current
Step
Link copied to clipboard
open
override
val
currentStep
:
Int
forward
Link copied to clipboard
open
override
val
forward
:
Boolean
is
In
Overview
Link copied to clipboard
open
override
var
isInOverview
:
Boolean
original
State
Link copied to clipboard
val
originalState
:
PresentationState
slides
Link copied to clipboard
open
override
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
open
override
fun
goTo
(
slideIndex
:
Int
,
step
:
Int
)
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
(
)