Parents: | ui |
Authors: | Slava Pestov |
Class | Superclass | Slots |
operation | tuple | predicate command translator listener? |
Class | Superclass |
listener-operation | operation |
+keyboard+ |
+primary+ |
+secondary+ |
operations |
Word | Stack effect |
$operation | ( element -- ) |
$operations | ( element -- ) |
(define-operation) | ( 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 ) |
Word | Stack effect |
listener-operation? | ( object -- ? ) |
operation? | ( object -- ? ) |