QContext

data class QContext(val prev: QContext?, val indent: Int, val col: Int, val type: String, var align: Boolean? = null)

Constructors

Link copied to clipboard
constructor(prev: QContext?, indent: Int, col: Int, type: String, align: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val col: Int
Link copied to clipboard
val indent: Int
Link copied to clipboard
Link copied to clipboard