Lines Matching full:selection
14 function Selection() {
17 Selection.prototype = {
19 * If a selection is related to a specific layer, then this returns the
20 * layerId of that layer. If the selection is not related to a layer, for
47 * color of the highlight quads for this selection.
54 * Called when the selection is made active in the layer viewer. Must return
55 * an HTMLElement that explains this selection in detail.
62 * Should try to create the equivalent selection in the provided LTHI,
80 __proto__: Selection.prototype,
121 __proto__: Selection.prototype,
165 __proto__: Selection.prototype,
202 Selection: Selection,