LoadState

Created by svennahler on 02.09.16.

open class LoadState : ImglyState

Constructors

LoadState
Link copied to clipboard
fun LoadState()

Types

Event
Link copied to clipboard
object Event
SourceType
Link copied to clipboard

All types which the source can be

enum SourceType : Enum<LoadState.SourceType>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
isSourceBroken
Link copied to clipboard
open fun isSourceBroken(): Boolean
isSourceInfoReady
Link copied to clipboard
open fun isSourceInfoReady(): Boolean
loadSourceInfo
Link copied to clipboard
open fun loadSourceInfo()
open fun loadSourceInfo(editorShowState: EditorShowState)
toString
Link copied to clipboard
open override fun toString(): String

Properties

imageSource
Link copied to clipboard
var imageSource: <ERROR CLASS>?
sourceSize
Link copied to clipboard
val sourceSize: ImageSize
sourceType
Link copied to clipboard
var sourceType: LoadState.SourceType
videoSource
Link copied to clipboard
var videoSource: VideoSource?