ui.operations vocabulary - Factor Documentation (original) (raw)

ui.operations vocabulary
Factor handbook » Vocabulary index

Documentation
Operations

Metadata

Parents: ui
Authors: Slava Pestov

Words

Tuple classes

Class Superclass Slots
operation tuple predicate command translator listener?

Predicate classes

Class Superclass
listener-operation operation

Symbol words

+keyboard+
+primary+
+secondary+
operations

Ordinary words

Word Stack effect
$operation ( element -- )
$operations ( element -- )
(define-operation) ( operation -- )
( predicate command -- operation )
default-flags ( -- assoc )
define-operation ( pred command flags -- )
define-operation-map ( class group blurb object translator -- )
find-operation ( obj quot -- command )
gesture>operation ( gesture object -- operation/f )
invoke-primary-operation ( obj -- )
invoke-secondary-operation ( obj -- )
modify-operation ( translator operation -- operation )
modify-operations ( operations translator -- operations )
object-operations ( obj -- operations )
operation-gesture ( operation -- gesture )
operation-quot ( target operation -- quot )
operations>commands ( object translator -- pairs )
primary-operation ( obj -- operation )
primary-operation? ( operation -- ? )
secondary-operation ( obj -- operation )

Class predicate words

Word Stack effect
listener-operation? ( object -- ? )
operation? ( object -- ? )

Files

resource:basis/ui/operations/operations.factor
resource:basis/ui/operations/operations-docs.factor
resource:basis/ui/operations/operations-tests.factor

Metadata files

resource:basis/ui/operations/authors.txt
resource:basis/ui/operations/summary.txt