Namespace gui
The gui package.
Defined in: runtime.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
Singleton object which provides some common constraint
names that ship with and are respected by WebODF.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
gui.SelectionView(cursor)
An interface for rendering a visible selection for the provided cursor
|
<static> |
gui.UndoManager()
|
<static> |
gui.Viewport()
|
<static> |
gui.VisualStepScanner()
Scanners are stateful objects that are used to locate a step matching certain
parameters within a sequence.
|
Field Detail
<static>
gui.CommonConstraints
Singleton object which provides some common constraint
names that ship with and are respected by WebODF.
Defined in: CommonConstraints.js.
Defined in: CommonConstraints.js.
Method Detail
<static>
gui.SelectionView(cursor)
An interface for rendering a visible selection for the provided cursor
Defined in: SelectionView.js.
Defined in: SelectionView.js.
- Parameters:
- {!(ops.OdtCursor|gui.ShadowCursor)} cursor
<static>
gui.UndoManager()
Defined in: UndoManager.js.
<static>
gui.Viewport()
Defined in: Viewport.js.
<static>
gui.VisualStepScanner()
Scanners are stateful objects that are used to locate a step matching certain
parameters within a sequence. This a similar concept to lexical scanners.
As these are stateful objects, a new instance should be created for every use.
Defined in: VisualStepScanner.js.
Defined in: VisualStepScanner.js.