-
Declaration
Swift
var type: [String]
-
Declaration
Swift
var excludetype: [String]
-
Declaration
Swift
var onlynew: Bool?
-
Declaration
Swift
var start: Int?
-
Declaration
Swift
var limit: Int?
-
Declaration
Swift
var cruiseDay: Int?
-
Declaration
Swift
var search: String?
-
Declaration
Swift
var hidePast: Bool?
-
Declaration
Swift
func getTypes() throws -> [FezType]?
-
Declaration
Swift
func getExcludeTypes() throws -> [FezType]?
-
Declaration
Swift
func calcStart() -> Int
-
Declaration
Swift
func calcLimit() -> Int
-
Declaration
Swift
func calcRange() -> Range<Int>