case class PresentationContext(rh: RenderingHandler, owner: Option[CPath], ids: List[(String, String)], source: Option[SourceRef], pos: Position, globalContext: Context, context: List[VarData], style: Option[(PresentationContext) ⇒ String]) extends Product with Serializable
- Alphabetic
- By Inheritance
- PresentationContext
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addCon(con: List[VarData]): PresentationContext
convenience method to append to the context
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
child(p: Position): PresentationContext
convenience method to change the position field
-
def
child(i: Int): PresentationContext
convenience method to change the position field
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val context: List[VarData]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getContext: Context
the MMT context of the presented object
- val globalContext: Context
-
val
html: HTML
for convenient HTML output
- val ids: List[(String, String)]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
out(s: String): Unit
the output stream to print into
- val owner: Option[CPath]
- val pos: Position
- val rh: RenderingHandler
- val source: Option[SourceRef]
- val style: Option[(PresentationContext) ⇒ String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()