The projectured.sdl Reference Manual

This is the projectured.sdl Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Wed Jul 15 04:57:15 2026 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 projectured.sdl

SDL (Simple DirectMedial Layer) backend.

Author

Levente Mészáros

License

BSD or Bugroff

Defsystem Dependency

hu.dwim.asdf (system).

Dependencies
Source

projectured.sdl.asd.

Child Component

source (module).


2.2 projectured.document

Collection of various documents.

Author

Levente Mészáros

License

BSD or Bugroff

Defsystem Dependency

hu.dwim.asdf (system).

Dependencies
Source

projectured.document.asd.

Child Component

source (module).


2.3 projectured.editor

Editor core components.

Author

Levente Mészáros

License

BSD or Bugroff

Defsystem Dependency

hu.dwim.asdf (system).

Dependencies
  • hu.dwim.common (system).
  • hu.dwim.defclass-star (system).
  • hu.dwim.def (system).
  • hu.dwim.logger (system).
  • hu.dwim.serializer (system).
  • hu.dwim.syntax-sugar (system).
  • hu.dwim.util (system).
  • trivial-garbage (system).
Source

projectured.editor.asd.

Child Component

source (module).


2.4 projectured.projection

Collection of various projections.

Author

Levente Mészáros

License

BSD or Bugroff

Defsystem Dependency

hu.dwim.asdf (system).

Dependencies
Source

projectured.projection.asd.

Child Component

source (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 projectured.sdl/source

Source

projectured.sdl.asd.

Parent Component

projectured.sdl (system).

Child Component

backend (module).


3.2 projectured.sdl/source/backend

Source

projectured.sdl.asd.

Parent Component

source (module).

Child Component

sdl (module).


3.3 projectured.sdl/source/backend/sdl

Source

projectured.sdl.asd.

Parent Component

backend (module).

Child Components

3.4 projectured.document/source

Source

projectured.document.asd.

Parent Component

projectured.document (system).

Child Component

document (module).


3.5 projectured.document/source/document

Source

projectured.document.asd.

Parent Component

source (module).

Child Components

3.6 projectured.editor/source

Source

projectured.editor.asd.

Parent Component

projectured.editor (system).

Child Components

3.7 projectured.editor/source/util

Dependency

package.lisp (file).

Source

projectured.editor.asd.

Parent Component

source (module).

Child Components

3.8 projectured.editor/source/editor

Dependency

util (module).

Source

projectured.editor.asd.

Parent Component

source (module).

Child Components

3.9 projectured.projection/source

Source

projectured.projection.asd.

Parent Component

projectured.projection (system).

Child Component

projection (module).


3.10 projectured.projection/source/projection

Source

projectured.projection.asd.

Parent Component

source (module).

Child Components

3.11 projectured.projection/source/projection/generic

Source

projectured.projection.asd.

Parent Component

projection (module).

Child Components

3.12 projectured.projection/source/projection/higher-order

Source

projectured.projection.asd.

Parent Component

projection (module).

Child Components

3.14 projectured.projection/source/projection/compound

Dependencies
Source

projectured.projection.asd.

Parent Component

projection (module).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 projectured.sdl/projectured.sdl.asd

Source

projectured.sdl.asd.

Parent Component

projectured.sdl (system).

ASDF Systems

projectured.sdl.


4.1.2 projectured.document/projectured.document.asd

Source

projectured.document.asd.

Parent Component

projectured.document (system).

ASDF Systems

projectured.document.


4.1.3 projectured.editor/projectured.editor.asd

Source

projectured.editor.asd.

Parent Component

projectured.editor (system).

ASDF Systems

projectured.editor.


4.1.4 projectured.projection/projectured.projection.asd

Source

projectured.projection.asd.

Parent Component

projectured.projection (system).

ASDF Systems

projectured.projection.


4.1.5 projectured.sdl/source/backend/sdl/package.lisp

Source

projectured.sdl.asd.

Parent Component

sdl (module).

Packages

projectured.sdl.


4.1.6 projectured.sdl/source/backend/sdl/backend.lisp

Dependency

package.lisp (file).

Source

projectured.sdl.asd.

Parent Component

sdl (module).

Internals

4.1.7 projectured.sdl/source/backend/sdl/graphics.lisp

Dependency

backend.lisp (file).

Source

projectured.sdl.asd.

Parent Component

sdl (module).

Internals

4.1.8 projectured.sdl/source/backend/sdl/input.lisp

Dependency

graphics.lisp (file).

Source

projectured.sdl.asd.

Parent Component

sdl (module).

Internals

4.1.9 projectured.sdl/source/backend/sdl/output.lisp

Dependency

input.lisp (file).

Source

projectured.sdl.asd.

Parent Component

sdl (module).

Internals

4.1.10 projectured.document/source/document/book.lisp

Dependency

sequence.lisp (file).

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.11 projectured.document/source/document/color.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.12 projectured.document/source/document/common-lisp.lisp

Dependency

lisp-form.lisp (file).

Source

projectured.document.asd.

Parent Component

document (module).

Public Interface

initialize-instance (method).

Internals

4.1.13 projectured.document/source/document/document.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.14 projectured.document/source/document/evaluator.lisp

Dependency

sequence.lisp (file).

Source

projectured.document.asd.

Parent Component

document (module).

Public Interface

initialize-instance (method).

Internals

4.1.15 projectured.document/source/document/font.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Public Interface

write-object-slots (method).

Internals

4.1.16 projectured.document/source/document/graphics.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.17 projectured.document/source/document/help.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.18 projectured.document/source/document/image.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.19 projectured.document/source/document/json.lisp

Dependency

sequence.lisp (file).

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.20 projectured.document/source/document/lisp-form.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.21 projectured.document/source/document/number.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Public Interface

print-object (method).

Internals

4.1.22 projectured.document/source/document/output.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.23 projectured.document/source/document/searching.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.24 projectured.document/source/document/sequence.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Public Interface
Internals

4.1.25 projectured.document/source/document/string.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Public Interface
Internals

4.1.26 projectured.document/source/document/t.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.27 projectured.document/source/document/text.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.28 projectured.document/source/document/tree.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.29 projectured.document/source/document/widget.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.30 projectured.document/source/document/xml.lisp

Dependency

sequence.lisp (file).

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.31 projectured.document/source/document/versioning.lisp

Source

projectured.document.asd.

Parent Component

document (module).

Internals

4.1.32 projectured.editor/source/package.lisp

Source

projectured.editor.asd.

Parent Component

source (module).

Packages

projectured.


4.1.33 projectured.editor/source/util/computed.lisp

Dependency

util.lisp (file).

Source

projectured.editor.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.34 projectured.editor/source/util/logger.lisp

Source

projectured.editor.asd.

Parent Component

util (module).

Internals

4.1.35 projectured.editor/source/util/util.lisp

Source

projectured.editor.asd.

Parent Component

util (module).

Internals

4.1.36 projectured.editor/source/editor/backend.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.37 projectured.editor/source/editor/command.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Public Interface

print-object (method).

Internals

4.1.38 projectured.editor/source/editor/device.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.39 projectured.editor/source/editor/document.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.40 projectured.editor/source/editor/editor.lisp

Dependencies
Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.41 projectured.editor/source/editor/event.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Public Interface
Internals

4.1.42 projectured.editor/source/editor/gesture.lisp

Dependency

event.lisp (file).

Source

projectured.editor.asd.

Parent Component

editor (module).

Public Interface

print-object (method).

Internals

4.1.43 projectured.editor/source/editor/iomap.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.44 projectured.editor/source/editor/loader.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.45 projectured.editor/source/editor/maker.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.46 projectured.editor/source/editor/mapper.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.47 projectured.editor/source/editor/operation.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.48 projectured.editor/source/editor/printer.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.49 projectured.editor/source/editor/projection.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.50 projectured.editor/source/editor/reader.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.51 projectured.editor/source/editor/reference.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.52 projectured.editor/source/editor/saver.lisp

Source

projectured.editor.asd.

Parent Component

editor (module).

Internals

4.1.53 projectured.projection/source/projection/generic/copying.lisp

Source

projectured.projection.asd.

Parent Component

generic (module).

Internals

4.1.54 projectured.projection/source/projection/generic/focusing.lisp

Source

projectured.projection.asd.

Parent Component

generic (module).

Internals

4.1.55 projectured.projection/source/projection/generic/invariably.lisp

Source

projectured.projection.asd.

Parent Component

generic (module).

Internals

4.1.56 projectured.projection/source/projection/generic/preserving.lisp

Source

projectured.projection.asd.

Parent Component

generic (module).

Internals

4.1.57 projectured.projection/source/projection/generic/removing.lisp

Source

projectured.projection.asd.

Parent Component

generic (module).

Internals

4.1.58 projectured.projection/source/projection/generic/reversing.lisp

Source

projectured.projection.asd.

Parent Component

generic (module).

Internals

4.1.59 projectured.projection/source/projection/generic/sorting.lisp

Source

projectured.projection.asd.

Parent Component

generic (module).

Internals

4.1.60 projectured.projection/source/projection/higher-order/alternative.lisp

Source

projectured.projection.asd.

Parent Component

higher-order (module).

Internals

4.1.61 projectured.projection/source/projection/higher-order/identity-dispatching.lisp

Source

projectured.projection.asd.

Parent Component

higher-order (module).

Internals

4.1.62 projectured.projection/source/projection/higher-order/iterating.lisp

Source

projectured.projection.asd.

Parent Component

higher-order (module).

Internals

4.1.63 projectured.projection/source/projection/higher-order/nesting.lisp

Source

projectured.projection.asd.

Parent Component

higher-order (module).

Internals

4.1.64 projectured.projection/source/projection/higher-order/parallel.lisp

Source

projectured.projection.asd.

Parent Component

higher-order (module).

Internals

4.1.65 projectured.projection/source/projection/higher-order/predicate-dispatching.lisp

Source

projectured.projection.asd.

Parent Component

higher-order (module).

Internals

4.1.66 projectured.projection/source/projection/higher-order/recursive.lisp

Source

projectured.projection.asd.

Parent Component

higher-order (module).

Internals

4.1.67 projectured.projection/source/projection/higher-order/reference-dispatching.lisp

Source

projectured.projection.asd.

Parent Component

higher-order (module).

Internals

4.1.68 projectured.projection/source/projection/higher-order/sequential.lisp

Source

projectured.projection.asd.

Parent Component

higher-order (module).

Internals

4.1.69 projectured.projection/source/projection/higher-order/type-dispatching.lisp

Source

projectured.projection.asd.

Parent Component

higher-order (module).

Internals

4.1.70 projectured.projection/source/projection/primitive/book-to-tree.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.71 projectured.projection/source/projection/primitive/chapter-numbering.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.72 projectured.projection/source/projection/primitive/common-lisp-to-lisp-form.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.73 projectured.projection/source/projection/primitive/document-to-t.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.77 projectured.projection/source/projection/primitive/json-to-tree.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.78 projectured.projection/source/projection/primitive/line-numbering.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.79 projectured.projection/source/projection/primitive/lisp-form-to-form.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.80 projectured.projection/source/projection/primitive/lisp-form-to-tree.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.81 projectured.projection/source/projection/primitive/object-searching.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.83 projectured.projection/source/projection/primitive/t-to-tree.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.84 projectured.projection/source/projection/primitive/text-aligning.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.85 projectured.projection/source/projection/primitive/text-to-graphics.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.86 projectured.projection/source/projection/primitive/text-to-string.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.87 projectured.projection/source/projection/primitive/tree-to-text.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.88 projectured.projection/source/projection/primitive/searching-to-tree.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.89 projectured.projection/source/projection/primitive/widget-to-graphics.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.90 projectured.projection/source/projection/primitive/word-wrapping.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.91 projectured.projection/source/projection/primitive/xml-to-tree.lisp

Source

projectured.projection.asd.

Parent Component

primitive (module).

Internals

4.1.92 projectured.projection/source/projection/compound/t-to-string.lisp

Dependency

t-to-t.lisp (file).

Source

projectured.projection.asd.

Parent Component

compound (module).

Internals

5 Packages

Packages are listed by definition order.


5.1 projectured

Source

package.lisp.

Use List
  • hu.dwim.asdf.
  • hu.dwim.common.
  • hu.dwim.def.
  • hu.dwim.defclass-star.
  • hu.dwim.logger.
  • hu.dwim.util.
Used By List

projectured.sdl.

Internals

5.2 projectured.sdl

Source

package.lisp.

Use List
  • hu.dwim.asdf.
  • hu.dwim.common.
  • hu.dwim.def.
  • hu.dwim.defclass-star.
  • hu.dwim.logger.
  • hu.dwim.util.
  • projectured.
Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Standalone methods

Method: adjust-sequence ((instance document/string) length &key initial-element initial-contents)
Package

sb-sequence.

Source

string.lisp.

Method: adjust-sequence ((sequence computed-sequence) length &key initial-element initial-contents)
Package

sb-sequence.

Source

computed.lisp.

Method: compute-effective-slot-definition ((class computed-class) name direct-slot-definitions)
Package

sb-mop.

Source

computed.lisp.

Method: direct-slot-definition-class ((class computed-class) &rest slot-initargs &key &allow-other-keys)
Package

sb-mop.

Source

computed.lisp.

Method: effective-slot-definition-class ((class computed-class) &key &allow-other-keys)
Package

sb-mop.

Source

computed.lisp.

Method: (setf elt) ((sequence computed-ll) index)
Package

sb-sequence.

Source

computed.lisp.

Method: elt ((sequence computed-ll) index)
Package

sb-sequence.

Source

computed.lisp.

Method: (setf elt) ((instance document/string) index)
Package

sb-sequence.

Source

string.lisp.

Method: elt ((instance document/string) index)
Package

sb-sequence.

Source

string.lisp.

Method: (setf elt) ((sequence computed-sequence) index)
Package

sb-sequence.

Source

computed.lisp.

Method: elt ((sequence computed-sequence) index)
Package

sb-sequence.

Source

computed.lisp.

Method: (setf elt) ((instance document/sequence) index)
Package

sb-sequence.

Source

sequence.lisp.

Method: elt ((instance document/sequence) index)
Package

sb-sequence.

Source

sequence.lisp.

Method: initialize-instance :after ((instance evaluator/completion) &key &allow-other-keys)
Source

evaluator.lisp.

Method: initialize-instance :around ((class computed-class) &rest initargs &key direct-superclasses)
Source

computed.lisp.

Method: initialize-instance :after ((instance common-lisp/function-definition/completion) &key &allow-other-keys)
Source

common-lisp.lisp.

Method: length ((sequence computed-ll))
Package

sb-sequence.

Source

computed.lisp.

Method: length ((instance document/string))
Package

sb-sequence.

Source

string.lisp.

Method: length ((sequence computed-sequence))
Package

sb-sequence.

Source

computed.lisp.

Method: length ((instance document/sequence))
Package

sb-sequence.

Source

sequence.lisp.

Method: make-sequence-like ((sequence computed-ll) length &key initial-element initial-contents)
Package

sb-sequence.

Source

computed.lisp.

Method: make-sequence-like ((instance document/string) length &key initial-element initial-contents)
Package

sb-sequence.

Source

string.lisp.

Method: make-sequence-like ((sequence computed-sequence) length &key initial-element initial-contents)
Package

sb-sequence.

Source

computed.lisp.

Method: make-sequence-like ((instance document/sequence) length &key initial-element initial-contents)
Package

sb-sequence.

Source

sequence.lisp.

Method: print-object ((instance document/number) stream)
Source

number.lisp.

Method: print-object ((instance event/keyboard/key-up) stream)
Source

event.lisp.

Method: print-object ((instance document/string) stream)
Source

string.lisp.

Method: print-object ((instance event/keyboard/type-in) stream)
Source

event.lisp.

Method: print-object ((object computed-state) stream)
Source

computed.lisp.

Method: print-object ((instance gesture/keyboard) stream)
Source

gesture.lisp.

Method: print-object ((instance command) stream)
Source

command.lisp.

Method: print-object ((instance event/keyboard/key-down) stream)
Source

event.lisp.

Method: read-object-slots ((class standard-class) (prototype document/sequence) context &key &allow-other-keys)
Package

hu.dwim.serializer.

Source

sequence.lisp.

Method: reinitialize-instance :around ((class computed-class) &rest initargs &key direct-superclasses)
Source

computed.lisp.

Method: replace ((instance-1 document/string) (instance-2 document/string) &rest args &key start1 end1 start2 end2)
Package

sb-sequence.

Source

string.lisp.

Method: replace ((sequence-1 computed-sequence) (sequence-2 computed-sequence) &rest args &key start1 end1 start2 end2)
Package

sb-sequence.

Source

computed.lisp.

Method: shared-initialize :around ((computed-slot-definition computed-direct-slot-definition) slot-names &rest args &key initform &allow-other-keys)
Source

computed.lisp.

Method: slot-boundp-using-class ((class computed-class) (object computed-object) (slot computed-effective-slot-definition))
Package

sb-mop.

Source

computed.lisp.

Method: slot-makunbound-using-class ((class computed-class) (object computed-object) (slot computed-effective-slot-definition))
Package

sb-mop.

Source

computed.lisp.

Method: (setf slot-value-using-class) ((class computed-class) (object computed-object) (slot computed-effective-slot-definition))
Package

sb-mop.

Source

computed.lisp.

Method: slot-value-using-class ((class computed-class) (object computed-object) (slot computed-effective-slot-definition))
Package

sb-mop.

Source

computed.lisp.

Method: subseq ((instance document/string) start &optional end)
Package

sb-sequence.

Source

string.lisp.

Method: subseq ((sequence computed-sequence) start &optional end)
Package

sb-sequence.

Source

computed.lisp.

Method: validate-superclass ((subclass computed-class) (superclass standard-class))
Package

sb-mop.

Source

computed.lisp.

Method: write-object-slots ((class standard-class) (object style/font) context)
Package

hu.dwim.serializer.

Source

font.lisp.

Method: write-object-slots ((class standard-class) (object document/sequence) context)
Package

hu.dwim.serializer.

Source

sequence.lisp.


6.2 Internals


6.2.1 Constants

Constant: +invalid-value+
Package

projectured.

Source

computed.lisp.


6.2.2 Special variables

Special Variable: *check-ll*
Package

projectured.

Source

computed.lisp.

Special Variable: *color/aero*
Package

projectured.

Source

color.lisp.

Special Variable: *color/aero-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/african-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/air-force-blue-raf*
Package

projectured.

Source

color.lisp.

Special Variable: *color/air-force-blue-usaf*
Package

projectured.

Source

color.lisp.

Special Variable: *color/air-superiority-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/alabama-crimson*
Package

projectured.

Source

color.lisp.

Special Variable: *color/alice-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/alizarin-crimson*
Package

projectured.

Source

color.lisp.

Special Variable: *color/alloy-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/almond*
Package

projectured.

Source

color.lisp.

Special Variable: *color/amaranth*
Package

projectured.

Source

color.lisp.

Special Variable: *color/amazon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/amber*
Package

projectured.

Source

color.lisp.

Special Variable: *color/american-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/android-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/anti-flash-white*
Package

projectured.

Source

color.lisp.

Special Variable: *color/antique-brass*
Package

projectured.

Source

color.lisp.

Special Variable: *color/antique-bronze*
Package

projectured.

Source

color.lisp.

Special Variable: *color/antique-fuchsia*
Package

projectured.

Source

color.lisp.

Special Variable: *color/antique-ruby*
Package

projectured.

Source

color.lisp.

Special Variable: *color/antique-white*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ao*
Package

projectured.

Source

color.lisp.

Special Variable: *color/apple-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/apricot*
Package

projectured.

Source

color.lisp.

Special Variable: *color/aquamarine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/army-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/arsenic*
Package

projectured.

Source

color.lisp.

Special Variable: *color/arylide-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ash-grey*
Package

projectured.

Source

color.lisp.

Special Variable: *color/asparagus*
Package

projectured.

Source

color.lisp.

Special Variable: *color/atomic-tangerine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/auburn*
Package

projectured.

Source

color.lisp.

Special Variable: *color/aureolin*
Package

projectured.

Source

color.lisp.

Special Variable: *color/aurometalsaurus*
Package

projectured.

Source

color.lisp.

Special Variable: *color/avocado*
Package

projectured.

Source

color.lisp.

Special Variable: *color/azure*
Package

projectured.

Source

color.lisp.

Special Variable: *color/azure-mist*
Package

projectured.

Source

color.lisp.

Special Variable: *color/baby-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/baby-blue-eyes*
Package

projectured.

Source

color.lisp.

Special Variable: *color/baby-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/baby-powder*
Package

projectured.

Source

color.lisp.

Special Variable: *color/baker-miller-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ball-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/banana-mania*
Package

projectured.

Source

color.lisp.

Special Variable: *color/banana-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/barbie-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/barn-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/battleship-grey*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bazaar*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bdazzled-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/beau-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/beaver*
Package

projectured.

Source

color.lisp.

Special Variable: *color/beige*
Package

projectured.

Source

color.lisp.

Special Variable: *color/big-dip-o’ruby*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bisque*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bistre*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bistre-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bitter-lemon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bitter-lime*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bittersweet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bittersweet-shimmer*
Package

projectured.

Source

color.lisp.

Special Variable: *color/black*
Package

projectured.

Source

color.lisp.

Special Variable: *color/black-bean*
Package

projectured.

Source

color.lisp.

Special Variable: *color/black-leather-jacket*
Package

projectured.

Source

color.lisp.

Special Variable: *color/black-olive*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blanched-almond*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blast-off-bronze*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bleu-de-france*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blizzard-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blond*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue-bell*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue-munsell*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue-ncs*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue-pigment*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue-ryb*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue-sapphire*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blue-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blueberry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bluebonnet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/blush*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bole*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bondi-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bone*
Package

projectured.

Source

color.lisp.

Special Variable: *color/boston-university-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bottle-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/boysenberry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/brandeis-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/brass*
Package

projectured.

Source

color.lisp.

Special Variable: *color/brick-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bright-cerulean*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bright-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bright-maroon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bright-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bright-turquoise*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bright-ube*
Package

projectured.

Source

color.lisp.

Special Variable: *color/brilliant-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/brilliant-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/brink-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/british-racing-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bronze*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bronze-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/brown-nose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/brown-traditional*
Package

projectured.

Source

color.lisp.

Special Variable: *color/brown-web*
Package

projectured.

Source

color.lisp.

Special Variable: *color/brunswick-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bubble-gum*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bubbles*
Package

projectured.

Source

color.lisp.

Special Variable: *color/buff*
Package

projectured.

Source

color.lisp.

Special Variable: *color/bulgarian-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/burgundy*
Package

projectured.

Source

color.lisp.

Special Variable: *color/burlywood*
Package

projectured.

Source

color.lisp.

Special Variable: *color/burnt-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/burnt-sienna*
Package

projectured.

Source

color.lisp.

Special Variable: *color/burnt-umber*
Package

projectured.

Source

color.lisp.

Special Variable: *color/byzantine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/byzantium*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cadet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cadet-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cadet-grey*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cadmium-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cadmium-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cadmium-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cadmium-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/café-au-lait*
Package

projectured.

Source

color.lisp.

Special Variable: *color/café-noir*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cal-poly-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cambridge-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/camel*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cameo-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/camouflage-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/canary-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/candy-apple-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/candy-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/capri*
Package

projectured.

Source

color.lisp.

Special Variable: *color/caput-mortuum*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cardinal*
Package

projectured.

Source

color.lisp.

Special Variable: *color/caribbean-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/carmine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/carmine-m&p*
Package

projectured.

Source

color.lisp.

Special Variable: *color/carmine-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/carmine-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/carnation-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/carnelian*
Package

projectured.

Source

color.lisp.

Special Variable: *color/carolina-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/carrot-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/castleton-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/catalina-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/catawba*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cedar-chest*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ceil*
Package

projectured.

Source

color.lisp.

Special Variable: *color/celadon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/celadon-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/celadon-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/celeste-colour*
Package

projectured.

Source

color.lisp.

Special Variable: *color/celestial-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cerise*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cerise-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cerulean*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cerulean-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cerulean-frost*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cg-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cg-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/chamoisee*
Package

projectured.

Source

color.lisp.

Special Variable: *color/champagne*
Package

projectured.

Source

color.lisp.

Special Variable: *color/charcoal*
Package

projectured.

Source

color.lisp.

Special Variable: *color/charleston-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/charm-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/chartreuse-traditional*
Package

projectured.

Source

color.lisp.

Special Variable: *color/chartreuse-web*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cherry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cherry-blossom-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/chestnut*
Package

projectured.

Source

color.lisp.

Special Variable: *color/china-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/china-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/chinese-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/chinese-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/chocolate-traditional*
Package

projectured.

Source

color.lisp.

Special Variable: *color/chocolate-web*
Package

projectured.

Source

color.lisp.

Special Variable: *color/chrome-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cinereous*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cinnabar*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cinnamon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/citrine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/citron*
Package

projectured.

Source

color.lisp.

Special Variable: *color/claret*
Package

projectured.

Source

color.lisp.

Special Variable: *color/classic-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cobalt*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cocoa-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/coconut*
Package

projectured.

Source

color.lisp.

Special Variable: *color/coffee*
Package

projectured.

Source

color.lisp.

Special Variable: *color/columbia-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/congo-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cool-black*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cool-grey*
Package

projectured.

Source

color.lisp.

Special Variable: *color/copper*
Package

projectured.

Source

color.lisp.

Special Variable: *color/copper-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/copper-penny*
Package

projectured.

Source

color.lisp.

Special Variable: *color/copper-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/coquelicot*
Package

projectured.

Source

color.lisp.

Special Variable: *color/coral*
Package

projectured.

Source

color.lisp.

Special Variable: *color/coral-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/coral-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cordovan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/corn*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cornell-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cornflower-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cornsilk*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cosmic-latte*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cotton-candy*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cream*
Package

projectured.

Source

color.lisp.

Special Variable: *color/crimson*
Package

projectured.

Source

color.lisp.

Special Variable: *color/crimson-glory*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cyan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cyan-process*
Package

projectured.

Source

color.lisp.

Special Variable: *color/cyber-grape*
Package

projectured.

Source

color.lisp.

Special Variable: *color/daffodil*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dandelion*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-blue-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-byzantium*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-candy-apple-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-cerulean*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-chestnut*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-coral*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-cyan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-electric-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-goldenrod*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-imperial-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-jungle-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-khaki*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-lava*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-magenta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-midnight-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-moss-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-olive-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-orchid*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-pastel-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-pastel-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-pastel-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-pastel-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-powder-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-raspberry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-salmon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-scarlet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-sea-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-sienna*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-sky-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-slate-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-slate-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-spring-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-tan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-tangerine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-taupe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-terra-cotta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-turquoise*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-vanilla*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dark-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dartmouth-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/davys-grey*
Package

projectured.

Source

color.lisp.

Special Variable: *color/debian-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-carmine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-carmine-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-carrot-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-cerise*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-champagne*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-chestnut*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-coffee*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-fuchsia*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-jungle-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-lemon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-lilac*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-magenta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-mauve*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-moss-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-peach*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-ruby*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-saffron*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-sky-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-space-sparkle*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-taupe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deep-tuscan-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/deer*
Package

projectured.

Source

color.lisp.

Special Variable: *color/default*
Package

projectured.

Source

color.lisp.

Special Variable: *color/denim*
Package

projectured.

Source

color.lisp.

Special Variable: *color/desert*
Package

projectured.

Source

color.lisp.

Special Variable: *color/desert-sand*
Package

projectured.

Source

color.lisp.

Special Variable: *color/diamond*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dim-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dirt*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dodger-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dogwood-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dollar-bill*
Package

projectured.

Source

color.lisp.

Special Variable: *color/drab*
Package

projectured.

Source

color.lisp.

Special Variable: *color/duke-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/dust-storm*
Package

projectured.

Source

color.lisp.

Special Variable: *color/earth-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ebony*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ece-amber*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ecru*
Package

projectured.

Source

color.lisp.

Special Variable: *color/eggplant*
Package

projectured.

Source

color.lisp.

Special Variable: *color/eggshell*
Package

projectured.

Source

color.lisp.

Special Variable: *color/egyptian-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/electric-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/electric-crimson*
Package

projectured.

Source

color.lisp.

Special Variable: *color/electric-cyan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/electric-indigo*
Package

projectured.

Source

color.lisp.

Special Variable: *color/electric-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/electric-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/electric-ultramarine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/electric-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/electric-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/emerald*
Package

projectured.

Source

color.lisp.

Special Variable: *color/english-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/english-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/english-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/english-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/eton-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/eucalyptus*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fallow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/falu-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fandango*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fandango-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fashion-fuchsia*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fawn*
Package

projectured.

Source

color.lisp.

Special Variable: *color/feldgrau*
Package

projectured.

Source

color.lisp.

Special Variable: *color/feldspar*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fern-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ferrari-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/field-drab*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fire-engine-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/firebrick*
Package

projectured.

Source

color.lisp.

Special Variable: *color/flame*
Package

projectured.

Source

color.lisp.

Special Variable: *color/flamingo-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/flattery*
Package

projectured.

Source

color.lisp.

Special Variable: *color/flavescent*
Package

projectured.

Source

color.lisp.

Special Variable: *color/flax*
Package

projectured.

Source

color.lisp.

Special Variable: *color/floral-white*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fluorescent-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fluorescent-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fluorescent-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/folly*
Package

projectured.

Source

color.lisp.

Special Variable: *color/forest-green-traditional*
Package

projectured.

Source

color.lisp.

Special Variable: *color/forest-green-web*
Package

projectured.

Source

color.lisp.

Special Variable: *color/french-beige*
Package

projectured.

Source

color.lisp.

Special Variable: *color/french-bistre*
Package

projectured.

Source

color.lisp.

Special Variable: *color/french-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/french-lilac*
Package

projectured.

Source

color.lisp.

Special Variable: *color/french-lime*
Package

projectured.

Source

color.lisp.

Special Variable: *color/french-mauve*
Package

projectured.

Source

color.lisp.

Special Variable: *color/french-raspberry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/french-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/french-sky-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/french-wine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fresh-air*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fuchsia-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fuchsia-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fuchsia-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fulvous*
Package

projectured.

Source

color.lisp.

Special Variable: *color/fuzzy-wuzzy*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gainsboro*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gamboge*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ghost-white*
Package

projectured.

Source

color.lisp.

Special Variable: *color/giants-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ginger*
Package

projectured.

Source

color.lisp.

Special Variable: *color/glaucous*
Package

projectured.

Source

color.lisp.

Special Variable: *color/glitter*
Package

projectured.

Source

color.lisp.

Special Variable: *color/go-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gold-fusion*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gold-metallic*
Package

projectured.

Source

color.lisp.

Special Variable: *color/golden-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/golden-poppy*
Package

projectured.

Source

color.lisp.

Special Variable: *color/golden-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/goldenrod*
Package

projectured.

Source

color.lisp.

Special Variable: *color/granny-smith-apple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/grape*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray-asparagus*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray-html/css-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray-x11-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray0*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray111*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray127*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray143*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray15*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray159*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray175*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray191*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray207*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray223*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray239*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray255*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray31*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray47*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray63*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray79*
Package

projectured.

Source

color.lisp.

Special Variable: *color/gray95*
Package

projectured.

Source

color.lisp.

Special Variable: *color/green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/green-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/green-munsell*
Package

projectured.

Source

color.lisp.

Special Variable: *color/green-ncs*
Package

projectured.

Source

color.lisp.

Special Variable: *color/green-pigment*
Package

projectured.

Source

color.lisp.

Special Variable: *color/green-ryb*
Package

projectured.

Source

color.lisp.

Special Variable: *color/green-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/grullo*
Package

projectured.

Source

color.lisp.

Special Variable: *color/guppie-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/halayà-úbe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/han-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/han-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/hansa-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/harlequin*
Package

projectured.

Source

color.lisp.

Special Variable: *color/harvard-crimson*
Package

projectured.

Source

color.lisp.

Special Variable: *color/harvest-gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/heart-gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/heliotrope*
Package

projectured.

Source

color.lisp.

Special Variable: *color/hollywood-cerise*
Package

projectured.

Source

color.lisp.

Special Variable: *color/honeydew*
Package

projectured.

Source

color.lisp.

Special Variable: *color/honolulu-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/hookers-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/hot-magenta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/hot-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/html-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/html_gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/html_green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/html_grey*
Package

projectured.

Source

color.lisp.

Special Variable: *color/html_lime*
Package

projectured.

Source

color.lisp.

Special Variable: *color/html_maroon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/html_silver*
Package

projectured.

Source

color.lisp.

Special Variable: *color/html_tan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/html_teal*
Package

projectured.

Source

color.lisp.

Special Variable: *color/html_turquoise*
Package

projectured.

Source

color.lisp.

Special Variable: *color/hunter-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/iceberg*
Package

projectured.

Source

color.lisp.

Special Variable: *color/icterine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/illuminating-emerald*
Package

projectured.

Source

color.lisp.

Special Variable: *color/imperial*
Package

projectured.

Source

color.lisp.

Special Variable: *color/imperial-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/imperial-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/imperial-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/inchworm*
Package

projectured.

Source

color.lisp.

Special Variable: *color/india-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/indian-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/indian-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/indigo*
Package

projectured.

Source

color.lisp.

Special Variable: *color/indigo-dye*
Package

projectured.

Source

color.lisp.

Special Variable: *color/indigo-web*
Package

projectured.

Source

color.lisp.

Special Variable: *color/international-klein-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/international-orange-aerospace*
Package

projectured.

Source

color.lisp.

Special Variable: *color/international-orange-engineering*
Package

projectured.

Source

color.lisp.

Special Variable: *color/international-orange-golden-gate-bridge*
Package

projectured.

Source

color.lisp.

Special Variable: *color/iris*
Package

projectured.

Source

color.lisp.

Special Variable: *color/irresistible*
Package

projectured.

Source

color.lisp.

Special Variable: *color/isabelline*
Package

projectured.

Source

color.lisp.

Special Variable: *color/islamic-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/italian-sky-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/jade*
Package

projectured.

Source

color.lisp.

Special Variable: *color/japanese-indigo*
Package

projectured.

Source

color.lisp.

Special Variable: *color/japanese-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/jasmine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/jasper*
Package

projectured.

Source

color.lisp.

Special Variable: *color/jazzberry-jam*
Package

projectured.

Source

color.lisp.

Special Variable: *color/jelly-bean*
Package

projectured.

Source

color.lisp.

Special Variable: *color/jet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/jonquil*
Package

projectured.

Source

color.lisp.

Special Variable: *color/june-bud*
Package

projectured.

Source

color.lisp.

Special Variable: *color/jungle-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/kelly-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/kenyan-copper*
Package

projectured.

Source

color.lisp.

Special Variable: *color/keppel*
Package

projectured.

Source

color.lisp.

Special Variable: *color/khaki-html/css-khaki*
Package

projectured.

Source

color.lisp.

Special Variable: *color/khaki-x11-light-khaki*
Package

projectured.

Source

color.lisp.

Special Variable: *color/kobe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/kobi*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ku-crimson*
Package

projectured.

Source

color.lisp.

Special Variable: *color/la-salle-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/languid-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lapis-lazuli*
Package

projectured.

Source

color.lisp.

Special Variable: *color/laser-lemon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/laurel-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lava*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lavender-blush*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lavender-floral*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lavender-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lavender-indigo*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lavender-magenta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lavender-mist*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lavender-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lavender-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lavender-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lavender-web*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lawn-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lemon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lemon-chiffon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lemon-curry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lemon-glacier*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lemon-lime*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lemon-meringue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lemon-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/licorice*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-apricot*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-carmine-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-coral*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-cornflower-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-crimson*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-cyan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-fuchsia-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-goldenrod-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-khaki*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-medium-orchid*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-moss-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-orchid*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-pastel-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-red-ochre*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-salmon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-salmon-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-sea-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-sky-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-slate-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-steel-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-taupe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-thulian-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/light-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lilac*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lime-color-wheel*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lime-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/limerick*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lincoln-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/linen*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lion*
Package

projectured.

Source

color.lisp.

Special Variable: *color/little-boy-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/liver*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lumber*
Package

projectured.

Source

color.lisp.

Special Variable: *color/lust*
Package

projectured.

Source

color.lisp.

Special Variable: *color/magenta-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/magenta-dye*
Package

projectured.

Source

color.lisp.

Special Variable: *color/magenta-pantone*
Package

projectured.

Source

color.lisp.

Special Variable: *color/magenta-process*
Package

projectured.

Source

color.lisp.

Special Variable: *color/magic-mint*
Package

projectured.

Source

color.lisp.

Special Variable: *color/magnolia*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mahogany*
Package

projectured.

Source

color.lisp.

Special Variable: *color/maize*
Package

projectured.

Source

color.lisp.

Special Variable: *color/majorelle-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/malachite*
Package

projectured.

Source

color.lisp.

Special Variable: *color/manatee*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mango-tango*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mantis*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mardi-gras*
Package

projectured.

Source

color.lisp.

Special Variable: *color/maroon-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/maroon-x11*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mauve*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mauve-taupe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mauvelous*
Package

projectured.

Source

color.lisp.

Special Variable: *color/maya-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/meat-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-aquamarine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-candy-apple-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-carmine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-champagne*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-electric-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-jungle-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-orchid*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-persian-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-red-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-ruby*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-sea-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-sky-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-slate-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-spring-bud*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-spring-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-taupe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-turquoise*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-tuscan-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-vermilion*
Package

projectured.

Source

color.lisp.

Special Variable: *color/medium-violet-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mellow-apricot*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mellow-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/melon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/metallic-seaweed*
Package

projectured.

Source

color.lisp.

Special Variable: *color/metallic-sunburst*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mexican-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/midori*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mikado-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mint*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mint-cream*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mint-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/misty-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/moccasin*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mode-beige*
Package

projectured.

Source

color.lisp.

Special Variable: *color/moonstone-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mordant-red-19*
Package

projectured.

Source

color.lisp.

Special Variable: *color/moss-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mountain-meadow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mountbatten-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mulberry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/mustard*
Package

projectured.

Source

color.lisp.

Special Variable: *color/myrtle-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/nadeshiko-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/napier-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/naples-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/navajo-white*
Package

projectured.

Source

color.lisp.

Special Variable: *color/navy-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/navy-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/neon-carrot*
Package

projectured.

Source

color.lisp.

Special Variable: *color/neon-fuchsia*
Package

projectured.

Source

color.lisp.

Special Variable: *color/neon-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/new-car*
Package

projectured.

Source

color.lisp.

Special Variable: *color/new-york-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/non-photo-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/nyanza*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ocean-boat-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ochre*
Package

projectured.

Source

color.lisp.

Special Variable: *color/old-burgundy*
Package

projectured.

Source

color.lisp.

Special Variable: *color/old-gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/old-lace*
Package

projectured.

Source

color.lisp.

Special Variable: *color/old-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/old-mauve*
Package

projectured.

Source

color.lisp.

Special Variable: *color/old-moss-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/old-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/old-silver*
Package

projectured.

Source

color.lisp.

Special Variable: *color/olive*
Package

projectured.

Source

color.lisp.

Special Variable: *color/olive-drab*
Package

projectured.

Source

color.lisp.

Special Variable: *color/olive-drab-web-olive-drab*
Package

projectured.

Source

color.lisp.

Special Variable: *color/olivine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/onyx*
Package

projectured.

Source

color.lisp.

Special Variable: *color/opera-mauve*
Package

projectured.

Source

color.lisp.

Special Variable: *color/orange-color-wheel*
Package

projectured.

Source

color.lisp.

Special Variable: *color/orange-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/orange-pantone*
Package

projectured.

Source

color.lisp.

Special Variable: *color/orange-peel*
Package

projectured.

Source

color.lisp.

Special Variable: *color/orange-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/orange-ryb*
Package

projectured.

Source

color.lisp.

Special Variable: *color/orange-web-color*
Package

projectured.

Source

color.lisp.

Special Variable: *color/orchid*
Package

projectured.

Source

color.lisp.

Special Variable: *color/orchid-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/orioles-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/otter-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ou-crimson-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/outer-space*
Package

projectured.

Source

color.lisp.

Special Variable: *color/outrageous-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/oxford-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pakistan-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/palatinate-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/palatinate-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-aqua*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-carmine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-cerulean*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-chestnut*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-copper*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-cornflower-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-goldenrod*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-magenta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-red-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-robin-egg-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-silver*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-spring-bud*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-taupe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-turquoise*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pale-violet-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pansy-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/papaya-whip*
Package

projectured.

Source

color.lisp.

Special Variable: *color/paris-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-magenta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/alizarin*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/amethyst*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/asbestos*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/belize-hole*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/carrot*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/clouds*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/concrete*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/emerland*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/green-sea*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/midnight-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/nephritis*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/peter-river*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/pomegranate*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/pumpkin*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/silver*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/sun-flower*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/turquoise*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/wet-asphalt*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pastel/wisteria*
Package

projectured.

Source

color.lisp.

Special Variable: *color/patriarch*
Package

projectured.

Source

color.lisp.

Special Variable: *color/paynes-grey*
Package

projectured.

Source

color.lisp.

Special Variable: *color/peach*
Package

projectured.

Source

color.lisp.

Special Variable: *color/peach-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/peach-puff*
Package

projectured.

Source

color.lisp.

Special Variable: *color/peach-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pear*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pearl*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pearl-aqua*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pearly-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/peridot*
Package

projectured.

Source

color.lisp.

Special Variable: *color/persian-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/persian-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/persian-indigo*
Package

projectured.

Source

color.lisp.

Special Variable: *color/persian-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/persian-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/persian-plum*
Package

projectured.

Source

color.lisp.

Special Variable: *color/persian-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/persimmon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/peru*
Package

projectured.

Source

color.lisp.

Special Variable: *color/phlox*
Package

projectured.

Source

color.lisp.

Special Variable: *color/phthalo-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/phthalo-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pictorial-carmine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/piggy-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pine-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pink-lace*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pink-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pink-pearl*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pink-sherbet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pistachio*
Package

projectured.

Source

color.lisp.

Special Variable: *color/plum-traditional*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pomp-and-power*
Package

projectured.

Source

color.lisp.

Special Variable: *color/portland-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/princeton-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/prune*
Package

projectured.

Source

color.lisp.

Special Variable: *color/prussian-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/psychedelic-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/puce*
Package

projectured.

Source

color.lisp.

Special Variable: *color/pumpkin*
Package

projectured.

Source

color.lisp.

Special Variable: *color/purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/purple-heart*
Package

projectured.

Source

color.lisp.

Special Variable: *color/purple-mountain-majesty*
Package

projectured.

Source

color.lisp.

Special Variable: *color/purple-munsell*
Package

projectured.

Source

color.lisp.

Special Variable: *color/purple-pizzazz*
Package

projectured.

Source

color.lisp.

Special Variable: *color/purple-taupe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/purple-x11*
Package

projectured.

Source

color.lisp.

Special Variable: *color/quartz*
Package

projectured.

Source

color.lisp.

Special Variable: *color/queen-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/queen-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rackley*
Package

projectured.

Source

color.lisp.

Special Variable: *color/radical-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rajah*
Package

projectured.

Source

color.lisp.

Special Variable: *color/raspberry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/raspberry-glace*
Package

projectured.

Source

color.lisp.

Special Variable: *color/raspberry-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/raspberry-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/raw-umber*
Package

projectured.

Source

color.lisp.

Special Variable: *color/razzle-dazzle-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/razzmatazz*
Package

projectured.

Source

color.lisp.

Special Variable: *color/razzmic-berry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/red-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/red-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/red-devil*
Package

projectured.

Source

color.lisp.

Special Variable: *color/red-munsell*
Package

projectured.

Source

color.lisp.

Special Variable: *color/red-ncs*
Package

projectured.

Source

color.lisp.

Special Variable: *color/red-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/red-pantone*
Package

projectured.

Source

color.lisp.

Special Variable: *color/red-pigment*
Package

projectured.

Source

color.lisp.

Special Variable: *color/red-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/redwood*
Package

projectured.

Source

color.lisp.

Special Variable: *color/regalia*
Package

projectured.

Source

color.lisp.

Special Variable: *color/resolution-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rhythm*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rich-black*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rich-brilliant-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rich-carmine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rich-electric-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rich-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rich-lilac*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rich-maroon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rifle-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rocket-metallic*
Package

projectured.

Source

color.lisp.

Special Variable: *color/roman-silver*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rose-bonbon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rose-ebony*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rose-gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rose-madder*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rose-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rose-quartz*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rose-taupe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rose-vale*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rosewood*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rosso-corsa*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rosy-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/royal-azure*
Package

projectured.

Source

color.lisp.

Special Variable: *color/royal-blue-traditional*
Package

projectured.

Source

color.lisp.

Special Variable: *color/royal-blue-web*
Package

projectured.

Source

color.lisp.

Special Variable: *color/royal-fuchsia*
Package

projectured.

Source

color.lisp.

Special Variable: *color/royal-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/royal-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ruber*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rubine-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ruby*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ruby-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ruddy*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ruddy-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ruddy-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rufous*
Package

projectured.

Source

color.lisp.

Special Variable: *color/russet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/russian-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/russian-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rust*
Package

projectured.

Source

color.lisp.

Special Variable: *color/rusty-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sacramento-state-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/saddle-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/safety-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/saffron*
Package

projectured.

Source

color.lisp.

Special Variable: *color/salmon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/salmon-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sand*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sand-dune*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sandstorm*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sandy-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sandy-taupe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sangria*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sap-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sapphire*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sapphire-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/satin-sheen-gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/scarlet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/scarlet-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/schauss-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/school-bus-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/screamin-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sea-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sea-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/seal-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/seashell*
Package

projectured.

Source

color.lisp.

Special Variable: *color/selective-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sepia*
Package

projectured.

Source

color.lisp.

Special Variable: *color/shadow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/shampoo*
Package

projectured.

Source

color.lisp.

Special Variable: *color/shamrock-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sheen-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/shimmering-blush*
Package

projectured.

Source

color.lisp.

Special Variable: *color/shocking-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/shocking-pink-crayola*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sienna*
Package

projectured.

Source

color.lisp.

Special Variable: *color/silver-chalice*
Package

projectured.

Source

color.lisp.

Special Variable: *color/silver-lake-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/silver-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/silver-sand*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sinopia*
Package

projectured.

Source

color.lisp.

Special Variable: *color/skobeloff*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sky-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sky-magenta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/slate-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/slate-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/smitten*
Package

projectured.

Source

color.lisp.

Special Variable: *color/smoke*
Package

projectured.

Source

color.lisp.

Special Variable: *color/smokey-topaz*
Package

projectured.

Source

color.lisp.

Special Variable: *color/smoky-black*
Package

projectured.

Source

color.lisp.

Special Variable: *color/snow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/soap*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/background/dark*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/background/darker*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/background/light*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/background/lighter*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/content/dark*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/content/darker*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/content/light*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/content/lighter*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/cyan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/magenta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/solarized/yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sonic-silver*
Package

projectured.

Source

color.lisp.

Special Variable: *color/space-cadet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/spanish-bistre*
Package

projectured.

Source

color.lisp.

Special Variable: *color/spanish-carmine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/spanish-crimson*
Package

projectured.

Source

color.lisp.

Special Variable: *color/spanish-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/spanish-sky-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/spiro-disco-ball*
Package

projectured.

Source

color.lisp.

Special Variable: *color/spring-bud*
Package

projectured.

Source

color.lisp.

Special Variable: *color/spring-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/st-patricks-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/star-command-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/steel-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/steel-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/stil-de-grain-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/stizza*
Package

projectured.

Source

color.lisp.

Special Variable: *color/stormcloud*
Package

projectured.

Source

color.lisp.

Special Variable: *color/straw*
Package

projectured.

Source

color.lisp.

Special Variable: *color/strawberry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sunglow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/sunset*
Package

projectured.

Source

color.lisp.

Special Variable: *color/super-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tangelo*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tangerine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tango-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/taupe*
Package

projectured.

Source

color.lisp.

Special Variable: *color/taupe-gray*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tea-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tea-rose-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tea-rose-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/teal-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/teal-deer*
Package

projectured.

Source

color.lisp.

Special Variable: *color/teal-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/telemagenta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tenné-tawny*
Package

projectured.

Source

color.lisp.

Special Variable: *color/terra-cotta*
Package

projectured.

Source

color.lisp.

Special Variable: *color/thistle*
Package

projectured.

Source

color.lisp.

Special Variable: *color/thulian-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tickle-me-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tiffany-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tigers-eye*
Package

projectured.

Source

color.lisp.

Special Variable: *color/timberwolf*
Package

projectured.

Source

color.lisp.

Special Variable: *color/titanium-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tomato*
Package

projectured.

Source

color.lisp.

Special Variable: *color/toolbox*
Package

projectured.

Source

color.lisp.

Special Variable: *color/topaz*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tractor-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/trolley-grey*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tropical-rain-forest*
Package

projectured.

Source

color.lisp.

Special Variable: *color/true-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tufts-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tulip*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tumbleweed*
Package

projectured.

Source

color.lisp.

Special Variable: *color/turkish-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/turquoise-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/turquoise-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tuscan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tuscan-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tuscan-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tuscan-tan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tuscany*
Package

projectured.

Source

color.lisp.

Special Variable: *color/twilight-lavender*
Package

projectured.

Source

color.lisp.

Special Variable: *color/tyrian-purple*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ua-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ua-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ube*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ucla-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ucla-gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ufo-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ultra-pink*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ultramarine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/ultramarine-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/umber*
Package

projectured.

Source

color.lisp.

Special Variable: *color/unbleached-silk*
Package

projectured.

Source

color.lisp.

Special Variable: *color/united-nations-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/university-of-california-gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/university-of-tennessee-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/unmellow-yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/up-forest-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/up-maroon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/upsdell-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/urobilin*
Package

projectured.

Source

color.lisp.

Special Variable: *color/usafa-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/usc-cardinal*
Package

projectured.

Source

color.lisp.

Special Variable: *color/usc-gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/utah-crimson*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vanilla*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vanilla-ice*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vegas-gold*
Package

projectured.

Source

color.lisp.

Special Variable: *color/venetian-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/verdigris*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vermilion-cinnabar*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vermilion-plochere*
Package

projectured.

Source

color.lisp.

Special Variable: *color/veronica*
Package

projectured.

Source

color.lisp.

Special Variable: *color/violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/violet-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/violet-color-wheel*
Package

projectured.

Source

color.lisp.

Special Variable: *color/violet-red*
Package

projectured.

Source

color.lisp.

Special Variable: *color/violet-ryb*
Package

projectured.

Source

color.lisp.

Special Variable: *color/violet-web*
Package

projectured.

Source

color.lisp.

Special Variable: *color/viridian*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vivid-auburn*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vivid-burgundy*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vivid-cerise*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vivid-orchid*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vivid-sky-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vivid-tangerine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/vivid-violet*
Package

projectured.

Source

color.lisp.

Special Variable: *color/warm-black*
Package

projectured.

Source

color.lisp.

Special Variable: *color/waterspout*
Package

projectured.

Source

color.lisp.

Special Variable: *color/wenge*
Package

projectured.

Source

color.lisp.

Special Variable: *color/wheat*
Package

projectured.

Source

color.lisp.

Special Variable: *color/white*
Package

projectured.

Source

color.lisp.

Special Variable: *color/white-smoke*
Package

projectured.

Source

color.lisp.

Special Variable: *color/wild-blue-yonder*
Package

projectured.

Source

color.lisp.

Special Variable: *color/wild-orchid*
Package

projectured.

Source

color.lisp.

Special Variable: *color/wild-strawberry*
Package

projectured.

Source

color.lisp.

Special Variable: *color/wild-watermelon*
Package

projectured.

Source

color.lisp.

Special Variable: *color/windsor-tan*
Package

projectured.

Source

color.lisp.

Special Variable: *color/wine*
Package

projectured.

Source

color.lisp.

Special Variable: *color/wine-dregs*
Package

projectured.

Source

color.lisp.

Special Variable: *color/wisteria*
Package

projectured.

Source

color.lisp.

Special Variable: *color/wood-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/xanadu*
Package

projectured.

Source

color.lisp.

Special Variable: *color/yale-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/yankees-blue*
Package

projectured.

Source

color.lisp.

Special Variable: *color/yellow*
Package

projectured.

Source

color.lisp.

Special Variable: *color/yellow-green*
Package

projectured.

Source

color.lisp.

Special Variable: *color/yellow-munsell*
Package

projectured.

Source

color.lisp.

Special Variable: *color/yellow-ncs*
Package

projectured.

Source

color.lisp.

Special Variable: *color/yellow-orange*
Package

projectured.

Source

color.lisp.

Special Variable: *color/yellow-process*
Package

projectured.

Source

color.lisp.

Special Variable: *color/yellow-rose*
Package

projectured.

Source

color.lisp.

Special Variable: *color/yellow-ryb*
Package

projectured.

Source

color.lisp.

Special Variable: *color/zaffre*
Package

projectured.

Source

color.lisp.

Special Variable: *color/zinnwaldite-brown*
Package

projectured.

Source

color.lisp.

Special Variable: *color/zomp*
Package

projectured.

Source

color.lisp.

Special Variable: *font/default*
Package

projectured.

Source

font.lisp.

Special Variable: *font/inconsolata/regular/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/bold/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/bold/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/bold/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/bold/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/bold/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/bold/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/bold/30*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/bold/36*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/italic/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/italic/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/italic/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/italic/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/italic/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/italic/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/italic/30*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/italic/36*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/regular/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/regular/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/regular/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/regular/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/regular/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/regular/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/regular/30*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/sans/regular/36*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/bold/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/bold/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/bold/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/bold/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/bold/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/bold/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/bold/30*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/bold/36*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/bold/42*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/italic/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/italic/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/italic/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/italic/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/italic/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/italic/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/italic/30*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/italic/36*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/italic/42*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/regular/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/regular/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/regular/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/regular/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/regular/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/regular/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/regular/30*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/regular/36*
Package

projectured.

Source

font.lisp.

Special Variable: *font/liberation/serif/regular/42*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/bold/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/bold/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/bold/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/bold/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/bold/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/bold/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/bold/36*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/italic/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/italic/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/italic/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/italic/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/italic/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/italic/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/italic/36*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/bold/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/bold/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/bold/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/bold/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/bold/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/bold/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/italic/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/italic/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/italic/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/italic/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/italic/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/italic/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/regular/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/regular/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/regular/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/regular/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/regular/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/monospace/regular/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/regular/14*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/regular/16*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/regular/18*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/regular/20*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/regular/22*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/regular/24*
Package

projectured.

Source

font.lisp.

Special Variable: *font/ubuntu/regular/36*
Package

projectured.

Source

font.lisp.

Special Variable: *inset/default*
Package

projectured.

Source

widget.lisp.

Special Variable: *profile-context*
Package

projectured.

Source

computed.lisp.

Special Variable: *recompute-state-contex*
Package

projectured.

Source

computed.lisp.


6.2.3 Macros

Macro: alternative (&body forms)
Package

projectured.

Source

alternative.lisp.

Macro: as (&body body)
Package

projectured.

Source

computed.lisp.

Macro: as* ((&key debug-invalidation) &body form)
Package

projectured.

Source

computed.lisp.

Macro: asd (&body body)
Package

projectured.

Source

computed.lisp.

Macro: backend.debug (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: backend.dribble (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: backend.error (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: backend.fatal (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: backend.info (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: backend.warn (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: book->tree ()
Package

projectured.

Source

t-to-t.lisp.

Macro: book/book ((&key title author collapsed key predicate selection) &body elements)
Package

projectured.

Source

book.lisp.

Macro: book/book->tree/node ()
Package

projectured.

Source

book-to-tree.lisp.

Macro: book/chapter ((&key title numbering collapsed key predicate selection) &body elements)
Package

projectured.

Source

book.lisp.

Macro: book/chapter->tree/node ()
Package

projectured.

Source

book-to-tree.lisp.

Macro: book/list ((&key collapsed key predicate selection) &body elements)
Package

projectured.

Source

book.lisp.

Macro: book/list->tree/node ()
Package

projectured.

Source

book-to-tree.lisp.

Macro: book/paragraph ((&key alignment collapsed selection) &body content)
Package

projectured.

Source

book.lisp.

Macro: book/paragraph->tree/leaf ()
Package

projectured.

Source

book-to-tree.lisp.

Macro: book/picture ((&key title alignment collapsed selection) &body content)
Package

projectured.

Source

book.lisp.

Macro: book/picture->tree/leaf ()
Package

projectured.

Source

book-to-tree.lisp.

Macro: chapter-numbering ()
Package

projectured.

Source

chapter-numbering.lisp.

Macro: common-lisp->lisp-form ()
Package

projectured.

Source

t-to-t.lisp.

Macro: common-lisp/application->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/comment->lisp-form/comment ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/constant->lisp-form/string ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/function-argument->lisp-form/symbol ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/function-definition->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/function-reference->lisp-form/symbol ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/if->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/insertion->lisp-form/insertion ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/lambda-function->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/let->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/lexical-variable-binding->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/progn->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/special-variable-definition->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/the->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/toplevel->lisp-form/toplevel ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: common-lisp/variable-reference->lisp-form/symbol ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Macro: completion-prefix-merge (&body cases)
Package

projectured.

Source

util.lisp.

Macro: completion-prefix-switch (prefix &body cases)
Package

projectured.

Source

util.lisp.

Macro: copying ()
Package

projectured.

Source

copying.lisp.

Macro: document->tree (factory searcher)
Package

projectured.

Source

t-to-t.lisp.

Macro: document.debug (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: document.dribble (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: document.error (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: document.fatal (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: document.info (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: document.warn (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: document/clipboard ((&key selection slice) &body content)
Package

projectured.

Source

document.lisp.

Macro: document/clipboard->t ()
Package

projectured.

Source

document-to-t.lisp.

Macro: document/document ((&key filename selection) &body content)
Package

projectured.

Source

document.lisp.

Macro: document/document->t ()
Package

projectured.

Source

document-to-t.lisp.

Macro: document/history ((&key selection) &body operations)
Package

projectured.

Source

document.lisp.

Macro: document/insertion ((&key selection font) &body value)
Package

projectured.

Source

document.lisp.

Macro: document/insertion->tree/leaf (factory)
Package

projectured.

Source

document-to-tree.lisp.

Macro: document/nothing ((&key selection))
Package

projectured.

Source

document.lisp.

Macro: document/nothing->tree/leaf ()
Package

projectured.

Source

document-to-tree.lisp.

Macro: document/number ((&key selection) &body value)
Package

projectured.

Source

number.lisp.

Macro: document/number->number ()
Package

projectured.

Source

document-to-t.lisp.

Macro: document/number->string ()
Package

projectured.

Source

document-to-t.lisp.

Macro: document/reference ((&key selection) &body path)
Package

projectured.

Source

document.lisp.

Macro: document/reference->text/text ()
Package

projectured.

Source

reference-to-text.lisp.

Macro: document/reflection ((&key selection) &body content)
Package

projectured.

Source

document.lisp.

Macro: document/reflection->graphics/canvas ()
Package

projectured.

Source

document-to-tree.lisp.

Macro: document/sequence ((&key key predicate selection) &body elements)
Package

projectured.

Source

sequence.lisp.

Macro: document/string ((&key selection) &body value)
Package

projectured.

Source

string.lisp.

Macro: document/string->string ()
Package

projectured.

Source

document-to-t.lisp.

Macro: editor.debug (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: editor.dribble (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: editor.error (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: editor.fatal (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: editor.info (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: editor.warn (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: ensure-recompute-state-contex ((&rest initargs) &body forms)
Package

projectured.

Source

computed.lisp.

Macro: evaluator->tree ()
Package

projectured.

Source

t-to-t.lisp.

Macro: evaluator/form ((&key selection) &body body)
Package

projectured.

Source

evaluator.lisp.

Macro: evaluator/form->tree/node ()
Package

projectured.

Source

evaluator-to-tree.lisp.

Macro: evaluator/toplevel ((&key selection) &body elements)
Package

projectured.

Source

evaluator.lisp.

Macro: evaluator/toplevel->tree/node ()
Package

projectured.

Source

evaluator-to-tree.lisp.

Macro: focusing (part-type part)
Package

projectured.

Source

focusing.lisp.

Macro: gesture-case (gesture &body cases)
Package

projectured.

Source

command.lisp.

Macro: help/context-sensitive ((&key selection) &body available-commands)
Package

projectured.

Source

help.lisp.

Macro: help/context-sensitive->text/text ()
Package

projectured.

Source

help-to-text.lisp.

Macro: identity-dispatching (&body default-projection)
Package

projectured.

Source

identity-dispatching.lisp.

Macro: image/file ((&key selection) &body filename)
Package

projectured.

Source

image.lisp.

Macro: image/memory ((&key selection) &body raw)
Package

projectured.

Source

image.lisp.

Macro: invariably (&body output)
Package

projectured.

Source

invariably.lisp.

Macro: iterating (&body forms)
Package

projectured.

Source

iterating.lisp.

Macro: json->tree ()
Package

projectured.

Source

t-to-t.lisp.

Macro: json/array ((&key collapsed key predicate selection) &body elements)
Package

projectured.

Source

json.lisp.

Macro: json/array->tree/node ()
Package

projectured.

Source

json-to-tree.lisp.

Macro: json/boolean ((&key selection) &body value)
Package

projectured.

Source

json.lisp.

Macro: json/boolean->tree/leaf ()
Package

projectured.

Source

json-to-tree.lisp.

Macro: json/insertion ((&key selection))
Package

projectured.

Source

json.lisp.

Macro: json/insertion->tree/leaf ()
Package

projectured.

Source

json-to-tree.lisp.

Macro: json/null ((&key selection))
Package

projectured.

Source

json.lisp.

Macro: json/null->tree/leaf ()
Package

projectured.

Source

json-to-tree.lisp.

Macro: json/number ((&key selection) &body value)
Package

projectured.

Source

json.lisp.

Macro: json/number->tree/leaf ()
Package

projectured.

Source

json-to-tree.lisp.

Macro: json/object ((&key collapsed key predicate selection) &body key-value-pairs)
Package

projectured.

Source

json.lisp.

Macro: json/object->tree/node ()
Package

projectured.

Source

json-to-tree.lisp.

Macro: json/object-entry ((&key collapsed selection) key value)
Package

projectured.

Source

json.lisp.

Macro: json/object-entry->tree/node ()
Package

projectured.

Source

json-to-tree.lisp.

Macro: json/string ((&key selection) &body value)
Package

projectured.

Source

json.lisp.

Macro: json/string->tree/leaf ()
Package

projectured.

Source

json-to-tree.lisp.

Macro: line-numbering (&key font font-color fill-color line-color)
Package

projectured.

Source

line-numbering.lisp.

Macro: lisp-form->form ()
Package

projectured.

Source

t-to-t.lisp.

Macro: lisp-form->tree ()
Package

projectured.

Source

t-to-t.lisp.

Macro: lisp-form/comment ((&key indentation selection) &body content)
Package

projectured.

Source

lisp-form.lisp.

Macro: lisp-form/comment->tree/node ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Macro: lisp-form/insertion ((&key default-value compound indentation selection) value factory)
Package

projectured.

Source

lisp-form.lisp.

Macro: lisp-form/insertion->tree/leaf ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Macro: lisp-form/list ((&key indentation collapsed selection) &body elements)
Package

projectured.

Source

lisp-form.lisp.

Macro: lisp-form/list->tree/node ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Macro: lisp-form/number ((&key indentation selection) &body value)
Package

projectured.

Source

lisp-form.lisp.

Macro: lisp-form/number->tree/leaf ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Macro: lisp-form/object ((&key indentation selection) &body value)
Package

projectured.

Source

lisp-form.lisp.

Macro: lisp-form/object->tree/leaf ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Macro: lisp-form/quote ((&key indentation font font-color selection) &body value)
Package

projectured.

Source

lisp-form.lisp.

Macro: lisp-form/quote->tree/node ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Macro: lisp-form/string ((&key default-value indentation selection) &body value)
Package

projectured.

Source

lisp-form.lisp.

Macro: lisp-form/string->tree/leaf ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Macro: lisp-form/symbol ((&key default-value indentation font font-color selection) name package)
Package

projectured.

Source

lisp-form.lisp.

Macro: lisp-form/symbol->tree/leaf ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Macro: lisp-form/toplevel ((&key indentation collapsed selection) &body elements)
Package

projectured.

Source

lisp-form.lisp.

Macro: lisp-form/toplevel->tree/node ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Macro: nesting (&body forms)
Package

projectured.

Source

nesting.lisp.

Macro: object-searching (searcher)
Package

projectured.

Source

object-searching.lisp.

Macro: parallel (&body forms)
Package

projectured.

Source

parallel.lisp.

Macro: predicate-dispatching (&body predicate-projection-pairs)
Package

projectured.

Source

predicate-dispatching.lisp.

Macro: preserving ()
Package

projectured.

Source

preserving.lisp.

Macro: printer.debug (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: printer.dribble (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: printer.error (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: printer.fatal (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: printer.info (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: printer.warn (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: reader.debug (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: reader.dribble (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: reader.error (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: reader.fatal (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: reader.info (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: reader.warn (message-control &rest message-args)
Package

projectured.

Source

logger.lisp.

Macro: recursive (&body forms)
Package

projectured.

Source

recursive.lisp.

Macro: reference-dispatching (default-projection &body reference-projection-pairs)
Package

projectured.

Source

reference-dispatching.lisp.

Macro: removing (element predicate key)
Package

projectured.

Source

removing.lisp.

Macro: reversing ()
Package

projectured.

Source

reversing.lisp.

Macro: searching->tree ()
Package

projectured.

Source

t-to-t.lisp.

Macro: searching/result ((&key selection) &body elements)
Package

projectured.

Source

searching.lisp.

Macro: searching/result->tree/node ()
Package

projectured.

Source

searching-to-tree.lisp.

Macro: searching/result-element ((path &key selection) &body document)
Package

projectured.

Source

searching.lisp.

Macro: searching/result-element->tree/node ()
Package

projectured.

Source

searching-to-tree.lisp.

Macro: searching/search ((search &key result selection) &body document)
Package

projectured.

Source

searching.lisp.

Macro: searching/search->graphics/canvas ()
Package

projectured.

Source

searching-to-tree.lisp.

Macro: sequential (&body forms)
Package

projectured.

Source

sequential.lisp.

Macro: setf-slot-value-using-class-body (new-value object slot)
Package

projectured.

Source

computed.lisp.

Macro: setf-standard-instance-access-form (new-value object slot)
Package

projectured.

Source

util.lisp.

Macro: slot-value-using-class-body (object slot)
Package

projectured.

Source

computed.lisp.

Macro: sorting (&key key predicate)
Package

projectured.

Source

sorting.lisp.

Macro: standard-instance-access-form (object slot)
Package

projectured.

Source

util.lisp.

Macro: t->string ()
Package

projectured.

Source

t-to-string.lisp.

Macro: t->text ()
Package

projectured.

Source

t-to-string.lisp.

Macro: t->tree (slot-provider)
Package

projectured.

Source

t-to-t.lisp.

Macro: t/null->tree/leaf ()
Package

projectured.

Source

t-to-tree.lisp.

Macro: t/number->tree/leaf ()
Package

projectured.

Source

t-to-tree.lisp.

Macro: t/object->tree/node (&key slot-provider)
Package

projectured.

Source

t-to-tree.lisp.

Macro: t/pathname->tree/leaf ()
Package

projectured.

Source

t-to-tree.lisp.

Macro: t/sequence->tree/node ()
Package

projectured.

Source

t-to-tree.lisp.

Macro: t/string->tree/leaf ()
Package

projectured.

Source

t-to-tree.lisp.

Macro: t/symbol->tree/leaf ()
Package

projectured.

Source

t-to-tree.lisp.

Macro: text->graphics ()
Package

projectured.

Source

t-to-t.lisp.

Macro: text->string ()
Package

projectured.

Source

text-to-string.lisp.

Macro: text-aligning (alignment-width)
Package

projectured.

Source

text-aligning.lisp.

Macro: text/graphics (content &key fill-color line-color padding)
Package

projectured.

Source

text.lisp.

Macro: text/newline (&key font padding)
Package

projectured.

Source

text.lisp.

Macro: text/spacing (size &key unit font font-color fill-color line-color padding)
Package

projectured.

Source

text.lisp.

Macro: text/string (content &key font font-color fill-color line-color padding)
Package

projectured.

Source

text.lisp.

Macro: text/text ((&key selection) &body elements)
Package

projectured.

Source

text.lisp.

Macro: text/text->graphics/canvas ()
Package

projectured.

Source

text-to-graphics.lisp.

Macro: tree->text ()
Package

projectured.

Source

t-to-t.lisp.

Macro: tree/leaf ((&key opening-delimiter closing-delimiter indentation selection) &body content)
Package

projectured.

Source

tree.lisp.

Macro: tree/leaf->text/text ()
Package

projectured.

Source

tree-to-text.lisp.

Macro: tree/node ((&key collapsed separator opening-delimiter closing-delimiter indentation selection) &body children)
Package

projectured.

Source

tree.lisp.

Macro: tree/node->text/text ()
Package

projectured.

Source

tree-to-text.lisp.

Macro: type-dispatching (&body forms)
Package

projectured.

Source

type-dispatching.lisp.

Macro: va (computed-state)
Package

projectured.

Source

computed.lisp.

Macro: versioning/object-version ((version &key selection) content)
Package

projectured.

Source

versioning.lisp.

Macro: versioning/version (name &key author creation selection)
Package

projectured.

Source

versioning.lisp.

Macro: versioning/versioned-object ((&key selection) &body elements)
Package

projectured.

Source

versioning.lisp.

Macro: widget->graphics ()
Package

projectured.

Source

t-to-t.lisp.

Macro: widget/button ((&rest args &key position size margin margin-color border border-color padding padding-color fill-color) &body content)
Package

projectured.

Source

widget.lisp.

Macro: widget/checkbox ((&rest args &key position margin margin-color border border-color padding padding-color fill-color) &body content)
Package

projectured.

Source

widget.lisp.

Macro: widget/composite ((&rest args &key position margin margin-color border border-color padding padding-color fill-color selection) &body elements)
Package

projectured.

Source

widget.lisp.

Macro: widget/composite->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: widget/label ((&rest args &key position margin margin-color border border-color padding padding-color fill-color) &body content)
Package

projectured.

Source

widget.lisp.

Macro: widget/label->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: widget/menu ((&rest args &key margin margin-color border border-color padding padding-color fill-color) &body elements)
Package

projectured.

Source

widget.lisp.

Macro: widget/menu->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: widget/menu-item ((&rest args &key margin margin-color border border-color padding padding-color fill-color) &body content)
Package

projectured.

Source

widget.lisp.

Macro: widget/menu-item->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: widget/scroll-pane ((&rest args &key content-fill-color position size margin margin-color border border-color padding padding-color fill-color selection) &body content)
Package

projectured.

Source

widget.lisp.

Macro: widget/scroll-pane->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: widget/shell ((&rest args &key content-fill-color size margin margin-color border border-color padding padding-color fill-color selection) &body content)
Package

projectured.

Source

widget.lisp.

Macro: widget/shell->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: widget/split-pane ((&rest args &key orientation margin margin-color border border-color padding padding-color fill-color selection) &body elements)
Package

projectured.

Source

widget.lisp.

Macro: widget/split-pane->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: widget/tabbed-pane ((&rest args &key margin margin-color border border-color padding padding-color fill-color selection) &body selector-element-pairs)
Package

projectured.

Source

widget.lisp.

Macro: widget/tabbed-pane->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: widget/text ((&rest args &key position content-fill-color margin margin-color border border-color padding padding-color fill-color selection) &body content)
Package

projectured.

Source

widget.lisp.

Macro: widget/text->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: widget/title-pane ((&rest args &key title content-fill-color margin margin-color border border-color padding padding-color fill-color title-fill-color selection) &body content)
Package

projectured.

Source

widget.lisp.

Macro: widget/title-pane->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: widget/tooltip ((&rest args &key position size margin margin-color border border-color padding padding-color fill-color) &body content)
Package

projectured.

Source

widget.lisp.

Macro: widget/tooltip->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Macro: with-measuring ((name type) &body forms)
Package

projectured.

Source

util.lisp.

Macro: with-new-recompute-state-contex ((&rest initargs) &body forms)
Package

projectured.

Source

computed.lisp.

Macro: with-profiling-computation (&body forms)
Package

projectured.

Source

computed.lisp.

Macro: with-recompute-state-contex (context &body forms)
Package

projectured.

Source

computed.lisp.

Macro: with-sdl-point-vectors ((x-name y-name points translation) &body with-body1)
Package

projectured.sdl.

Source

output.lisp.

Macro: word-wrapping (wrap-width)
Package

projectured.

Source

word-wrapping.lisp.

Macro: xml->tree ()
Package

projectured.

Source

t-to-t.lisp.

Macro: xml/attribute ((&key selection) name value)
Package

projectured.

Source

xml.lisp.

Macro: xml/attribute->tree/node ()
Package

projectured.

Source

xml-to-tree.lisp.

Macro: xml/element ((name attributes &key collapsed selection) &body children)
Package

projectured.

Source

xml.lisp.

Macro: xml/element->tree/node ()
Package

projectured.

Source

xml-to-tree.lisp.

Macro: xml/insertion ((&key selection))
Package

projectured.

Source

xml.lisp.

Macro: xml/insertion->tree/leaf ()
Package

projectured.

Source

xml-to-tree.lisp.

Macro: xml/text ((&key selection) &body value)
Package

projectured.

Source

xml.lisp.

Macro: xml/text->tree/leaf ()
Package

projectured.

Source

xml-to-tree.lisp.


6.2.4 Ordinary functions

Function: 2d-x (coordinate)
Package

projectured.

Source

graphics.lisp.

Function: 2d-y (coordinate)
Package

projectured.

Source

graphics.lisp.

Function: alternativep (object)
Package

projectured.

Source

alternative.lisp.

Function: append-ll (sequences)
Package

projectured.

Source

computed.lisp.

Function: apply-printer (input projection &optional recursion)
Package

projectured.

Source

printer.lisp.

Function: apply-reader (input projection printer-iomap &optional recursion)
Package

projectured.

Source

reader.lisp.

Function: backend/sdlp (object)
Package

projectured.sdl.

Source

backend.lisp.

Function: backendp (object)
Package

projectured.

Source

backend.lisp.

Function: backward-mapper/book/book->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: backward-mapper/book/chapter->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: backward-mapper/book/list->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: backward-mapper/book/paragraph->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: backward-mapper/book/picture->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: backward-mapper/common-lisp/application->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/comment->lisp-form/comment (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/constant->lisp-form/string (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/function-argument->lisp-form/symbol (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/function-definition->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/function-reference->lisp-form/symbol (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/if->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/insertion->lisp-form/insertion (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/lambda-function->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/let->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/lexical-variable-binding->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/progn->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/special-variable-definition->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/the->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/toplevel->lisp-form/toplevel (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/common-lisp/variable-reference->lisp-form/symbol (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: backward-mapper/copying (-printer-iomap- -reference-)
Package

projectured.

Source

copying.lisp.

Function: backward-mapper/document/number->number (-printer-iomap- -reference-)
Package

projectured.

Source

document-to-t.lisp.

Function: backward-mapper/document/number->string (-printer-iomap- -reference-)
Package

projectured.

Source

document-to-t.lisp.

Function: backward-mapper/evaluator/form->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: backward-mapper/evaluator/toplevel->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: backward-mapper/json/array->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: backward-mapper/json/boolean->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: backward-mapper/json/insertion->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: backward-mapper/json/null->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: backward-mapper/json/number->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: backward-mapper/json/object->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: backward-mapper/json/object-entry->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: backward-mapper/json/string->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: backward-mapper/line-numbering (-printer-iomap- -reference-)
Package

projectured.

Source

line-numbering.lisp.

Function: backward-mapper/lisp-form/comment->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: backward-mapper/lisp-form/insertion->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: backward-mapper/lisp-form/list->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: backward-mapper/lisp-form/number->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: backward-mapper/lisp-form/object->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: backward-mapper/lisp-form/quote->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: backward-mapper/lisp-form/string->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: backward-mapper/lisp-form/symbol->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: backward-mapper/lisp-form/toplevel->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: backward-mapper/object-searching (-printer-iomap- -reference-)
Package

projectured.

Source

object-searching.lisp.

Function: backward-mapper/searching/result->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: backward-mapper/searching/result-element->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: backward-mapper/searching/search->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: backward-mapper/sorting (-printer-iomap- -reference-)
Package

projectured.

Source

sorting.lisp.

Function: backward-mapper/t/object->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: backward-mapper/t/sequence->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: backward-mapper/text-aligning (-printer-iomap- -reference-)
Package

projectured.

Source

text-aligning.lisp.

Function: backward-mapper/text/text->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

text-to-graphics.lisp.

Function: backward-mapper/tree/leaf->text/text (-printer-iomap- -reference-)
Package

projectured.

Source

tree-to-text.lisp.

Function: backward-mapper/tree/node->text/text (-printer-iomap- -reference-)
Package

projectured.

Source

tree-to-text.lisp.

Function: backward-mapper/widget/composite->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/widget/label->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/widget/menu->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/widget/menu-item->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/widget/scroll-pane->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/widget/shell->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/widget/split-pane->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/widget/tabbed-pane->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/widget/text->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/widget/title-pane->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/widget/tooltip->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: backward-mapper/word-wrapping (-printer-iomap- -reference-)
Package

projectured.

Source

word-wrapping.lisp.

Function: backward-mapper/xml/attribute->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: backward-mapper/xml/element->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: backward-mapper/xml/insertion->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: backward-mapper/xml/text->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: book/basep (object)
Package

projectured.

Source

book.lisp.

Function: book/book->tree/node-p (object)
Package

projectured.

Source

book-to-tree.lisp.

Function: book/bookp (object)
Package

projectured.

Source

book.lisp.

Function: book/chapter->tree/node-p (object)
Package

projectured.

Source

book-to-tree.lisp.

Function: book/chapterp (object)
Package

projectured.

Source

book.lisp.

Function: book/list->tree/node-p (object)
Package

projectured.

Source

book-to-tree.lisp.

Function: book/listp (object)
Package

projectured.

Source

book.lisp.

Function: book/paragraph->tree/leaf-p (object)
Package

projectured.

Source

book-to-tree.lisp.

Function: book/paragraphp (object)
Package

projectured.

Source

book.lisp.

Function: book/picture->tree/leaf-p (object)
Package

projectured.

Source

book-to-tree.lisp.

Function: book/picturep (object)
Package

projectured.

Source

book.lisp.

Function: call-evaluator (operation)
Package

projectured.

Source

operation.lisp.

Function: call-input-from-devices (editor)
Package

projectured.

Source

editor.lisp.

Function: call-loader (filename)
Package

projectured.

Source

loader.lisp.

Function: call-maker (filename)
Package

projectured.

Source

maker.lisp.

Function: call-output-to-devices (editor)
Package

projectured.

Source

editor.lisp.

Function: call-printer (projection recursion input input-reference)
Package

projectured.

Source

printer.lisp.

Function: call-read-evaluate-print-loop (editor &rest args &key &allow-other-keys)
Package

projectured.

Source

editor.lisp.

Function: call-reader (projection recursion input printer-iomap)
Package

projectured.

Source

reader.lisp.

Function: call-saver (filename document)
Package

projectured.

Source

saver.lisp.

Function: call-with-sdl-point-vectors (fn0 points translation)
Package

projectured.sdl.

Source

output.lisp.

Function: chapter-numbering-p (object)
Package

projectured.

Source

chapter-numbering.lisp.

Function: char=ignorecase (c1 c2)
Package

projectured.

Source

util.lisp.

Function: check-circularity (computed-state)
Package

projectured.

Source

computed.lisp.

Function: check-ll (sequence)
Package

projectured.

Source

computed.lisp.

Function: clone-command (command &optional operation)
Package

projectured.

Source

command.lisp.

Function: color/darken (color ratio)
Package

projectured.

Source

color.lisp.

Function: color/darken/selection (color selection &optional default-color)
Package

projectured.

Source

color.lisp.

Function: color/interpolate (color-1 color-2 ratio)
Package

projectured.

Source

color.lisp.

Function: color/lighten (color ratio)
Package

projectured.

Source

color.lisp.

Function: color/lighten/selection (color selection &optional default-color)
Package

projectured.

Source

color.lisp.

Function: color= (color-1 color-2)
Package

projectured.

Source

color.lisp.

Function: color=* (color-1 color-2)
Package

projectured.

Source

color.lisp.

Function: command/extend (input printer-input path)
Package

projectured.

Source

t.lisp.

Function: command/read-backward (recursion input printer-iomap backward-mapper operation-mapper)
Package

projectured.

Source

t.lisp.

Function: command/read-selection (recursion input printer-iomap forward-mapper backward-mapper)
Package

projectured.

Source

t.lisp.

Function: commandp (object)
Package

projectured.

Source

command.lisp.

Function: common-lisp/application->lisp-form/list-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/application-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/auxiliary-function-argument-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/base-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/comment->lisp-form/comment-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/comment-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/complete-document (factory printer-input reader-input name)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/complete-document/fuction-definition (factory printer-input reader-input name)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/constant->lisp-form/string-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/constant-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/function-argument->lisp-form/symbol-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/function-argument-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/function-definition->lisp-form/list-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/function-definition-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/function-definition/completion-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/function-reference->lisp-form/symbol-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/function-reference-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/if->lisp-form/list-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/if-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/insertion->lisp-form/insertion-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/insertion-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/keyword-function-argument-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/lambda-function->lisp-form/list-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/lambda-function-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/let->lisp-form/list-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/let-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/lexical-variable-binding->lisp-form/list-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/lexical-variable-binding-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/optional-function-argument-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/progn->lisp-form/list-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/progn-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/read-expression-command (printer-iomap gesture)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/required-function-argument-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/rest-function-argument-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/special-variable-definition->lisp-form/list-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/special-variable-definition-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/the->lisp-form/list-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/the-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/toplevel->lisp-form/toplevel-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/toplevel-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: common-lisp/variable-reference->lisp-form/symbol-p (object)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: common-lisp/variable-reference-p (object)
Package

projectured.

Source

common-lisp.lisp.

Function: completion-prefix-switch* (prefix name-object-pairs)
Package

projectured.

Source

util.lisp.

Function: computed-ll-p (object)
Package

projectured.

Source

computed.lisp.

Function: computed-sequence-p (object)
Package

projectured.

Source

computed.lisp.

Function: computed-state-p (object)
Package

projectured.

Source

computed.lisp.

Function: computed-state-valid-p (computed-state)
Package

projectured.

Source

computed.lisp.

Function: computed-state-value (computed-state)

Read the value, recalculate when needed.

Package

projectured.

Source

computed.lisp.

Function: (setf computed-state-value) (computed-state)

Set the value, invalidate and recalculate as needed.

Package

projectured.

Source

computed.lisp.

Function: concatenate-ll (index &rest sequences)
Package

projectured.

Source

computed.lisp.

Function: copy-computed-state (instance)
Package

projectured.

Source

computed.lisp.

Function: copy-place-independent-slots-of-computed-state (from into)

Copy the slots of FROM into INTO that are not dependent on the place this computed slot has been assigned to.

Package

projectured.

Source

computed.lisp.

Function: copy-recompute-state-contex (instance)
Package

projectured.

Source

computed.lisp.

Function: copy-text/position (instance)
Package

projectured.

Source

text.lisp.

Function: copyingp (object)
Package

projectured.

Source

copying.lisp.

Reader: cs-compute-as (instance)
Writer: (setf cs-compute-as) (instance)
Package

projectured.

Source

computed.lisp.

Target Slot

compute-as.

Reader: cs-debug-invalidation (instance)
Writer: (setf cs-debug-invalidation) (instance)
Package

projectured.

Source

computed.lisp.

Target Slot

debug-invalidation.

Reader: cs-depends-on-me (instance)
Writer: (setf cs-depends-on-me) (instance)
Package

projectured.

Source

computed.lisp.

Target Slot

depends-on-me.

Reader: cs-form (instance)
Writer: (setf cs-form) (instance)
Package

projectured.

Source

computed.lisp.

Target Slot

form.

Reader: cs-object (instance)
Writer: (setf cs-object) (instance)
Package

projectured.

Source

computed.lisp.

Target Slot

object.

Reader: cs-place-descriptor (instance)
Writer: (setf cs-place-descriptor) (instance)
Package

projectured.

Source

computed.lisp.

Target Slot

place-descriptor.

Reader: cs-value (instance)
Writer: (setf cs-value) (instance)
Package

projectured.

Source

computed.lisp.

Target Slot

value.

Function: current-mouse-position ()
Package

projectured.sdl.

Source

input.lisp.

Function: deep-copy (instance)
Package

projectured.

Source

util.lisp.

Function: describe-gesture (gesture)
Package

projectured.

Source

gesture.lisp.

Function: describe-gesture-keys (gesture)
Package

projectured.

Source

gesture.lisp.

Function: describe-gesture-modifiers (gesture)
Package

projectured.

Source

gesture.lisp.

Function: device/displayp (object)
Package

projectured.

Source

device.lisp.

Function: device/filep (object)
Package

projectured.

Source

device.lisp.

Function: device/input-output-p (object)
Package

projectured.

Source

device.lisp.

Function: device/inputp (object)
Package

projectured.

Source

device.lisp.

Function: device/keyboardp (object)
Package

projectured.

Source

device.lisp.

Function: device/mousep (object)
Package

projectured.

Source

device.lisp.

Function: device/outputp (object)
Package

projectured.

Source

device.lisp.

Function: device/timerp (object)
Package

projectured.

Source

device.lisp.

Function: devicep (object)
Package

projectured.

Source

device.lisp.

Function: document-type (instance)
Package

projectured.

Source

document.lisp.

Function: document/basep (object)
Package

projectured.

Source

document.lisp.

Function: document/clipboard->t-p (object)
Package

projectured.

Source

document-to-t.lisp.

Function: document/clipboardp (object)
Package

projectured.

Source

document.lisp.

Function: document/document->t-p (object)
Package

projectured.

Source

document-to-t.lisp.

Function: document/documentp (object)
Package

projectured.

Source

document.lisp.

Function: document/historyp (object)
Package

projectured.

Source

document.lisp.

Function: document/insertion->tree/leaf-p (object)
Package

projectured.

Source

document-to-tree.lisp.

Function: document/insertionp (object)
Package

projectured.

Source

document.lisp.

Function: document/nothing->tree/leaf-p (object)
Package

projectured.

Source

document-to-tree.lisp.

Function: document/nothingp (object)
Package

projectured.

Source

document.lisp.

Function: document/number->number-p (object)
Package

projectured.

Source

document-to-t.lisp.

Function: document/number->string-p (object)
Package

projectured.

Source

document-to-t.lisp.

Function: document/numberp (object)
Package

projectured.

Source

number.lisp.

Function: document/read-operation (gesture)
Package

projectured.

Source

t.lisp.

Function: document/reference->text/text-p (object)
Package

projectured.

Source

reference-to-text.lisp.

Function: document/referencep (object)
Package

projectured.

Source

document.lisp.

Function: document/reflection->graphics/canvas-p (object)
Package

projectured.

Source

document-to-tree.lisp.

Function: document/reflectionp (object)
Package

projectured.

Source

document.lisp.

Function: document/sequencep (object)
Package

projectured.

Source

sequence.lisp.

Function: document/string->string-p (object)
Package

projectured.

Source

document-to-t.lisp.

Function: document/stringp (object)
Package

projectured.

Source

string.lisp.

Function: documentp (object)
Package

projectured.

Source

document.lisp.

Function: editorp (object)
Package

projectured.

Source

editor.lisp.

Function: elt-ll (sequence index)
Package

projectured.

Source

computed.lisp.

Function: ensure-computed-state-is-valid (computed-state)
Package

projectured.

Source

computed.lisp.

Function: eval-reference (document reference)

Returns the value of REFERENCE within DOCUMENT. Purely functional.

Package

projectured.

Source

reference.lisp.

Function: (setf eval-reference) (document reference)

Sets the value of REFERENCE within DOCUMENT to NEW-VALUE. Has side effects on DOCUMENT.

Package

projectured.

Source

reference.lisp.

Function: evaluator/basep (object)
Package

projectured.

Source

evaluator.lisp.

Function: evaluator/completionp (object)
Package

projectured.

Source

evaluator.lisp.

Function: evaluator/form->tree/node-p (object)
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: evaluator/formp (object)
Package

projectured.

Source

evaluator.lisp.

Function: evaluator/operation/compound (operation)
Package

projectured.

Source

operation.lisp.

Function: evaluator/operation/describe (operation)
Package

projectured.

Source

t.lisp.

Function: evaluator/operation/export-document (operation)
Package

projectured.

Source

document.lisp.

Function: evaluator/operation/focusing/replace-part (operation)
Package

projectured.

Source

focusing.lisp.

Function: evaluator/operation/functional (operation)
Package

projectured.

Source

operation.lisp.

Function: evaluator/operation/load-document (operation)
Package

projectured.

Source

document.lisp.

Function: evaluator/operation/number/replace-range (operation)
Package

projectured.

Source

number.lisp.

Function: evaluator/operation/quit (operation)
Package

projectured.

Source

operation.lisp.

Function: evaluator/operation/replace-content (operation)
Package

projectured.

Source

t.lisp.

Function: evaluator/operation/replace-selection (operation)
Package

projectured.

Source

t.lisp.

Function: evaluator/operation/replace-target (operation)
Package

projectured.

Source

t.lisp.

Function: evaluator/operation/save-document (operation)
Package

projectured.

Source

document.lisp.

Function: evaluator/operation/select-next-alternative (operation)
Package

projectured.

Source

alternative.lisp.

Function: evaluator/operation/sequence/replace-range (operation)
Package

projectured.

Source

sequence.lisp.

Function: evaluator/operation/sequence/swap-ranges (operation)
Package

projectured.

Source

sequence.lisp.

Function: evaluator/operation/show-annotation (operation)
Package

projectured.

Source

t.lisp.

Function: evaluator/operation/show-context-sensitive-help (operation)
Package

projectured.

Source

t.lisp.

Function: evaluator/operation/string/replace-range (operation)
Package

projectured.

Source

string.lisp.

Function: evaluator/operation/text/replace-range (operation)
Package

projectured.

Source

text.lisp.

Function: evaluator/operation/tree/toggle-collapsed (operation)
Package

projectured.

Source

tree.lisp.

Function: evaluator/operation/widget/hide (operation)
Package

projectured.

Source

widget.lisp.

Function: evaluator/operation/widget/scroll-pane/scroll (operation)
Package

projectured.

Source

widget.lisp.

Function: evaluator/operation/widget/show (operation)
Package

projectured.

Source

widget.lisp.

Function: evaluator/operation/widget/tabbed-pane/select-page (operation)
Package

projectured.

Source

widget.lisp.

Function: evaluator/toplevel->tree/node-p (object)
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: evaluator/toplevelp (object)
Package

projectured.

Source

evaluator.lisp.

Function: event-queue-p (object)
Package

projectured.

Source

event.lisp.

Function: event/keyboard/key-down-p (object)
Package

projectured.

Source

event.lisp.

Function: event/keyboard/key-up-p (object)
Package

projectured.

Source

event.lisp.

Function: event/keyboard/type-in-p (object)
Package

projectured.

Source

event.lisp.

Function: event/keyboardp (object)
Package

projectured.

Source

event.lisp.

Function: event/mouse/button-press-p (object)
Package

projectured.

Source

event.lisp.

Function: event/mouse/button-release-p (object)
Package

projectured.

Source

event.lisp.

Function: event/mouse/movep (object)
Package

projectured.

Source

event.lisp.

Function: event/mouse/scroll-wheel-p (object)
Package

projectured.

Source

event.lisp.

Function: event/mousep (object)
Package

projectured.

Source

event.lisp.

Function: event/window/quitp (object)
Package

projectured.

Source

event.lisp.

Function: event/windowp (object)
Package

projectured.

Source

event.lisp.

Function: eventp (object)
Package

projectured.

Source

event.lisp.

Function: find-backward-mapper (name &key otherwise)
Package

projectured.

Source

mapper.lisp.

Function: (setf find-backward-mapper) (name)
Package

projectured.

Source

mapper.lisp.

Function: find-child-character-index (iomap parent-character-index)
Package

projectured.

Source

tree-to-text.lisp.

Function: find-evaluator (name &key otherwise)
Package

projectured.

Source

operation.lisp.

Function: (setf find-evaluator) (name)
Package

projectured.

Source

operation.lisp.

Function: find-forward-mapper (name &key otherwise)
Package

projectured.

Source

mapper.lisp.

Function: (setf find-forward-mapper) (name)
Package

projectured.

Source

mapper.lisp.

Function: find-loader (name &key otherwise)
Package

projectured.

Source

loader.lisp.

Function: (setf find-loader) (name)
Package

projectured.

Source

loader.lisp.

Function: find-maker (name &key otherwise)
Package

projectured.

Source

maker.lisp.

Function: (setf find-maker) (name)
Package

projectured.

Source

maker.lisp.

Function: find-parent-character-index (child-iomap origin-relative-character-index)
Package

projectured.

Source

tree-to-text.lisp.

Function: find-printer (name &key otherwise)
Package

projectured.

Source

printer.lisp.

Function: (setf find-printer) (name)
Package

projectured.

Source

printer.lisp.

Function: find-reader (name &key otherwise)
Package

projectured.

Source

reader.lisp.

Function: (setf find-reader) (name)
Package

projectured.

Source

reader.lisp.

Function: find-saver (name &key otherwise)
Package

projectured.

Source

saver.lisp.

Function: (setf find-saver) (name)
Package

projectured.

Source

saver.lisp.

Function: find-sdl-window (backend title)
Package

projectured.sdl.

Source

backend.lisp.

Function: (setf find-sdl-window) (backend title)
Package

projectured.sdl.

Source

backend.lisp.

Function: find-slot-reader (class slot)
Package

projectured.

Source

util.lisp.

Function: first-element (sequence)
Package

projectured.

Source

computed.lisp.

Function: flatten-reference (reference &optional result)
Package

projectured.

Source

reference.lisp.

Function: focusing/read-command (projection input printer-iomap)
Package

projectured.

Source

focusing.lisp.

Function: focusingp (object)
Package

projectured.

Source

focusing.lisp.

Function: forward-mapper/book/book->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: forward-mapper/book/chapter->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: forward-mapper/book/list->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: forward-mapper/book/paragraph->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: forward-mapper/book/picture->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: forward-mapper/common-lisp/application->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/comment->lisp-form/comment (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/constant->lisp-form/string (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/function-argument->lisp-form/symbol (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/function-definition->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/function-reference->lisp-form/symbol (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/if->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/insertion->lisp-form/insertion (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/lambda-function->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/let->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/lexical-variable-binding->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/progn->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/special-variable-definition->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/the->lisp-form/list (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/toplevel->lisp-form/toplevel (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/common-lisp/variable-reference->lisp-form/symbol (-printer-iomap- -reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: forward-mapper/copying (-printer-iomap- -reference-)
Package

projectured.

Source

copying.lisp.

Function: forward-mapper/document/number->number (-printer-iomap- -reference-)
Package

projectured.

Source

document-to-t.lisp.

Function: forward-mapper/document/number->string (-printer-iomap- -reference-)
Package

projectured.

Source

document-to-t.lisp.

Function: forward-mapper/evaluator/form->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: forward-mapper/evaluator/toplevel->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: forward-mapper/json/array->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: forward-mapper/json/boolean->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: forward-mapper/json/insertion->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: forward-mapper/json/null->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: forward-mapper/json/number->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: forward-mapper/json/object->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: forward-mapper/json/object-entry->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: forward-mapper/json/string->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: forward-mapper/line-numbering (-printer-iomap- -reference-)
Package

projectured.

Source

line-numbering.lisp.

Function: forward-mapper/lisp-form/comment->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: forward-mapper/lisp-form/insertion->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: forward-mapper/lisp-form/list->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: forward-mapper/lisp-form/number->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: forward-mapper/lisp-form/object->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: forward-mapper/lisp-form/quote->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: forward-mapper/lisp-form/string->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: forward-mapper/lisp-form/symbol->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: forward-mapper/lisp-form/toplevel->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: forward-mapper/object-searching (-printer-iomap- -reference-)
Package

projectured.

Source

object-searching.lisp.

Function: forward-mapper/searching/result->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: forward-mapper/searching/result-element->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: forward-mapper/searching/search->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: forward-mapper/sorting (-printer-iomap- -reference-)
Package

projectured.

Source

sorting.lisp.

Function: forward-mapper/t/object->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: forward-mapper/t/sequence->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: forward-mapper/text-aligning (-printer-iomap- -reference-)
Package

projectured.

Source

text-aligning.lisp.

Function: forward-mapper/text/text->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

text-to-graphics.lisp.

Function: forward-mapper/tree/leaf->text/text (-printer-iomap- -reference-)
Package

projectured.

Source

tree-to-text.lisp.

Function: forward-mapper/widget/composite->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/widget/label->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/widget/menu->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/widget/menu-item->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/widget/scroll-pane->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/widget/shell->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/widget/split-pane->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/widget/tabbed-pane->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/widget/text->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/widget/title-pane->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/widget/tooltip->graphics/canvas (-printer-iomap- -reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: forward-mapper/word-wrapping (-printer-iomap- -reference-)
Package

projectured.

Source

word-wrapping.lisp.

Function: forward-mapper/xml/attribute->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: forward-mapper/xml/element->tree/node (-printer-iomap- -reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: forward-mapper/xml/insertion->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: forward-mapper/xml/text->tree/leaf (-printer-iomap- -reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: gesture-queue-p (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture-slot= (g1 g2 slot test)
Package

projectured.

Source

gesture.lisp.

Function: gesture/keyboard/key-press-p (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture/keyboard/type-in-p (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture/keyboardp (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture/mouse/clickp (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture/mouse/hoverp (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture/mouse/movep (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture/mouse/scrollp (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture/mousep (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture/window/quitp (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture/windowp (object)
Package

projectured.

Source

gesture.lisp.

Function: gesture= (g1 g2)
Package

projectured.

Source

gesture.lisp.

Function: gesturep (object)
Package

projectured.

Source

gesture.lisp.

Function: get-selection (document)
Package

projectured.

Source

t.lisp.

Function: graphics/basep (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/bezierp (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/canvasp (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/circlep (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/ellipsep (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/imagep (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/linep (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/pointp (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/polygonp (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/read-operation (graphics gesture)
Package

projectured.

Source

graphics.lisp.

Function: graphics/rectanglep (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/rounded-rectangle-p (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/textp (object)
Package

projectured.

Source

graphics.lisp.

Function: graphics/viewportp (object)
Package

projectured.

Source

graphics.lisp.

Function: has-recompute-state-contex? ()
Package

projectured.

Source

computed.lisp.

Function: help/basep (object)
Package

projectured.

Source

help.lisp.

Function: help/context-sensitive->text/text-p (object)
Package

projectured.

Source

help-to-text.lisp.

Function: help/context-sensitive-p (object)
Package

projectured.

Source

help.lisp.

Function: identity-dispatching-p (object)
Package

projectured.

Source

identity-dispatching.lisp.

Function: image/basep (object)
Package

projectured.

Source

image.lisp.

Function: image/filep (object)
Package

projectured.

Source

image.lisp.

Function: image/memoryp (object)
Package

projectured.

Source

image.lisp.

Function: input-from-devices (editor)
Package

projectured.

Source

input.lisp.

Function: inset/bottom-left (inset)
Package

projectured.

Source

widget.lisp.

Function: inset/bottom-right (inset)
Package

projectured.

Source

widget.lisp.

Function: inset/height (inset)
Package

projectured.

Source

widget.lisp.

Function: inset/size (inset)
Package

projectured.

Source

widget.lisp.

Function: inset/top-left (inset)
Package

projectured.

Source

widget.lisp.

Function: inset/top-right (inset)
Package

projectured.

Source

widget.lisp.

Function: inset/width (inset)
Package

projectured.

Source

widget.lisp.

Function: insetp (object)
Package

projectured.

Source

widget.lisp.

Function: invalidate-computed-slot (object slot)
Package

projectured.

Source

computed.lisp.

Function: invalidate-computed-state (computed-state)
Package

projectured.

Source

computed.lisp.

Function: invariablyp (object)
Package

projectured.

Source

invariably.lisp.

Function: iomap/book/book->tree/node-p (object)
Package

projectured.

Source

book-to-tree.lisp.

Function: iomap/book/chapter->tree/node-p (object)
Package

projectured.

Source

book-to-tree.lisp.

Function: iomap/book/list->tree/node-p (object)
Package

projectured.

Source

book-to-tree.lisp.

Function: iomap/book/paragraph->tree/leaf-p (object)
Package

projectured.

Source

book-to-tree.lisp.

Function: iomap/book/picture->tree/leaf-p (object)
Package

projectured.

Source

book-to-tree.lisp.

Function: iomap/compoundp (object)
Package

projectured.

Source

recursive.lisp.

Function: iomap/contentp (object)
Package

projectured.

Source

recursive.lisp.

Function: iomap/copyingp (object)
Package

projectured.

Source

copying.lisp.

Function: iomap/line-numbering-p (object)
Package

projectured.

Source

line-numbering.lisp.

Function: iomap/parallelp (object)
Package

projectured.

Source

parallel.lisp.

Function: iomap/recursivep (object)
Package

projectured.

Source

recursive.lisp.

Function: iomap/removingp (object)
Package

projectured.

Source

removing.lisp.

Function: iomap/sequentialp (object)
Package

projectured.

Source

sequential.lisp.

Function: iomap/sortingp (object)
Package

projectured.

Source

sorting.lisp.

Function: iomap/text/text->graphics/canvas/line-p (object)
Package

projectured.

Source

text-to-graphics.lisp.

Function: iomap/text/text->graphics/canvas/text-p (object)
Package

projectured.

Source

text-to-graphics.lisp.

Function: iomap/tree/leaf->text/text-p (object)
Package

projectured.

Source

tree-to-text.lisp.

Function: iomap/tree/node->text/text-p (object)
Package

projectured.

Source

tree-to-text.lisp.

Function: iomap/tree/node->text/text/child-p (object)
Package

projectured.

Source

tree-to-text.lisp.

Function: iomap/word-wrapping-p (object)
Package

projectured.

Source

word-wrapping.lisp.

Function: iomap/word-wrapping/line-p (object)
Package

projectured.

Source

word-wrapping.lisp.

Function: iomap/xml/element->tree/node-p (object)
Package

projectured.

Source

xml-to-tree.lisp.

Function: iomapp (object)
Package

projectured.

Source

iomap.lisp.

Function: iteratingp (object)
Package

projectured.

Source

iterating.lisp.

Function: json/array->tree/node-p (object)
Package

projectured.

Source

json-to-tree.lisp.

Function: json/arrayp (object)
Package

projectured.

Source

json.lisp.

Function: json/basep (object)
Package

projectured.

Source

json.lisp.

Function: json/boolean->tree/leaf-p (object)
Package

projectured.

Source

json-to-tree.lisp.

Function: json/booleanp (object)
Package

projectured.

Source

json.lisp.

Function: json/insertion->tree/leaf-p (object)
Package

projectured.

Source

json-to-tree.lisp.

Function: json/insertionp (object)
Package

projectured.

Source

json.lisp.

Function: json/null->tree/leaf-p (object)
Package

projectured.

Source

json-to-tree.lisp.

Function: json/nullp (object)
Package

projectured.

Source

json.lisp.

Function: json/number->tree/leaf-p (object)
Package

projectured.

Source

json-to-tree.lisp.

Function: json/numberp (object)
Package

projectured.

Source

json.lisp.

Function: json/object->tree/node-p (object)
Package

projectured.

Source

json-to-tree.lisp.

Function: json/object-entry->tree/node-p (object)
Package

projectured.

Source

json-to-tree.lisp.

Function: json/object-entry-p (object)
Package

projectured.

Source

json.lisp.

Function: json/objectp (object)
Package

projectured.

Source

json.lisp.

Function: json/read-command (printer-iomap gesture)
Package

projectured.

Source

json-to-tree.lisp.

Function: json/string->tree/leaf-p (object)
Package

projectured.

Source

json-to-tree.lisp.

Function: json/stringp (object)
Package

projectured.

Source

json.lisp.

Function: key-press? (gesture &key key modifier modifiers)
Package

projectured.

Source

gesture.lisp.

Function: last-element (sequence)
Package

projectured.

Source

computed.lisp.

Function: line-numbering-p (object)
Package

projectured.

Source

line-numbering.lisp.

Function: lisp-form/base-p (object)
Package

projectured.

Source

lisp-form.lisp.

Function: lisp-form/clone (document &key indentation)
Package

projectured.

Source

lisp-form.lisp.

Function: lisp-form/comment->tree/node-p (object)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: lisp-form/comment-p (object)
Package

projectured.

Source

lisp-form.lisp.

Function: lisp-form/insertion->tree/leaf-p (object)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: lisp-form/insertion-p (object)
Package

projectured.

Source

lisp-form.lisp.

Function: lisp-form/list->list-p (object)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: lisp-form/list->tree/node-p (object)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: lisp-form/list-p (object)
Package

projectured.

Source

lisp-form.lisp.

Function: lisp-form/number->number-p (object)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: lisp-form/number->tree/leaf-p (object)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: lisp-form/number-p (object)
Package

projectured.

Source

lisp-form.lisp.

Function: lisp-form/object->tree/leaf-p (object)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: lisp-form/object-p (object)
Package

projectured.

Source

lisp-form.lisp.

Function: lisp-form/quote->list-p (object)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: lisp-form/quote->tree/node-p (object)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: lisp-form/quote-p (object)
Package

projectured.

Source

lisp-form.lisp.

Function: lisp-form/string->string-p (object)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: lisp-form/string->tree/leaf-p (object)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: lisp-form/string-p (object)
Package

projectured.

Source

lisp-form.lisp.

Function: lisp-form/symbol->symbol-p (object)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: lisp-form/symbol->tree/leaf-p (object)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: lisp-form/symbol-p (object)
Package

projectured.

Source

lisp-form.lisp.

Function: lisp-form/toplevel->list-p (object)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: lisp-form/toplevel->tree/node-p (object)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: lisp-form/toplevel-p (object)
Package

projectured.

Source

lisp-form.lisp.

Function: list-ll (&rest args)
Package

projectured.

Source

computed.lisp.

Function: ll (sequence &optional index)
Package

projectured.

Source

computed.lisp.

Function: load-image (filename)
Package

projectured.sdl.

Source

graphics.lisp.

Function: loader/html (filename)
Package

projectured.

Source

xml.lisp.

Function: loader/json (filename)
Package

projectured.

Source

json.lisp.

Function: loader/lisp (filename)
Package

projectured.

Source

common-lisp.lisp.

Function: loader/pred (filename)
Package

projectured.

Source

t.lisp.

Function: loader/txt (filename)
Package

projectured.

Source

text.lisp.

Function: loader/xml (filename)
Package

projectured.

Source

xml.lisp.

Function: longest-common-prefix (string-1 string-2)
Package

projectured.

Source

util.lisp.

Function: make-2d (x y)
Package

projectured.

Source

graphics.lisp.

Function: make-backend (read-evaluate-print-loop input-from-devices output-to-devices)
Package

projectured.

Source

backend.lisp.

Function: make-book/book (elements &key title author collapsed selection)
Package

projectured.

Source

book.lisp.

Function: make-book/chapter (elements &key title numbering collapsed selection)
Package

projectured.

Source

book.lisp.

Function: make-book/list (elements &key collapsed selection)
Package

projectured.

Source

book.lisp.

Function: make-book/paragraph (content &key alignment collapsed selection)
Package

projectured.

Source

book.lisp.

Function: make-book/picture (content &key title alignment collapsed selection)
Package

projectured.

Source

book.lisp.

Function: make-bounding-rectangle (instance)
Package

projectured.

Source

graphics.lisp.

Function: make-command (gesture operation &key domain icon description)
Package

projectured.

Source

command.lisp.

Function: make-common-lisp/application (operator arguments &key factory collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/comment (content &key collapsed)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/constant (value &key collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/constant* (value)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/function-definition (name bindings body &key allow-other-keys documentation collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/function-reference (function &key collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/if (condition then else &key collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/insertion (value factory &key default-value compound collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/lambda-function (bindings body &key allow-other-keys collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/let (bindings body &key collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/lexical-variable-binding (name value &key collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/progn (body &key collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/required-function-argument (name &key collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/special-variable-definition (name value &key collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/toplevel (body &key collapsed)
Package

projectured.

Source

common-lisp.lisp.

Function: make-common-lisp/variable-reference (variable &key collapsed selection)
Package

projectured.

Source

common-lisp.lisp.

Function: make-computed-ll (value previous-element next-element)
Package

projectured.

Source

computed.lisp.

Function: make-computed-sequence (&rest elements)
Package

projectured.

Source

computed.lisp.

Function: make-computed-state (&key depends-on-me compute-as object value place-descriptor form debug-invalidation)
Package

projectured.

Source

computed.lisp.

Function: make-default-devices (&key width height filename)
Package

projectured.

Source

device.lisp.

Function: make-display-device (width height)
Package

projectured.

Source

device.lisp.

Function: make-document/clipboard (content &key selection slice)
Package

projectured.

Source

document.lisp.

Function: make-document/document (content &key filename selection)
Package

projectured.

Source

document.lisp.

Function: make-document/history (operations &key selection)
Package

projectured.

Source

document.lisp.

Function: make-document/insertion (&key selection value font)
Package

projectured.

Source

document.lisp.

Function: make-document/nothing (&key selection)
Package

projectured.

Source

document.lisp.

Function: make-document/number (value &key selection)
Package

projectured.

Source

number.lisp.

Function: make-document/reference (path &key selection)
Package

projectured.

Source

document.lisp.

Function: make-document/reflection (content &key selection)
Package

projectured.

Source

document.lisp.

Function: make-document/sequence (elements &key key predicate selection)
Package

projectured.

Source

sequence.lisp.

Function: make-document/string (value &key selection)
Package

projectured.

Source

string.lisp.

Function: make-editor (document projection backend devices)
Package

projectured.

Source

editor.lisp.

Function: make-evaluator/form (form &key result selection)
Package

projectured.

Source

evaluator.lisp.

Function: make-evaluator/toplevel (elements &key selection)
Package

projectured.

Source

evaluator.lisp.

Function: make-event-queue ()
Package

projectured.

Source

event.lisp.

Function: make-file-device (filename)
Package

projectured.

Source

device.lisp.

Function: make-gesture-queue ()
Package

projectured.

Source

gesture.lisp.

Function: make-graphics/bezier (points &key stroke-color)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/canvas (elements position &key selection)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/circle (position radius &key stroke-color fill-color)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/ellipse (position radius &key stroke-color fill-color)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/image (position image)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/line (begin end &key stroke-color)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/point (position &key stroke-color)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/polygon (points &key stroke-color fill-color)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/rectangle (position size &key stroke-color fill-color)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/rounded-rectangle (position size radius &key corners stroke-color fill-color)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/text (position text &key selection font font-color fill-color)
Package

projectured.

Source

graphics.lisp.

Function: make-graphics/viewport (content position size &key selection)
Package

projectured.

Source

graphics.lisp.

Function: make-help/context-sensitive (available-commands &key selection)
Package

projectured.

Source

help.lisp.

Function: make-image/file (filename &key selection)
Package

projectured.

Source

image.lisp.

Function: make-image/memory (raw &key selection)
Package

projectured.

Source

image.lisp.

Function: make-inset (&key top bottom left right horizontal vertical all)
Package

projectured.

Source

widget.lisp.

Function: make-iomap (projection recursion input input-reference output)
Package

projectured.

Source

iomap.lisp.

Function: make-iomap/compound (projection recursion input input-reference output child-iomaps)
Package

projectured.

Source

recursive.lisp.

Function: make-iomap/content (projection recursion input input-reference output content-iomap)
Package

projectured.

Source

recursive.lisp.

Function: make-iomap/parallel (input output element-iomaps)
Package

projectured.

Source

parallel.lisp.

Function: make-iomap/recursive (projection recursion input input-reference output output-reference)
Package

projectured.

Source

recursive.lisp.

Function: make-iomap/sequential (projection recursion input input-reference output element-iomaps)
Package

projectured.

Source

sequential.lisp.

Function: make-json/array (elements &key collapsed selection)
Package

projectured.

Source

json.lisp.

Function: make-json/boolean (value &key selection)
Package

projectured.

Source

json.lisp.

Function: make-json/insertion (&key selection)
Package

projectured.

Source

json.lisp.

Function: make-json/null (&key selection)
Package

projectured.

Source

json.lisp.

Function: make-json/number (value &key selection)
Package

projectured.

Source

json.lisp.

Function: make-json/object (entries &key collapsed selection)
Package

projectured.

Source

json.lisp.

Function: make-json/object-entry (key value &key collapsed selection)
Package

projectured.

Source

json.lisp.

Function: make-json/string (value &key selection)
Package

projectured.

Source

json.lisp.

Function: make-key-press-gesture (key &optional modifiers)
Package

projectured.

Source

gesture.lisp.

Function: make-keyboard-device ()
Package

projectured.

Source

device.lisp.

Function: make-lisp-form/comment (content &key indentation selection)
Package

projectured.

Source

lisp-form.lisp.

Function: make-lisp-form/insertion (value factory &key default-value compound indentation selection)
Package

projectured.

Source

lisp-form.lisp.

Function: make-lisp-form/list (elements &key indentation collapsed selection)
Package

projectured.

Source

lisp-form.lisp.

Function: make-lisp-form/number (value &key indentation selection)
Package

projectured.

Source

lisp-form.lisp.

Function: make-lisp-form/object (value &key indentation selection)
Package

projectured.

Source

lisp-form.lisp.

Function: make-lisp-form/quote (value &key indentation font font-color selection)
Package

projectured.

Source

lisp-form.lisp.

Function: make-lisp-form/string (value &key default-value indentation selection)
Package

projectured.

Source

lisp-form.lisp.

Function: make-lisp-form/symbol (name package &key default-value indentation font font-color selection)
Package

projectured.

Source

lisp-form.lisp.

Function: make-lisp-form/symbol* (symbol &rest args)
Package

projectured.

Source

lisp-form.lisp.

Function: make-lisp-form/toplevel (elements &key indentation collapsed selection)
Package

projectured.

Source

lisp-form.lisp.

Function: make-ll (length &key initial-element initial-contents)
Package

projectured.

Source

computed.lisp.

Function: make-mouse-device ()
Package

projectured.

Source

device.lisp.

Function: make-nothing-command (gesture)
Package

projectured.

Source

command.lisp.

Function: make-operation/compound (elements)
Package

projectured.

Source

operation.lisp.

Function: make-operation/describe (selection)
Package

projectured.

Source

t.lisp.

Function: make-operation/export-document (document filename)
Package

projectured.

Source

document.lisp.

Function: make-operation/functional (thunk)
Package

projectured.

Source

operation.lisp.

Function: make-operation/load-document (document filename)
Package

projectured.

Source

document.lisp.

Function: make-operation/number/replace-range (document selection replacement)
Package

projectured.

Source

number.lisp.

Function: make-operation/quit ()
Package

projectured.

Source

operation.lisp.

Function: make-operation/replace-content (document content)
Package

projectured.

Source

t.lisp.

Function: make-operation/replace-selection (document selection)
Package

projectured.

Source

t.lisp.

Function: make-operation/replace-target (document selection replacement)
Package

projectured.

Source

t.lisp.

Function: make-operation/save-document (document filename)
Package

projectured.

Source

document.lisp.

Function: make-operation/select-next-alternative (projection)
Package

projectured.

Source

alternative.lisp.

Function: make-operation/sequence/replace-range (document selection replacement)
Package

projectured.

Source

sequence.lisp.

Function: make-operation/sequence/swap-ranges (document selection-1 selection-2)
Package

projectured.

Source

sequence.lisp.

Function: make-operation/string/replace-range (document selection replacement)
Package

projectured.

Source

string.lisp.

Function: make-operation/text/replace-range (document selection replacement)
Package

projectured.

Source

text.lisp.

Function: make-operation/tree/toggle-collapsed (document selection)
Package

projectured.

Source

tree.lisp.

Function: make-output/display (windows &key selection)
Package

projectured.

Source

output.lisp.

Function: make-output/window (position size content &key title selection)
Package

projectured.

Source

output.lisp.

Function: make-projection (name &rest args)
Package

projectured.

Source

projection.lisp.

Function: make-projection/alternative (projections &key selection)
Package

projectured.

Source

alternative.lisp.

Function: make-projection/book->tree ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/book/book->tree/node ()
Package

projectured.

Source

book-to-tree.lisp.

Function: make-projection/book/chapter->tree/node ()
Package

projectured.

Source

book-to-tree.lisp.

Function: make-projection/book/list->tree/node ()
Package

projectured.

Source

book-to-tree.lisp.

Function: make-projection/book/paragraph->tree/leaf ()
Package

projectured.

Source

book-to-tree.lisp.

Function: make-projection/book/picture->tree/leaf ()
Package

projectured.

Source

book-to-tree.lisp.

Function: make-projection/chapter-numbering ()
Package

projectured.

Source

chapter-numbering.lisp.

Function: make-projection/common-lisp->lisp-form ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/common-lisp/application->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/comment->lisp-form/comment ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/constant->lisp-form/string ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/function-argument->lisp-form/symbol ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/function-definition->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/function-reference->lisp-form/symbol ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/if->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/insertion->lisp-form/insertion ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/lambda-function->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/let->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/lexical-variable-binding->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/progn->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/special-variable-definition->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/the->lisp-form/list ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/toplevel->lisp-form/toplevel ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/common-lisp/variable-reference->lisp-form/symbol ()
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: make-projection/copying ()
Package

projectured.

Source

copying.lisp.

Function: make-projection/document->tree (factory searcher)
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/document/clipboard->t ()
Package

projectured.

Source

document-to-t.lisp.

Function: make-projection/document/document->t ()
Package

projectured.

Source

document-to-t.lisp.

Function: make-projection/document/insertion->tree/leaf (factory)
Package

projectured.

Source

document-to-tree.lisp.

Function: make-projection/document/nothing->tree/leaf ()
Package

projectured.

Source

document-to-tree.lisp.

Function: make-projection/document/number->number ()
Package

projectured.

Source

document-to-t.lisp.

Function: make-projection/document/number->string ()
Package

projectured.

Source

document-to-t.lisp.

Function: make-projection/document/reference->text/text ()
Package

projectured.

Source

reference-to-text.lisp.

Function: make-projection/document/reflection->graphics/canvas ()
Package

projectured.

Source

document-to-tree.lisp.

Function: make-projection/document/string->string ()
Package

projectured.

Source

document-to-t.lisp.

Function: make-projection/evaluator->tree ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/evaluator/form->tree/node ()
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: make-projection/evaluator/toplevel->tree/node ()
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: make-projection/focusing (part-type part)
Package

projectured.

Source

focusing.lisp.

Function: make-projection/help/context-sensitive->text/text ()
Package

projectured.

Source

help-to-text.lisp.

Function: make-projection/identity-dispatching (default-projection)
Package

projectured.

Source

identity-dispatching.lisp.

Function: make-projection/invariably (output)
Package

projectured.

Source

invariably.lisp.

Function: make-projection/iterating (projections &key test)
Package

projectured.

Source

iterating.lisp.

Function: make-projection/json->tree ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/json/array->tree/node ()
Package

projectured.

Source

json-to-tree.lisp.

Function: make-projection/json/boolean->tree/leaf ()
Package

projectured.

Source

json-to-tree.lisp.

Function: make-projection/json/insertion->tree/leaf ()
Package

projectured.

Source

json-to-tree.lisp.

Function: make-projection/json/null->tree/leaf ()
Package

projectured.

Source

json-to-tree.lisp.

Function: make-projection/json/number->tree/leaf ()
Package

projectured.

Source

json-to-tree.lisp.

Function: make-projection/json/object->tree/node ()
Package

projectured.

Source

json-to-tree.lisp.

Function: make-projection/json/object-entry->tree/node ()
Package

projectured.

Source

json-to-tree.lisp.

Function: make-projection/json/string->tree/leaf ()
Package

projectured.

Source

json-to-tree.lisp.

Function: make-projection/line-numbering (&key font font-color fill-color line-color)
Package

projectured.

Source

line-numbering.lisp.

Function: make-projection/lisp-form->form ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/lisp-form->tree ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/lisp-form/comment->tree/node ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: make-projection/lisp-form/insertion->tree/leaf ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: make-projection/lisp-form/list->list ()
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: make-projection/lisp-form/list->tree/node ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: make-projection/lisp-form/number->number ()
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: make-projection/lisp-form/number->tree/leaf ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: make-projection/lisp-form/object->tree/leaf ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: make-projection/lisp-form/quote->list ()
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: make-projection/lisp-form/quote->tree/node ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: make-projection/lisp-form/string->string ()
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: make-projection/lisp-form/string->tree/leaf ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: make-projection/lisp-form/symbol->symbol ()
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: make-projection/lisp-form/symbol->tree/leaf ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: make-projection/lisp-form/toplevel->list ()
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: make-projection/lisp-form/toplevel->tree/node ()
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: make-projection/nesting (elements &optional recursion)
Package

projectured.

Source

nesting.lisp.

Function: make-projection/object-searching (searcher)
Package

projectured.

Source

object-searching.lisp.

Function: make-projection/parallel (projections)
Package

projectured.

Source

parallel.lisp.

Function: make-projection/predicate-dispatching (predicate-projection-pairs)
Package

projectured.

Source

predicate-dispatching.lisp.

Function: make-projection/preserving ()
Package

projectured.

Source

preserving.lisp.

Function: make-projection/recursive (projection)
Package

projectured.

Source

recursive.lisp.

Function: make-projection/reference-dispatching (default-projection reference-projection-pairs)
Package

projectured.

Source

reference-dispatching.lisp.

Function: make-projection/removing (element predicate key)
Package

projectured.

Source

removing.lisp.

Function: make-projection/reversing ()
Package

projectured.

Source

reversing.lisp.

Function: make-projection/searching->tree ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/searching/result->tree/node ()
Package

projectured.

Source

searching-to-tree.lisp.

Function: make-projection/searching/result-element->tree/node ()
Package

projectured.

Source

searching-to-tree.lisp.

Function: make-projection/searching/search->graphics/canvas ()
Package

projectured.

Source

searching-to-tree.lisp.

Function: make-projection/sequential (projections)
Package

projectured.

Source

sequential.lisp.

Function: make-projection/sorting (&key key predicate)
Package

projectured.

Source

sorting.lisp.

Function: make-projection/t->string ()
Package

projectured.

Source

t-to-string.lisp.

Function: make-projection/t->text ()
Package

projectured.

Source

t-to-string.lisp.

Function: make-projection/t->tree (slot-provider)
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/t/null->tree/leaf ()
Package

projectured.

Source

t-to-tree.lisp.

Function: make-projection/t/number->tree/leaf ()
Package

projectured.

Source

t-to-tree.lisp.

Function: make-projection/t/object->tree/node (slot-provider)
Package

projectured.

Source

t-to-tree.lisp.

Function: make-projection/t/pathname->tree/leaf ()
Package

projectured.

Source

t-to-tree.lisp.

Function: make-projection/t/sequence->tree/node ()
Package

projectured.

Source

t-to-tree.lisp.

Function: make-projection/t/string->tree/leaf ()
Package

projectured.

Source

t-to-tree.lisp.

Function: make-projection/t/symbol->tree/leaf ()
Package

projectured.

Source

t-to-tree.lisp.

Function: make-projection/text->graphics ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/text->string ()
Package

projectured.

Source

text-to-string.lisp.

Function: make-projection/text-aligning (alignment-width)
Package

projectured.

Source

text-aligning.lisp.

Function: make-projection/text/text->graphics/canvas ()
Package

projectured.

Source

text-to-graphics.lisp.

Function: make-projection/tree->text ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/tree/leaf->text/text ()
Package

projectured.

Source

tree-to-text.lisp.

Function: make-projection/tree/node->text/text ()
Package

projectured.

Source

tree-to-text.lisp.

Function: make-projection/type-dispatching (type-projection-pairs)
Package

projectured.

Source

type-dispatching.lisp.

Function: make-projection/widget->graphics ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/widget/composite->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/widget/label->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/widget/menu->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/widget/menu-item->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/widget/scroll-pane->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/widget/shell->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/widget/split-pane->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/widget/tabbed-pane->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/widget/text->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/widget/title-pane->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/widget/tooltip->graphics/canvas ()
Package

projectured.

Source

widget-to-graphics.lisp.

Function: make-projection/word-wrapping (wrap-width)
Package

projectured.

Source

word-wrapping.lisp.

Function: make-projection/xml->tree ()
Package

projectured.

Source

t-to-t.lisp.

Function: make-projection/xml/attribute->tree/node ()
Package

projectured.

Source

xml-to-tree.lisp.

Function: make-projection/xml/element->tree/node ()
Package

projectured.

Source

xml-to-tree.lisp.

Function: make-projection/xml/insertion->tree/leaf ()
Package

projectured.

Source

xml-to-tree.lisp.

Function: make-projection/xml/text->tree/leaf ()
Package

projectured.

Source

xml-to-tree.lisp.

Function: make-recompute-state-contex (&key parent-context computed-state)
Package

projectured.

Source

computed.lisp.

Function: make-rectangle (position size)
Package

projectured.

Source

graphics.lisp.

Function: make-reference (instance position reference)
Package

projectured.

Source

graphics.lisp.

Function: make-sdl-backend ()
Package

projectured.sdl.

Source

backend.lisp.

Function: make-sdl-color (red green blue alpha)
Package

projectured.sdl.

Source

graphics.lisp.

Function: make-searching/result (elements &key selection)
Package

projectured.

Source

searching.lisp.

Function: make-searching/result-element (document path &key selection)
Package

projectured.

Source

searching.lisp.

Function: make-searching/search (document search &key result selection)
Package

projectured.

Source

searching.lisp.

Function: make-style/color (red green blue alpha)
Package

projectured.

Source

color.lisp.

Function: make-style/font (filename size)
Package

projectured.

Source

font.lisp.

Function: make-timer-device ()
Package

projectured.

Source

device.lisp.

Function: make-tree/leaf (content &key opening-delimiter closing-delimiter indentation selection)
Package

projectured.

Source

tree.lisp.

Function: make-tree/node (children &key collapsed separator opening-delimiter closing-delimiter indentation selection)
Package

projectured.

Source

tree.lisp.

Function: make-type-in-gesture (character)
Package

projectured.

Source

gesture.lisp.

Function: make-versioning/object-version (version content &key selection)
Package

projectured.

Source

versioning.lisp.

Function: make-versioning/version (name &key author creation selection)
Package

projectured.

Source

versioning.lisp.

Function: make-versioning/versioned-object (elements &key selection)
Package

projectured.

Source

versioning.lisp.

Function: make-widget/button (position size content &rest args &key margin margin-color border border-color padding padding-color)
Package

projectured.

Source

widget.lisp.

Function: make-widget/checkbox (position content &rest args &key margin margin-color border border-color padding padding-color)
Package

projectured.

Source

widget.lisp.

Function: make-widget/composite (position elements &rest args &key margin margin-color border border-color padding padding-color selection)
Package

projectured.

Source

widget.lisp.

Function: make-widget/label (position content &rest args &key margin margin-color border border-color padding padding-color)
Package

projectured.

Source

widget.lisp.

Function: make-widget/menu (elements &rest args &key margin margin-color border border-color padding padding-color)
Package

projectured.

Source

widget.lisp.

Function: make-widget/menu-item (content &rest args &key margin margin-color border border-color padding padding-color)
Package

projectured.

Source

widget.lisp.

Function: make-widget/scroll-pane (content &rest args &key content-fill-color position size margin margin-color border border-color padding padding-color selection)
Package

projectured.

Source

widget.lisp.

Function: make-widget/shell (content &rest args &key content-fill-color size margin margin-color border border-color padding padding-color selection)
Package

projectured.

Source

widget.lisp.

Function: make-widget/split-pane (orientation elements &rest args &key margin margin-color border border-color padding padding-color selection)
Package

projectured.

Source

widget.lisp.

Function: make-widget/tabbed-pane (selector-element-pairs selected-index &rest args &key margin margin-color border border-color padding padding-color selection)
Package

projectured.

Source

widget.lisp.

Function: make-widget/text (position content &rest args &key content-fill-color margin margin-color border border-color padding padding-color selection)
Package

projectured.

Source

widget.lisp.

Function: make-widget/title-pane (title content &rest args &key content-fill-color margin margin-color border border-color padding padding-color title-fill-color selection)
Package

projectured.

Source

widget.lisp.

Function: make-widget/tooltip (position size content &rest args &key margin margin-color border border-color padding padding-color)
Package

projectured.

Source

widget.lisp.

Function: make-xml/attribute (name value &key selection)
Package

projectured.

Source

xml.lisp.

Function: make-xml/element (name attributes children &key collapsed selection)
Package

projectured.

Source

xml.lisp.

Function: make-xml/insertion (&key selection)
Package

projectured.

Source

xml.lisp.

Function: make-xml/text (value &key selection)
Package

projectured.

Source

xml.lisp.

Function: maker/html ()
Package

projectured.

Source

xml.lisp.

Function: maker/json ()
Package

projectured.

Source

json.lisp.

Function: maker/lisp ()
Package

projectured.

Source

common-lisp.lisp.

Function: maker/pred ()
Package

projectured.

Source

t.lisp.

Function: maker/txt ()
Package

projectured.

Source

text.lisp.

Function: maker/xml ()
Package

projectured.

Source

xml.lisp.

Function: map-ll (sequence function)
Package

projectured.

Source

computed.lisp.

Function: map-ll* (sequence function)
Package

projectured.

Source

computed.lisp.

Function: measure-image (image)
Package

projectured.

Source

graphics.lisp.

Function: measure-text (text font)
Package

projectured.

Source

graphics.lisp.

Function: merge-commands (&rest commands)
Package

projectured.

Source

command.lisp.

Function: nestingp (object)
Package

projectured.

Source

nesting.lisp.

Function: object-searching-p (object)
Package

projectured.

Source

object-searching.lisp.

Function: operation/compoundp (object)
Package

projectured.

Source

operation.lisp.

Function: operation/describep (object)
Package

projectured.

Source

t.lisp.

Function: operation/export-document-p (object)
Package

projectured.

Source

document.lisp.

Function: operation/extend (printer-input path operation)
Package

projectured.

Source

t.lisp.

Function: operation/focusing/replace-part-p (object)
Package

projectured.

Source

focusing.lisp.

Function: operation/functionalp (object)
Package

projectured.

Source

operation.lisp.

Function: operation/load-document-p (object)
Package

projectured.

Source

document.lisp.

Function: operation/number/replace-range-p (object)
Package

projectured.

Source

number.lisp.

Function: operation/quitp (object)
Package

projectured.

Source

operation.lisp.

Function: operation/read-backward (recursion input printer-iomap backward-mapper operation-mapper)
Package

projectured.

Source

t.lisp.

Function: operation/replace-content-p (object)
Package

projectured.

Source

t.lisp.

Function: operation/replace-selection-p (object)
Package

projectured.

Source

t.lisp.

Function: operation/replace-target-p (object)
Package

projectured.

Source

t.lisp.

Function: operation/save-document-p (object)
Package

projectured.

Source

document.lisp.

Function: operation/select-next-alternative-p (object)
Package

projectured.

Source

alternative.lisp.

Function: operation/sequence/replace-range-p (object)
Package

projectured.

Source

sequence.lisp.

Function: operation/sequence/swap-ranges-p (object)
Package

projectured.

Source

sequence.lisp.

Function: operation/show-annotation-p (object)
Package

projectured.

Source

t.lisp.

Function: operation/show-context-sensitive-help-p (object)
Package

projectured.

Source

t.lisp.

Function: operation/string/replace-range-p (object)
Package

projectured.

Source

string.lisp.

Function: operation/text/basep (object)
Package

projectured.

Source

text.lisp.

Function: operation/text/replace-range-p (object)
Package

projectured.

Source

text.lisp.

Function: operation/tree/toggle-collapsed-p (object)
Package

projectured.

Source

tree.lisp.

Function: operation/treep (object)
Package

projectured.

Source

tree.lisp.

Function: operation/widget/hidep (object)
Package

projectured.

Source

widget.lisp.

Function: operation/widget/scroll-pane/scroll-p (object)
Package

projectured.

Source

widget.lisp.

Function: operation/widget/showp (object)
Package

projectured.

Source

widget.lisp.

Function: operation/widget/tabbed-pane/select-page-p (object)
Package

projectured.

Source

widget.lisp.

Function: operationp (object)
Package

projectured.

Source

operation.lisp.

Function: output-to-device (backend instance device)
Package

projectured.sdl.

Source

output.lisp.

Function: output-to-devices (editor)
Package

projectured.

Source

output.lisp.

Function: output-to-display (backend instance device)
Package

projectured.sdl.

Source

output.lisp.

Function: output-to-file (backend instance device)
Package

projectured.sdl.

Source

output.lisp.

Function: output-to-renderer (backend renderer instance translation)
Package

projectured.sdl.

Source

output.lisp.

Function: output/basep (object)
Package

projectured.

Source

output.lisp.

Function: output/displayp (object)
Package

projectured.

Source

output.lisp.

Function: output/windowp (object)
Package

projectured.

Source

output.lisp.

Function: parallelp (object)
Package

projectured.

Source

parallel.lisp.

Function: predicate-dispatching-p (object)
Package

projectured.

Source

predicate-dispatching.lisp.

Function: preservingp (object)
Package

projectured.

Source

preserving.lisp.

Function: primitive-p (object)
Package

projectured.

Source

computed.lisp.

Function: print-computed-state (computed-state stream)
Package

projectured.

Source

computed.lisp.

Function: print-document (document stream)
Package

projectured.

Source

document.lisp.

Function: print-selection (iomap input-selection forward-mapper)
Package

projectured.

Source

t.lisp.

Function: printer-output (input projection &optional recursion)
Package

projectured.

Source

printer.lisp.

Function: printer/alternative (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

alternative.lisp.

Function: printer/book/book->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: printer/book/chapter->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: printer/book/list->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: printer/book/paragraph->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: printer/book/picture->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

book-to-tree.lisp.

Function: printer/chapter-numbering (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

chapter-numbering.lisp.

Function: printer/common-lisp/application->lisp-form/list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/comment->lisp-form/comment (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/constant->lisp-form/string (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/function-argument->lisp-form/symbol (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/function-definition->lisp-form/list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/function-reference->lisp-form/symbol (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/if->lisp-form/list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/insertion->lisp-form/insertion (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/lambda-function->lisp-form/list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/let->lisp-form/list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/lexical-variable-binding->lisp-form/list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/progn->lisp-form/list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/special-variable-definition->lisp-form/list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/the->lisp-form/list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/toplevel->lisp-form/toplevel (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/common-lisp/variable-reference->lisp-form/symbol (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: printer/copying (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

copying.lisp.

Function: printer/document/clipboard->t (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

document-to-t.lisp.

Function: printer/document/document->t (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

document-to-t.lisp.

Function: printer/document/insertion->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

document-to-tree.lisp.

Function: printer/document/nothing->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

document-to-tree.lisp.

Function: printer/document/number->number (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

document-to-t.lisp.

Function: printer/document/number->string (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

document-to-t.lisp.

Function: printer/document/reference->text/text (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

reference-to-text.lisp.

Function: printer/document/reflection->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

document-to-tree.lisp.

Function: printer/document/string->string (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

document-to-t.lisp.

Function: printer/evaluator/form->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: printer/evaluator/toplevel->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: printer/focusing (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

focusing.lisp.

Function: printer/help/context-sensitive->text/text (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

help-to-text.lisp.

Function: printer/identity-dispatching (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

identity-dispatching.lisp.

Function: printer/invariably (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

invariably.lisp.

Function: printer/iterating (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

iterating.lisp.

Function: printer/json/array->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: printer/json/boolean->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: printer/json/insertion->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: printer/json/null->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: printer/json/number->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: printer/json/object->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: printer/json/object-entry->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: printer/json/string->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

json-to-tree.lisp.

Function: printer/line-numbering (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

line-numbering.lisp.

Function: printer/lisp-form/comment->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: printer/lisp-form/insertion->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: printer/lisp-form/list->list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: printer/lisp-form/list->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: printer/lisp-form/number->number (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: printer/lisp-form/number->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: printer/lisp-form/object->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: printer/lisp-form/quote->list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: printer/lisp-form/quote->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: printer/lisp-form/string->string (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: printer/lisp-form/string->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: printer/lisp-form/symbol->symbol (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: printer/lisp-form/symbol->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: printer/lisp-form/toplevel->list (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: printer/lisp-form/toplevel->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: printer/nesting (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

nesting.lisp.

Function: printer/object-searching (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

object-searching.lisp.

Function: printer/parallel (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

parallel.lisp.

Function: printer/predicate-dispatching (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

predicate-dispatching.lisp.

Function: printer/preserving (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

preserving.lisp.

Function: printer/recursive (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

recursive.lisp.

Function: printer/reference-dispatching (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

reference-dispatching.lisp.

Function: printer/removing (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

removing.lisp.

Function: printer/reversing (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

reversing.lisp.

Function: printer/searching/result->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: printer/searching/result-element->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: printer/searching/search->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: printer/sequential (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

sequential.lisp.

Function: printer/sorting (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

sorting.lisp.

Function: printer/t/null->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: printer/t/number->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: printer/t/object->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: printer/t/pathname->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: printer/t/sequence->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: printer/t/string->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: printer/t/symbol->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

t-to-tree.lisp.

Function: printer/text->string (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

text-to-string.lisp.

Function: printer/text-aligning (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

text-aligning.lisp.

Function: printer/text/text->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

text-to-graphics.lisp.

Function: printer/tree/leaf->text/text (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

tree-to-text.lisp.

Function: printer/tree/node->text/text (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

tree-to-text.lisp.

Function: printer/type-dispatching (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

type-dispatching.lisp.

Function: printer/widget/composite->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/widget/label->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/widget/menu->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/widget/menu-item->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/widget/scroll-pane->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/widget/shell->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/widget/split-pane->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/widget/tabbed-pane->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/widget/text->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/widget/title-pane->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/widget/tooltip->graphics/canvas (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: printer/word-wrapping (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

word-wrapping.lisp.

Function: printer/xml/attribute->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: printer/xml/element->tree/node (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: printer/xml/insertion->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: printer/xml/text->tree/leaf (-projection- -recursion- -input- -input-reference-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: profile-context-p (object)
Package

projectured.

Source

computed.lisp.

Function: projectionp (object)
Package

projectured.

Source

projection.lisp.

Function: purge-computed-state-depends-on-me (computed-state)
Package

projectured.

Source

computed.lisp.

Function: read-evaluate-print-loop (editor &key measure measure-reader measure-evaluator measure-printer)
Package

projectured.

Source

editor.lisp.

Function: read-event ()
Package

projectured.sdl.

Source

input.lisp.

Function: read-gesture (event-queue)
Package

projectured.

Source

gesture.lisp.

Function: reader-output (input projection printer-iomap &optional recursion)
Package

projectured.

Source

reader.lisp.

Function: reader/alternative (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

alternative.lisp.

Function: reader/book/book->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

book-to-tree.lisp.

Function: reader/book/chapter->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

book-to-tree.lisp.

Function: reader/book/list->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

book-to-tree.lisp.

Function: reader/book/paragraph->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

book-to-tree.lisp.

Function: reader/book/picture->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

book-to-tree.lisp.

Function: reader/chapter-numbering (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

chapter-numbering.lisp.

Function: reader/common-lisp/application->lisp-form/list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/comment->lisp-form/comment (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/constant->lisp-form/string (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/function-argument->lisp-form/symbol (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/function-definition->lisp-form/list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/function-reference->lisp-form/symbol (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/if->lisp-form/list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/insertion->lisp-form/insertion (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/lambda-function->lisp-form/list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/let->lisp-form/list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/lexical-variable-binding->lisp-form/list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/progn->lisp-form/list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/special-variable-definition->lisp-form/list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/the->lisp-form/list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/toplevel->lisp-form/toplevel (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/common-lisp/variable-reference->lisp-form/symbol (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: reader/copying (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

copying.lisp.

Function: reader/document/clipboard->t (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

document-to-t.lisp.

Function: reader/document/document->t (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

document-to-t.lisp.

Function: reader/document/insertion->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

document-to-tree.lisp.

Function: reader/document/nothing->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

document-to-tree.lisp.

Function: reader/document/number->number (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

document-to-t.lisp.

Function: reader/document/number->string (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

document-to-t.lisp.

Function: reader/document/reference->text/text (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

reference-to-text.lisp.

Function: reader/document/reflection->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

document-to-tree.lisp.

Function: reader/document/string->string (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

document-to-t.lisp.

Function: reader/evaluator/form->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: reader/evaluator/toplevel->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

evaluator-to-tree.lisp.

Function: reader/focusing (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

focusing.lisp.

Function: reader/help/context-sensitive->text/text (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

help-to-text.lisp.

Function: reader/identity-dispatching (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

identity-dispatching.lisp.

Function: reader/invariably (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

invariably.lisp.

Function: reader/iterating (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

iterating.lisp.

Function: reader/json/array->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

json-to-tree.lisp.

Function: reader/json/boolean->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

json-to-tree.lisp.

Function: reader/json/insertion->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

json-to-tree.lisp.

Function: reader/json/null->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

json-to-tree.lisp.

Function: reader/json/number->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

json-to-tree.lisp.

Function: reader/json/object->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

json-to-tree.lisp.

Function: reader/json/object-entry->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

json-to-tree.lisp.

Function: reader/json/string->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

json-to-tree.lisp.

Function: reader/line-numbering (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

line-numbering.lisp.

Function: reader/lisp-form/comment->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: reader/lisp-form/insertion->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: reader/lisp-form/list->list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: reader/lisp-form/list->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: reader/lisp-form/number->number (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: reader/lisp-form/number->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: reader/lisp-form/object->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: reader/lisp-form/quote->list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: reader/lisp-form/quote->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: reader/lisp-form/string->string (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: reader/lisp-form/string->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: reader/lisp-form/symbol->symbol (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: reader/lisp-form/symbol->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: reader/lisp-form/toplevel->list (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-form.lisp.

Function: reader/lisp-form/toplevel->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

lisp-form-to-tree.lisp.

Function: reader/nesting (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

nesting.lisp.

Function: reader/object-searching (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

object-searching.lisp.

Function: reader/parallel (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

parallel.lisp.

Function: reader/predicate-dispatching (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

predicate-dispatching.lisp.

Function: reader/preserving (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

preserving.lisp.

Function: reader/recursive (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

recursive.lisp.

Function: reader/reference-dispatching (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

reference-dispatching.lisp.

Function: reader/removing (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

removing.lisp.

Function: reader/reversing (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

reversing.lisp.

Function: reader/searching/result->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: reader/searching/result-element->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: reader/searching/search->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

searching-to-tree.lisp.

Function: reader/sequential (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

sequential.lisp.

Function: reader/sorting (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

sorting.lisp.

Function: reader/t/null->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

t-to-tree.lisp.

Function: reader/t/number->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

t-to-tree.lisp.

Function: reader/t/object->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

t-to-tree.lisp.

Function: reader/t/pathname->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

t-to-tree.lisp.

Function: reader/t/sequence->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

t-to-tree.lisp.

Function: reader/t/string->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

t-to-tree.lisp.

Function: reader/t/symbol->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

t-to-tree.lisp.

Function: reader/text->string (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

text-to-string.lisp.

Function: reader/text-aligning (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

text-aligning.lisp.

Function: reader/text/text->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

text-to-graphics.lisp.

Function: reader/tree/leaf->text/text (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

tree-to-text.lisp.

Function: reader/tree/node->text/text (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

tree-to-text.lisp.

Function: reader/type-dispatching (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

type-dispatching.lisp.

Function: reader/widget/composite->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/widget/label->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/widget/menu->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/widget/menu-item->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/widget/scroll-pane->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/widget/shell->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/widget/split-pane->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/widget/tabbed-pane->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/widget/text->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/widget/title-pane->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/widget/tooltip->graphics/canvas (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: reader/word-wrapping (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

word-wrapping.lisp.

Function: reader/xml/attribute->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: reader/xml/element->tree/node (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: reader/xml/insertion->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: reader/xml/text->tree/leaf (-projection- -recursion- -input- -printer-iomap-)
Package

projectured.

Source

xml-to-tree.lisp.

Function: recompute-computed-state (computed-state)
Package

projectured.

Source

computed.lisp.

Function: recompute-state-contex-p (object)
Package

projectured.

Source

computed.lisp.

Function: rectangle-contains-point? (rectangle point)
Package

projectured.

Source

graphics.lisp.

Function: rectangle-union (rectangle-1 rectangle-2)
Package

projectured.

Source

graphics.lisp.

Function: rectanglep (object)
Package

projectured.

Source

graphics.lisp.

Function: recurse-printer (recursion input input-reference)
Package

projectured.

Source

printer.lisp.

Function: recurse-reader (recursion input printer-iomap)
Package

projectured.

Source

reader.lisp.

Function: recurse/ordinary-lambda-list (recursion input input-reference)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: recurse/slot (recursion input slot input-reference)
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Function: recursivep (object)
Package

projectured.

Source

recursive.lisp.

Function: reference-dispatching-p (object)
Package

projectured.

Source

reference-dispatching.lisp.

Function: remove-selection (document selection)
Package

projectured.

Source

t.lisp.

Function: removingp (object)
Package

projectured.

Source

removing.lisp.

Function: render-draw-rect (renderer x y width height)
Package

projectured.sdl.

Source

graphics.lisp.

Function: render-fill-rect (renderer x y width height)
Package

projectured.sdl.

Source

graphics.lisp.

Function: resource-pathname (name)
Package

projectured.

Source

util.lisp.

Function: reversingp (object)
Package

projectured.

Source

reversing.lisp.

Reader: rsc-computed-state (instance)
Writer: (setf rsc-computed-state) (instance)
Package

projectured.

Source

computed.lisp.

Target Slot

computed-state.

Reader: rsc-parent-context (instance)
Writer: (setf rsc-parent-context) (instance)
Package

projectured.

Source

computed.lisp.

Target Slot

parent-context.

Function: saver/html (filename document)
Package

projectured.

Source

xml.lisp.

Function: saver/json (filename document)
Package

projectured.

Source

json.lisp.

Function: saver/lisp (filename document)
Package

projectured.

Source

common-lisp.lisp.

Function: saver/pred (filename document)
Package

projectured.

Source

t.lisp.

Function: saver/txt (filename document)
Package

projectured.

Source

text.lisp.

Function: saver/xml (filename document)
Package

projectured.

Source

xml.lisp.

Function: sdl/read-evaluate-print-loop (editor &rest args &key &allow-other-keys)
Package

projectured.sdl.

Source

backend.lisp.

Function: search-ignorecase (sequence1 sequence2)
Package

projectured.

Source

util.lisp.

Function: search-parts (root test &key slot-provider)
Package

projectured.

Source

util.lisp.

Function: search-parts* (root test &key slot-provider)
Package

projectured.

Source

util.lisp.

Function: searching/basep (object)
Package

projectured.

Source

searching.lisp.

Function: searching/result->tree/node-p (object)
Package

projectured.

Source

searching-to-tree.lisp.

Function: searching/result-element->tree/node-p (object)
Package

projectured.

Source

searching-to-tree.lisp.

Function: searching/result-element-p (object)
Package

projectured.

Source

searching.lisp.

Function: searching/resultp (object)
Package

projectured.

Source

searching.lisp.

Function: searching/search->graphics/canvas-p (object)
Package

projectured.

Source

searching-to-tree.lisp.

Function: searching/searchp (object)
Package

projectured.

Source

searching.lisp.

Function: separate-elements-ll (sequence separator)
Package

projectured.

Source

computed.lisp.

Function: sequentialp (object)
Package

projectured.

Source

sequential.lisp.

Function: set-render-draw-color (renderer color)
Package

projectured.sdl.

Source

graphics.lisp.

Function: set-selection (document selection)
Package

projectured.

Source

t.lisp.

Function: sortingp (object)
Package

projectured.

Source

sorting.lisp.

Function: style/basep (object)
Package

projectured.

Source

color.lisp.

Function: style/colorp (object)
Package

projectured.

Source

color.lisp.

Function: style/fontp (object)
Package

projectured.

Source

font.lisp.

Function: subseq-ll (sequence start end)
Package

projectured.

Source

computed.lisp.

Function: t/null->tree/leaf-p (object)
Package

projectured.

Source

t-to-tree.lisp.

Function: t/number->tree/leaf-p (object)
Package

projectured.

Source

t-to-tree.lisp.

Function: t/object->tree/node-p (object)
Package

projectured.

Source

t-to-tree.lisp.

Function: t/pathname->tree/leaf-p (object)
Package

projectured.

Source

t-to-tree.lisp.

Function: t/sequence->tree/node-p (object)
Package

projectured.

Source

t-to-tree.lisp.

Function: t/string->tree/leaf-p (object)
Package

projectured.

Source

t-to-tree.lisp.

Function: t/symbol->tree/leaf-p (object)
Package

projectured.

Source

t-to-tree.lisp.

Function: text->string-p (object)
Package

projectured.

Source

text-to-string.lisp.

Function: text-aligning-p (object)
Package

projectured.

Source

text-aligning.lisp.

Function: text/after-newline? (text position)
Package

projectured.

Source

text.lisp.

Function: text/as-string (text)
Package

projectured.

Source

text.lisp.

Function: text/basep (object)
Package

projectured.

Source

text.lisp.

Function: text/before-newline? (text position)
Package

projectured.

Source

text.lisp.

Function: text/clone (element &rest args &key &allow-other-keys)
Package

projectured.

Source

text.lisp.

Function: text/clone-graphics (element &key fill-color line-color padding)
Package

projectured.

Source

text.lisp.

Function: text/clone-string (element &key font font-color fill-color line-color padding)
Package

projectured.

Source

text.lisp.

Function: text/concatenate (&rest texts)
Package

projectured.

Source

text.lisp.

Function: text/consolidate (text)
Package

projectured.

Source

text.lisp.

Function: text/count (text character &optional start-position end-position)
Package

projectured.

Source

text.lisp.

Function: text/count-lines (text)
Package

projectured.

Source

text.lisp.

Function: text/element (text element)
Package

projectured.

Source

text.lisp.

Function: text/element-content (element)
Package

projectured.

Source

text.lisp.

Function: text/element-length (element)
Package

projectured.

Source

text.lisp.

Function: text/element-width (element)
Package

projectured.

Source

text.lisp.

Function: text/elementp (object)
Package

projectured.

Source

text.lisp.

Function: text/empty? (text)
Package

projectured.

Source

text.lisp.

Function: text/find (text start-position test &key end-position direction)
Package

projectured.

Source

text.lisp.

Function: text/first-element (text)
Package

projectured.

Source

text.lisp.

Function: text/first-position (text)
Package

projectured.

Source

text.lisp.

Function: text/first-position? (text position)
Package

projectured.

Source

text.lisp.

Function: text/graphicsp (object)
Package

projectured.

Source

text.lisp.

Function: text/last-element (text)
Package

projectured.

Source

text.lisp.

Function: text/last-position (text)
Package

projectured.

Source

text.lisp.

Function: text/last-position? (text position)
Package

projectured.

Source

text.lisp.

Function: text/length (text &optional start-position end-position)
Package

projectured.

Source

text.lisp.

Function: text/line-end-position (text start-position &key compute-distance)

Returns the closest position greater than or equal to START-POSITION without having a newline character in between.

Package

projectured.

Source

text.lisp.

Function: text/line-start-position (text start-position &key compute-distance)

Returns the closest position less than or equal to START-POSITION without having a newline character in between.

Package

projectured.

Source

text.lisp.

Function: text/make-default-text (content default-content &key selection font font-color fill-color line-color padding)
Package

projectured.

Source

text.lisp.

Function: text/make-graphics (content &key fill-color line-color padding)
Package

projectured.

Source

text.lisp.

Function: text/make-newline (&key font padding)
Package

projectured.

Source

text.lisp.

Function: text/make-position (&key element index distance)
Package

projectured.

Source

text.lisp.

Function: text/make-simple-text (content &key selection font font-color fill-color line-color padding)
Package

projectured.

Source

text.lisp.

Function: text/make-spacing (size &key font font-color fill-color line-color unit padding)
Package

projectured.

Source

text.lisp.

Function: text/make-string (content &key font font-color fill-color line-color padding)
Package

projectured.

Source

text.lisp.

Function: text/make-text (elements &key selection)
Package

projectured.

Source

text.lisp.

Function: text/map-split (text split-character function)
Package

projectured.

Source

text.lisp.

Function: text/newline? (element)
Package

projectured.

Source

text.lisp.

Function: text/newlinep (object)
Package

projectured.

Source

text.lisp.

Function: text/next-character (text position)
Package

projectured.

Source

text.lisp.

Function: text/next-element (text element)
Package

projectured.

Source

text.lisp.

Function: text/next-position (text position)
Package

projectured.

Source

text.lisp.

Function: text/next-raw-position (text position)
Package

projectured.

Source

text.lisp.

Function: text/normalize-backward (text position)
Package

projectured.

Source

text.lisp.

Function: text/normalize-forward (text position)
Package

projectured.

Source

text.lisp.

Function: text/normalize-position (text position)
Package

projectured.

Source

text.lisp.

Function: text/origin-position (text)
Package

projectured.

Source

text.lisp.

Function: text/origin-relative-position (text distance)
Package

projectured.

Source

text.lisp.

Reader: text/position-distance (instance)
Writer: (setf text/position-distance) (instance)
Package

projectured.

Source

text.lisp.

Target Slot

distance.

Reader: text/position-element (instance)
Writer: (setf text/position-element) (instance)
Package

projectured.

Source

text.lisp.

Target Slot

element.

Reader: text/position-index (instance)
Writer: (setf text/position-index) (instance)
Package

projectured.

Source

text.lisp.

Target Slot

index.

Function: text/position-p (object)
Package

projectured.

Source

text.lisp.

Function: text/position< (text position-1 position-2)
Package

projectured.

Source

text.lisp.

Function: text/position<= (text position-1 position-2)
Package

projectured.

Source

text.lisp.

Function: text/position= (position-1 position-2)
Package

projectured.

Source

text.lisp.

Function: text/position> (text position-1 position-2)
Package

projectured.

Source

text.lisp.

Function: text/position>= (text position-1 position-2)
Package

projectured.

Source

text.lisp.

Function: text/previous-character (text position)
Package

projectured.

Source

text.lisp.

Function: text/previous-element (text element)
Package

projectured.

Source

text.lisp.

Function: text/previous-position (text position)
Package

projectured.

Source

text.lisp.

Function: text/previous-raw-position (text position)
Package

projectured.

Source

text.lisp.

Function: text/push (text other)
Package

projectured.

Source

text.lisp.

Function: text/read-operation (text gesture)
Package

projectured.

Source

text.lisp.

Function: text/read-replace-selection-operation (text key &optional modifier)
Package

projectured.

Source

text.lisp.

Function: text/reference? (reference)
Package

projectured.

Source

text.lisp.

Function: text/relative-position (text start-position distance)
Package

projectured.

Source

text.lisp.

Function: text/replace-style (text &key font font-color fill-color line-color padding)
Package

projectured.

Source

text.lisp.

Function: text/sibling-character (text position direction)
Package

projectured.

Source

text.lisp.

Function: text/sibling-element (text element direction)
Package

projectured.

Source

text.lisp.

Function: text/sibling-position (text position direction)
Package

projectured.

Source

text.lisp.

Function: text/spacingp (object)
Package

projectured.

Source

text.lisp.

Function: text/split (text split-character)
Package

projectured.

Source

text.lisp.

Function: text/stringp (object)
Package

projectured.

Source

text.lisp.

Function: text/subbox (text start-position end-position)
Package

projectured.

Source

text.lisp.

Function: text/subseq (text start-character-index &optional end-character-index)
Package

projectured.

Source

text.lisp.

Function: text/substring (text start-position end-position)
Package

projectured.

Source

text.lisp.

Function: text/text->graphics/canvas-p (object)
Package

projectured.

Source

text-to-graphics.lisp.

Function: text/textp (object)
Package

projectured.

Source

text.lisp.

Function: text/width (text &optional start-position end-position)
Package

projectured.

Source

text.lisp.

Function: translate-modifier-keys (keys)
Package

projectured.sdl.

Source

input.lisp.

Function: translate-mouse-button (button)
Package

projectured.sdl.

Source

input.lisp.

Function: translate-scancode (scancode)
Package

projectured.sdl.

Source

input.lisp.

Function: tree-replace (tree element replacement)
Package

projectured.

Source

util.lisp.

Function: tree/basep (object)
Package

projectured.

Source

tree.lisp.

Function: tree/clone (document &rest args &key &allow-other-keys)
Package

projectured.

Source

tree.lisp.

Function: tree/clone-leaf (document &key opening-delimiter closing-delimiter indentation selection)
Package

projectured.

Source

tree.lisp.

Function: tree/clone-node (document &key collapsed separator opening-delimiter closing-delimiter indentation selection)
Package

projectured.

Source

tree.lisp.

Function: tree/leaf->text/text-p (object)
Package

projectured.

Source

tree-to-text.lisp.

Function: tree/leafp (object)
Package

projectured.

Source

tree.lisp.

Function: tree/make-text-reference (projection recursion printer-iomap &optional child-index)
Package

projectured.

Source

tree-to-text.lisp.

Function: tree/node->text/text-p (object)
Package

projectured.

Source

tree-to-text.lisp.

Function: tree/nodep (object)
Package

projectured.

Source

tree.lisp.

Function: tree/reference? (reference)
Package

projectured.

Source

tree.lisp.

Function: type-dispatching-p (object)
Package

projectured.

Source

type-dispatching.lisp.

Function: type-in? (gesture &key character modifier modifiers)
Package

projectured.

Source

gesture.lisp.

Function: typed-reference (type reference)
Package

projectured.

Source

reference.lisp.

Function: unbound-slot-marker ()
Package

projectured.

Source

util.lisp.

Function: unbound-slot-marker? (value)
Package

projectured.

Source

util.lisp.

Function: versioning/basep (object)
Package

projectured.

Source

versioning.lisp.

Function: versioning/object-version-p (object)
Package

projectured.

Source

versioning.lisp.

Function: versioning/versioned-object-p (object)
Package

projectured.

Source

versioning.lisp.

Function: versioning/versionp (object)
Package

projectured.

Source

versioning.lisp.

Function: widget/basep (object)
Package

projectured.

Source

widget.lisp.

Function: widget/buttonp (object)
Package

projectured.

Source

widget.lisp.

Function: widget/checkboxp (object)
Package

projectured.

Source

widget.lisp.

Function: widget/composite->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/compositep (object)
Package

projectured.

Source

widget.lisp.

Function: widget/content-top-left (widget)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/label->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/labelp (object)
Package

projectured.

Source

widget.lisp.

Function: widget/make-surrounding-graphics (widget content-size content-fill-color &key margin-corners border-corners padding-corners content-corners border-extra-size)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/menu->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/menu-item->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/menu-item-p (object)
Package

projectured.

Source

widget.lisp.

Function: widget/menup (object)
Package

projectured.

Source

widget.lisp.

Function: widget/scroll-pane->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/scroll-pane-p (object)
Package

projectured.

Source

widget.lisp.

Function: widget/shell->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/shellp (object)
Package

projectured.

Source

widget.lisp.

Function: widget/split-pane->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/split-pane-p (object)
Package

projectured.

Source

widget.lisp.

Function: widget/tabbed-pane->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/tabbed-pane-p (object)
Package

projectured.

Source

widget.lisp.

Function: widget/text->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/textp (object)
Package

projectured.

Source

widget.lisp.

Function: widget/title-pane->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/title-pane-p (object)
Package

projectured.

Source

widget.lisp.

Function: widget/tooltip->graphics/canvas-p (object)
Package

projectured.

Source

widget-to-graphics.lisp.

Function: widget/tooltipp (object)
Package

projectured.

Source

widget.lisp.

Function: word-wrapping-p (object)
Package

projectured.

Source

word-wrapping.lisp.

Function: write-number (object &optional stream)
Package

projectured.

Source

util.lisp.

Function: xml/attribute->tree/node-p (object)
Package

projectured.

Source

xml-to-tree.lisp.

Function: xml/attributep (object)
Package

projectured.

Source

xml.lisp.

Function: xml/basep (object)
Package

projectured.

Source

xml.lisp.

Function: xml/element->tree/node-p (object)
Package

projectured.

Source

xml-to-tree.lisp.

Function: xml/elementp (object)
Package

projectured.

Source

xml.lisp.

Function: xml/end-tag (element)
Package

projectured.

Source

xml.lisp.

Function: (setf xml/end-tag) (element)
Package

projectured.

Source

xml.lisp.

Function: xml/insertion->tree/leaf-p (object)
Package

projectured.

Source

xml-to-tree.lisp.

Function: xml/insertionp (object)
Package

projectured.

Source

xml.lisp.

Function: xml/start-tag (element)
Package

projectured.

Source

xml.lisp.

Function: (setf xml/start-tag) (element)
Package

projectured.

Source

xml.lisp.

Function: xml/text->tree/leaf-p (object)
Package

projectured.

Source

xml-to-tree.lisp.

Function: xml/textp (object)
Package

projectured.

Source

xml.lisp.

Function: xxx-equal (instance-1 instance-2)
Package

projectured.

Source

reference-dispatching.lisp.


6.2.5 Generic functions

Generic Reader: alignment-of (object)
Package

projectured.

Methods
Reader Method: alignment-of ((book/picture book/picture))

automatically generated reader method

Source

book.lisp.

Target Slot

alignment.

Reader Method: alignment-of ((book/paragraph book/paragraph))

automatically generated reader method

Source

book.lisp.

Target Slot

alignment.

Generic Writer: (setf alignment-of) (object)
Package

projectured.

Methods
Writer Method: (setf alignment-of) ((book/picture book/picture))

automatically generated writer method

Source

book.lisp.

Target Slot

alignment.

Writer Method: (setf alignment-of) ((book/paragraph book/paragraph))

automatically generated writer method

Source

book.lisp.

Target Slot

alignment.

Generic Reader: alignment-width-of (object)
Package

projectured.

Methods
Reader Method: alignment-width-of ((text-aligning text-aligning))

automatically generated reader method

Source

text-aligning.lisp.

Target Slot

alignment-width.

Generic Writer: (setf alignment-width-of) (object)
Package

projectured.

Methods
Writer Method: (setf alignment-width-of) ((text-aligning text-aligning))

automatically generated writer method

Source

text-aligning.lisp.

Target Slot

alignment-width.

Generic Reader: allow-other-keys-p (object)
Package

projectured.

Methods
Reader Method: allow-other-keys-p ((common-lisp/lambda-function common-lisp/lambda-function))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

allow-other-keys.

Reader Method: allow-other-keys-p ((common-lisp/function-definition common-lisp/function-definition))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

allow-other-keys.

Generic Writer: (setf allow-other-keys-p) (object)
Package

projectured.

Methods
Writer Method: (setf allow-other-keys-p) ((common-lisp/lambda-function common-lisp/lambda-function))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

allow-other-keys.

Writer Method: (setf allow-other-keys-p) ((common-lisp/function-definition common-lisp/function-definition))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

allow-other-keys.

Generic Reader: alpha-of (object)
Package

projectured.

Methods
Reader Method: alpha-of ((style/color style/color))

automatically generated reader method

Source

color.lisp.

Target Slot

alpha.

Generic Writer: (setf alpha-of) (object)
Package

projectured.

Methods
Writer Method: (setf alpha-of) ((style/color style/color))

automatically generated writer method

Source

color.lisp.

Target Slot

alpha.

Generic Reader: alternatives-of (object)
Package

projectured.

Methods
Reader Method: alternatives-of ((alternative alternative))

automatically generated reader method

Source

alternative.lisp.

Target Slot

alternatives.

Generic Writer: (setf alternatives-of) (object)
Package

projectured.

Methods
Writer Method: (setf alternatives-of) ((alternative alternative))

automatically generated writer method

Source

alternative.lisp.

Target Slot

alternatives.

Generic Reader: annotation-of (object)
Package

projectured.

Methods
Reader Method: annotation-of ((document document))

automatically generated reader method

Source

document.lisp.

Target Slot

annotation.

Generic Writer: (setf annotation-of) (object)
Package

projectured.

Methods
Writer Method: (setf annotation-of) ((document document))

automatically generated writer method

Source

document.lisp.

Target Slot

annotation.

Generic Reader: arguments-of (object)
Package

projectured.

Methods
Reader Method: arguments-of ((common-lisp/application common-lisp/application))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

arguments.

Generic Writer: (setf arguments-of) (object)
Package

projectured.

Methods
Writer Method: (setf arguments-of) ((common-lisp/application common-lisp/application))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

arguments.

Generic Reader: attribute-iomaps-of (object)
Package

projectured.

Methods
Reader Method: attribute-iomaps-of ((iomap/xml/element->tree/node iomap/xml/element->tree/node))

automatically generated reader method

Source

xml-to-tree.lisp.

Target Slot

attribute-iomaps.

Generic Writer: (setf attribute-iomaps-of) (object)
Package

projectured.

Methods
Writer Method: (setf attribute-iomaps-of) ((iomap/xml/element->tree/node iomap/xml/element->tree/node))

automatically generated writer method

Source

xml-to-tree.lisp.

Target Slot

attribute-iomaps.

Generic Reader: attributes-of (object)
Package

projectured.

Methods
Reader Method: attributes-of ((xml/element xml/element))

automatically generated reader method

Source

xml.lisp.

Target Slot

attributes.

Generic Writer: (setf attributes-of) (object)
Package

projectured.

Methods
Writer Method: (setf attributes-of) ((xml/element xml/element))

automatically generated writer method

Source

xml.lisp.

Target Slot

attributes.

Generic Reader: author-of (object)
Package

projectured.

Methods
Reader Method: author-of ((versioning/version versioning/version))

automatically generated reader method

Source

versioning.lisp.

Target Slot

author.

Reader Method: author-of ((book/book book/book))

automatically generated reader method

Source

book.lisp.

Target Slot

author.

Generic Writer: (setf author-of) (object)
Package

projectured.

Methods
Writer Method: (setf author-of) ((versioning/version versioning/version))

automatically generated writer method

Source

versioning.lisp.

Target Slot

author.

Writer Method: (setf author-of) ((book/book book/book))

automatically generated writer method

Source

book.lisp.

Target Slot

author.

Generic Reader: available-commands-of (object)
Package

projectured.

Methods
Reader Method: available-commands-of ((help/context-sensitive help/context-sensitive))

automatically generated reader method

Source

help.lisp.

Target Slot

available-commands.

Generic Writer: (setf available-commands-of) (object)
Package

projectured.

Methods
Writer Method: (setf available-commands-of) ((help/context-sensitive help/context-sensitive))

automatically generated writer method

Source

help.lisp.

Target Slot

available-commands.

Generic Reader: backend-of (object)
Package

projectured.

Methods
Reader Method: backend-of ((editor editor))

automatically generated reader method

Source

editor.lisp.

Target Slot

backend.

Generic Writer: (setf backend-of) (object)
Package

projectured.

Methods
Writer Method: (setf backend-of) ((editor editor))

automatically generated writer method

Source

editor.lisp.

Target Slot

backend.

Generic Reader: begin-of (object)
Package

projectured.

Methods
Reader Method: begin-of ((graphics/line graphics/line))

automatically generated reader method

Source

graphics.lisp.

Target Slot

begin.

Generic Writer: (setf begin-of) (object)
Package

projectured.

Methods
Writer Method: (setf begin-of) ((graphics/line graphics/line))

automatically generated writer method

Source

graphics.lisp.

Target Slot

begin.

Generic Reader: bindings-of (object)
Package

projectured.

Methods
Reader Method: bindings-of ((common-lisp/lambda-function common-lisp/lambda-function))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

bindings.

Reader Method: bindings-of ((common-lisp/function-definition common-lisp/function-definition))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

bindings.

Reader Method: bindings-of ((common-lisp/let common-lisp/let))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

bindings.

Generic Writer: (setf bindings-of) (object)
Package

projectured.

Methods
Writer Method: (setf bindings-of) ((common-lisp/lambda-function common-lisp/lambda-function))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

bindings.

Writer Method: (setf bindings-of) ((common-lisp/function-definition common-lisp/function-definition))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

bindings.

Writer Method: (setf bindings-of) ((common-lisp/let common-lisp/let))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

bindings.

Generic Reader: blue-of (object)
Package

projectured.

Methods
Reader Method: blue-of ((style/color style/color))

automatically generated reader method

Source

color.lisp.

Target Slot

blue.

Generic Writer: (setf blue-of) (object)
Package

projectured.

Methods
Writer Method: (setf blue-of) ((style/color style/color))

automatically generated writer method

Source

color.lisp.

Target Slot

blue.

Generic Reader: body-of (object)
Package

projectured.

Methods
Reader Method: body-of ((common-lisp/toplevel common-lisp/toplevel))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

body.

Reader Method: body-of ((common-lisp/lambda-function common-lisp/lambda-function))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

body.

Reader Method: body-of ((common-lisp/function-definition common-lisp/function-definition))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

body.

Reader Method: body-of ((common-lisp/let common-lisp/let))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

body.

Reader Method: body-of ((common-lisp/progn common-lisp/progn))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

body.

Generic Writer: (setf body-of) (object)
Package

projectured.

Methods
Writer Method: (setf body-of) ((common-lisp/toplevel common-lisp/toplevel))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

body.

Writer Method: (setf body-of) ((common-lisp/lambda-function common-lisp/lambda-function))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

body.

Writer Method: (setf body-of) ((common-lisp/function-definition common-lisp/function-definition))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

body.

Writer Method: (setf body-of) ((common-lisp/let common-lisp/let))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

body.

Writer Method: (setf body-of) ((common-lisp/progn common-lisp/progn))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

body.

Generic Reader: border-color-of (object)
Package

projectured.

Methods
Reader Method: border-color-of ((widget/base widget/base))

automatically generated reader method

Source

widget.lisp.

Target Slot

border-color.

Generic Writer: (setf border-color-of) (object)
Package

projectured.

Methods
Writer Method: (setf border-color-of) ((widget/base widget/base))

automatically generated writer method

Source

widget.lisp.

Target Slot

border-color.

Generic Reader: border-of (object)
Package

projectured.

Methods
Reader Method: border-of ((widget/base widget/base))

automatically generated reader method

Source

widget.lisp.

Target Slot

border.

Generic Writer: (setf border-of) (object)
Package

projectured.

Methods
Writer Method: (setf border-of) ((widget/base widget/base))

automatically generated writer method

Source

widget.lisp.

Target Slot

border.

Generic Reader: bottom-of (object)
Package

projectured.

Methods
Reader Method: bottom-of ((inset inset))

automatically generated reader method

Source

widget.lisp.

Target Slot

bottom.

Generic Writer: (setf bottom-of) (object)
Package

projectured.

Methods
Writer Method: (setf bottom-of) ((inset inset))

automatically generated writer method

Source

widget.lisp.

Target Slot

bottom.

Generic Reader: bounds-of (object)
Package

projectured.

Methods
Reader Method: bounds-of ((graphics/base graphics/base))

automatically generated reader method

Source

graphics.lisp.

Target Slot

bounds.

Generic Writer: (setf bounds-of) (object)
Package

projectured.

Methods
Writer Method: (setf bounds-of) ((graphics/base graphics/base))

automatically generated writer method

Source

graphics.lisp.

Target Slot

bounds.

Generic Reader: button-of (object)
Package

projectured.

Methods
Reader Method: button-of ((gesture/mouse/click gesture/mouse/click))

automatically generated reader method

Source

gesture.lisp.

Target Slot

button.

Reader Method: button-of ((event/mouse/button-release event/mouse/button-release))

automatically generated reader method

Source

event.lisp.

Target Slot

button.

Reader Method: button-of ((event/mouse/button-press event/mouse/button-press))

automatically generated reader method

Source

event.lisp.

Target Slot

button.

Generic Writer: (setf button-of) (object)
Package

projectured.

Methods
Writer Method: (setf button-of) ((gesture/mouse/click gesture/mouse/click))

automatically generated writer method

Source

gesture.lisp.

Target Slot

button.

Writer Method: (setf button-of) ((event/mouse/button-release event/mouse/button-release))

automatically generated writer method

Source

event.lisp.

Target Slot

button.

Writer Method: (setf button-of) ((event/mouse/button-press event/mouse/button-press))

automatically generated writer method

Source

event.lisp.

Target Slot

button.

Generic Reader: character-of (object)
Package

projectured.

Methods
Reader Method: character-of ((gesture/keyboard/type-in gesture/keyboard/type-in))

automatically generated reader method

Source

gesture.lisp.

Target Slot

character.

Reader Method: character-of ((event/keyboard/type-in event/keyboard/type-in))

automatically generated reader method

Source

event.lisp.

Target Slot

character.

Generic Writer: (setf character-of) (object)
Package

projectured.

Methods
Writer Method: (setf character-of) ((gesture/keyboard/type-in gesture/keyboard/type-in))

automatically generated writer method

Source

gesture.lisp.

Target Slot

character.

Writer Method: (setf character-of) ((event/keyboard/type-in event/keyboard/type-in))

automatically generated writer method

Source

event.lisp.

Target Slot

character.

Generic Reader: child-iomaps-of (object)
Package

projectured.

Methods
Reader Method: child-iomaps-of ((iomap/xml/element->tree/node iomap/xml/element->tree/node))

automatically generated reader method

Source

xml-to-tree.lisp.

Target Slot

child-iomaps.

Reader Method: child-iomaps-of ((iomap/tree/node->text/text iomap/tree/node->text/text))

automatically generated reader method

Source

tree-to-text.lisp.

Target Slot

child-iomaps.

Reader Method: child-iomaps-of ((iomap/compound iomap/compound))

automatically generated reader method

Source

recursive.lisp.

Target Slot

child-iomaps.

Generic Writer: (setf child-iomaps-of) (object)
Package

projectured.

Methods
Writer Method: (setf child-iomaps-of) ((iomap/xml/element->tree/node iomap/xml/element->tree/node))

automatically generated writer method

Source

xml-to-tree.lisp.

Target Slot

child-iomaps.

Writer Method: (setf child-iomaps-of) ((iomap/tree/node->text/text iomap/tree/node->text/text))

automatically generated writer method

Source

tree-to-text.lisp.

Target Slot

child-iomaps.

Writer Method: (setf child-iomaps-of) ((iomap/compound iomap/compound))

automatically generated writer method

Source

recursive.lisp.

Target Slot

child-iomaps.

Generic Reader: child-of (object)
Package

projectured.

Methods
Reader Method: child-of ((recursive recursive))

automatically generated reader method

Source

recursive.lisp.

Target Slot

child.

Generic Writer: (setf child-of) (object)
Package

projectured.

Methods
Writer Method: (setf child-of) ((recursive recursive))

automatically generated writer method

Source

recursive.lisp.

Target Slot

child.

Generic Reader: children-of (object)
Package

projectured.

Methods
Reader Method: children-of ((xml/element xml/element))

automatically generated reader method

Source

xml.lisp.

Target Slot

children.

Reader Method: children-of ((tree/node tree/node))

automatically generated reader method

Source

tree.lisp.

Target Slot

children.

Generic Writer: (setf children-of) (object)
Package

projectured.

Methods
Writer Method: (setf children-of) ((xml/element xml/element))

automatically generated writer method

Source

xml.lisp.

Target Slot

children.

Writer Method: (setf children-of) ((tree/node tree/node))

automatically generated writer method

Source

tree.lisp.

Target Slot

children.

Generic Reader: closing-delimiter-of (object)
Package

projectured.

Methods
Reader Method: closing-delimiter-of ((tree/base tree/base))

automatically generated reader method

Source

tree.lisp.

Target Slot

closing-delimiter.

Generic Writer: (setf closing-delimiter-of) (object)
Package

projectured.

Methods
Writer Method: (setf closing-delimiter-of) ((tree/base tree/base))

automatically generated writer method

Source

tree.lisp.

Target Slot

closing-delimiter.

Generic Reader: collapsed-p (object)
Package

projectured.

Methods
Reader Method: collapsed-p ((xml/element xml/element))

automatically generated reader method

Source

xml.lisp.

Target Slot

collapsed.

Reader Method: collapsed-p ((tree/node tree/node))

automatically generated reader method

Source

tree.lisp.

Target Slot

collapsed.

Reader Method: collapsed-p ((json/object json/object))

automatically generated reader method

Source

json.lisp.

Target Slot

collapsed.

Reader Method: collapsed-p ((json/object-entry json/object-entry))

automatically generated reader method

Source

json.lisp.

Target Slot

collapsed.

Reader Method: collapsed-p ((json/array json/array))

automatically generated reader method

Source

json.lisp.

Target Slot

collapsed.

Reader Method: collapsed-p ((common-lisp/base common-lisp/base))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

collapsed.

Reader Method: collapsed-p ((lisp-form/toplevel lisp-form/toplevel))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

collapsed.

Reader Method: collapsed-p ((lisp-form/list lisp-form/list))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

collapsed.

Reader Method: collapsed-p ((book/base book/base))

automatically generated reader method

Source

book.lisp.

Target Slot

collapsed.

Generic Writer: (setf collapsed-p) (object)
Package

projectured.

Methods
Writer Method: (setf collapsed-p) ((xml/element xml/element))

automatically generated writer method

Source

xml.lisp.

Target Slot

collapsed.

Writer Method: (setf collapsed-p) ((tree/node tree/node))

automatically generated writer method

Source

tree.lisp.

Target Slot

collapsed.

Writer Method: (setf collapsed-p) ((json/object json/object))

automatically generated writer method

Source

json.lisp.

Target Slot

collapsed.

Writer Method: (setf collapsed-p) ((json/object-entry json/object-entry))

automatically generated writer method

Source

json.lisp.

Target Slot

collapsed.

Writer Method: (setf collapsed-p) ((json/array json/array))

automatically generated writer method

Source

json.lisp.

Target Slot

collapsed.

Writer Method: (setf collapsed-p) ((common-lisp/base common-lisp/base))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

collapsed.

Writer Method: (setf collapsed-p) ((lisp-form/toplevel lisp-form/toplevel))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

collapsed.

Writer Method: (setf collapsed-p) ((lisp-form/list lisp-form/list))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

collapsed.

Writer Method: (setf collapsed-p) ((book/base book/base))

automatically generated writer method

Source

book.lisp.

Target Slot

collapsed.

Generic Reader: commands-of (object)
Package

projectured.

Methods
Reader Method: commands-of ((operation/show-context-sensitive-help operation/show-context-sensitive-help))

automatically generated reader method

Source

t.lisp.

Target Slot

commands.

Generic Writer: (setf commands-of) (object)
Package

projectured.

Methods
Writer Method: (setf commands-of) ((operation/show-context-sensitive-help operation/show-context-sensitive-help))

automatically generated writer method

Source

t.lisp.

Target Slot

commands.

Generic Reader: compound-p (object)
Package

projectured.

Methods
Reader Method: compound-p ((common-lisp/insertion common-lisp/insertion))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

compound.

Reader Method: compound-p ((lisp-form/insertion lisp-form/insertion))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

compound.

Generic Writer: (setf compound-p) (object)
Package

projectured.

Methods
Writer Method: (setf compound-p) ((common-lisp/insertion common-lisp/insertion))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

compound.

Writer Method: (setf compound-p) ((lisp-form/insertion lisp-form/insertion))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

compound.

Generic Reader: condition-of (object)
Package

projectured.

Methods
Reader Method: condition-of ((common-lisp/if common-lisp/if))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

condition.

Generic Writer: (setf condition-of) (object)
Package

projectured.

Methods
Writer Method: (setf condition-of) ((common-lisp/if common-lisp/if))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

condition.

Generic Reader: content-fill-color-of (object)
Package

projectured.

Methods
Reader Method: content-fill-color-of ((widget/scroll-pane widget/scroll-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

content-fill-color.

Reader Method: content-fill-color-of ((widget/title-pane widget/title-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

content-fill-color.

Reader Method: content-fill-color-of ((widget/shell widget/shell))

automatically generated reader method

Source

widget.lisp.

Target Slot

content-fill-color.

Reader Method: content-fill-color-of ((widget/text widget/text))

automatically generated reader method

Source

widget.lisp.

Target Slot

content-fill-color.

Generic Writer: (setf content-fill-color-of) (object)
Package

projectured.

Methods
Writer Method: (setf content-fill-color-of) ((widget/scroll-pane widget/scroll-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

content-fill-color.

Writer Method: (setf content-fill-color-of) ((widget/title-pane widget/title-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

content-fill-color.

Writer Method: (setf content-fill-color-of) ((widget/shell widget/shell))

automatically generated writer method

Source

widget.lisp.

Target Slot

content-fill-color.

Writer Method: (setf content-fill-color-of) ((widget/text widget/text))

automatically generated writer method

Source

widget.lisp.

Target Slot

content-fill-color.

Generic Reader: content-iomap-of (object)
Package

projectured.

Methods
Reader Method: content-iomap-of ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated reader method

Source

tree-to-text.lisp.

Target Slot

content-iomap.

Reader Method: content-iomap-of ((iomap/tree/leaf->text/text iomap/tree/leaf->text/text))

automatically generated reader method

Source

tree-to-text.lisp.

Target Slot

content-iomap.

Reader Method: content-iomap-of ((iomap/book/picture->tree/leaf iomap/book/picture->tree/leaf))

automatically generated reader method

Source

book-to-tree.lisp.

Target Slot

content-iomap.

Reader Method: content-iomap-of ((iomap/book/paragraph->tree/leaf iomap/book/paragraph->tree/leaf))

automatically generated reader method

Source

book-to-tree.lisp.

Target Slot

content-iomap.

Reader Method: content-iomap-of ((iomap/content iomap/content))

automatically generated reader method

Source

recursive.lisp.

Target Slot

content-iomap.

Generic Writer: (setf content-iomap-of) (object)
Package

projectured.

Methods
Writer Method: (setf content-iomap-of) ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated writer method

Source

tree-to-text.lisp.

Target Slot

content-iomap.

Writer Method: (setf content-iomap-of) ((iomap/tree/leaf->text/text iomap/tree/leaf->text/text))

automatically generated writer method

Source

tree-to-text.lisp.

Target Slot

content-iomap.

Writer Method: (setf content-iomap-of) ((iomap/book/picture->tree/leaf iomap/book/picture->tree/leaf))

automatically generated writer method

Source

book-to-tree.lisp.

Target Slot

content-iomap.

Writer Method: (setf content-iomap-of) ((iomap/book/paragraph->tree/leaf iomap/book/paragraph->tree/leaf))

automatically generated writer method

Source

book-to-tree.lisp.

Target Slot

content-iomap.

Writer Method: (setf content-iomap-of) ((iomap/content iomap/content))

automatically generated writer method

Source

recursive.lisp.

Target Slot

content-iomap.

Generic Reader: content-of (object)
Package

projectured.

Methods
Reader Method: content-of ((versioning/object-version versioning/object-version))

automatically generated reader method

Source

versioning.lisp.

Target Slot

content.

Reader Method: content-of ((widget/scroll-pane widget/scroll-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

content.

Reader Method: content-of ((widget/title-pane widget/title-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

content.

Reader Method: content-of ((widget/shell widget/shell))

automatically generated reader method

Source

widget.lisp.

Target Slot

content.

Reader Method: content-of ((widget/menu-item widget/menu-item))

automatically generated reader method

Source

widget.lisp.

Target Slot

content.

Reader Method: content-of ((widget/tooltip widget/tooltip))

automatically generated reader method

Source

widget.lisp.

Target Slot

content.

Reader Method: content-of ((widget/button widget/button))

automatically generated reader method

Source

widget.lisp.

Target Slot

content.

Reader Method: content-of ((widget/checkbox widget/checkbox))

automatically generated reader method

Source

widget.lisp.

Target Slot

content.

Reader Method: content-of ((widget/text widget/text))

automatically generated reader method

Source

widget.lisp.

Target Slot

content.

Reader Method: content-of ((widget/label widget/label))

automatically generated reader method

Source

widget.lisp.

Target Slot

content.

Reader Method: content-of ((tree/leaf tree/leaf))

automatically generated reader method

Source

tree.lisp.

Target Slot

content.

Reader Method: content-of ((text/graphics text/graphics))

automatically generated reader method

Source

text.lisp.

Target Slot

content.

Reader Method: content-of ((text/string text/string))

automatically generated reader method

Source

text.lisp.

Target Slot

content.

Reader Method: content-of ((text/newline text/newline))

automatically generated reader method

Source

text.lisp.

Target Slot

content.

Reader Method: content-of ((operation/replace-content operation/replace-content))

automatically generated reader method

Source

t.lisp.

Target Slot

content.

Reader Method: content-of ((output/window output/window))

automatically generated reader method

Source

output.lisp.

Target Slot

content.

Reader Method: content-of ((graphics/viewport graphics/viewport))

automatically generated reader method

Source

graphics.lisp.

Target Slot

content.

Reader Method: content-of ((document/reflection document/reflection))

automatically generated reader method

Source

document.lisp.

Target Slot

content.

Reader Method: content-of ((document/clipboard document/clipboard))

automatically generated reader method

Source

document.lisp.

Target Slot

content.

Reader Method: content-of ((document/document document/document))

automatically generated reader method

Source

document.lisp.

Target Slot

content.

Reader Method: content-of ((common-lisp/comment common-lisp/comment))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

content.

Reader Method: content-of ((lisp-form/comment lisp-form/comment))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

content.

Reader Method: content-of ((book/picture book/picture))

automatically generated reader method

Source

book.lisp.

Target Slot

content.

Reader Method: content-of ((book/paragraph book/paragraph))

automatically generated reader method

Source

book.lisp.

Target Slot

content.

Generic Writer: (setf content-of) (object)
Package

projectured.

Methods
Writer Method: (setf content-of) ((versioning/object-version versioning/object-version))

automatically generated writer method

Source

versioning.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((widget/scroll-pane widget/scroll-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((widget/title-pane widget/title-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((widget/shell widget/shell))

automatically generated writer method

Source

widget.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((widget/menu-item widget/menu-item))

automatically generated writer method

Source

widget.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((widget/tooltip widget/tooltip))

automatically generated writer method

Source

widget.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((widget/button widget/button))

automatically generated writer method

Source

widget.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((widget/checkbox widget/checkbox))

automatically generated writer method

Source

widget.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((widget/text widget/text))

automatically generated writer method

Source

widget.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((widget/label widget/label))

automatically generated writer method

Source

widget.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((tree/leaf tree/leaf))

automatically generated writer method

Source

tree.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((text/graphics text/graphics))

automatically generated writer method

Source

text.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((text/string text/string))

automatically generated writer method

Source

text.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((text/newline text/newline))

automatically generated writer method

Source

text.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((operation/replace-content operation/replace-content))

automatically generated writer method

Source

t.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((output/window output/window))

automatically generated writer method

Source

output.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((graphics/viewport graphics/viewport))

automatically generated writer method

Source

graphics.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((document/reflection document/reflection))

automatically generated writer method

Source

document.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((document/clipboard document/clipboard))

automatically generated writer method

Source

document.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((document/document document/document))

automatically generated writer method

Source

document.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((common-lisp/comment common-lisp/comment))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((lisp-form/comment lisp-form/comment))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((book/picture book/picture))

automatically generated writer method

Source

book.lisp.

Target Slot

content.

Writer Method: (setf content-of) ((book/paragraph book/paragraph))

automatically generated writer method

Source

book.lisp.

Target Slot

content.

Generic Reader: context-menu-of (object)
Package

projectured.

Methods
Reader Method: context-menu-of ((widget/shell widget/shell))

automatically generated reader method

Source

widget.lisp.

Target Slot

context-menu.

Generic Writer: (setf context-menu-of) (object)
Package

projectured.

Methods
Writer Method: (setf context-menu-of) ((widget/shell widget/shell))

automatically generated writer method

Source

widget.lisp.

Target Slot

context-menu.

Generic Reader: corners-of (object)
Package

projectured.

Methods
Reader Method: corners-of ((graphics/rounded-rectangle graphics/rounded-rectangle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

corners.

Generic Writer: (setf corners-of) (object)
Package

projectured.

Methods
Writer Method: (setf corners-of) ((graphics/rounded-rectangle graphics/rounded-rectangle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

corners.

Generic Reader: creation-of (object)
Package

projectured.

Methods
Reader Method: creation-of ((versioning/version versioning/version))

automatically generated reader method

Source

versioning.lisp.

Target Slot

creation.

Generic Writer: (setf creation-of) (object)
Package

projectured.

Methods
Writer Method: (setf creation-of) ((versioning/version versioning/version))

automatically generated writer method

Source

versioning.lisp.

Target Slot

creation.

Generic Reader: declared-type-of (object)
Package

projectured.

Methods
Reader Method: declared-type-of ((common-lisp/the common-lisp/the))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

declared-type.

Generic Writer: (setf declared-type-of) (object)
Package

projectured.

Methods
Writer Method: (setf declared-type-of) ((common-lisp/the common-lisp/the))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

declared-type.

Generic Reader: default-projection-of (object)
Package

projectured.

Methods
Reader Method: default-projection-of ((reference-dispatching reference-dispatching))

automatically generated reader method

Source

reference-dispatching.lisp.

Target Slot

default-projection.

Reader Method: default-projection-of ((identity-dispatching identity-dispatching))

automatically generated reader method

Source

identity-dispatching.lisp.

Target Slot

default-projection.

Generic Writer: (setf default-projection-of) (object)
Package

projectured.

Methods
Writer Method: (setf default-projection-of) ((reference-dispatching reference-dispatching))

automatically generated writer method

Source

reference-dispatching.lisp.

Target Slot

default-projection.

Writer Method: (setf default-projection-of) ((identity-dispatching identity-dispatching))

automatically generated writer method

Source

identity-dispatching.lisp.

Target Slot

default-projection.

Generic Reader: default-value-of (object)
Package

projectured.

Methods
Reader Method: default-value-of ((common-lisp/insertion common-lisp/insertion))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

default-value.

Reader Method: default-value-of ((lisp-form/symbol lisp-form/symbol))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

default-value.

Reader Method: default-value-of ((lisp-form/string lisp-form/string))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

default-value.

Reader Method: default-value-of ((lisp-form/insertion lisp-form/insertion))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

default-value.

Generic Writer: (setf default-value-of) (object)
Package

projectured.

Methods
Writer Method: (setf default-value-of) ((common-lisp/insertion common-lisp/insertion))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

default-value.

Writer Method: (setf default-value-of) ((lisp-form/symbol lisp-form/symbol))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

default-value.

Writer Method: (setf default-value-of) ((lisp-form/string lisp-form/string))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

default-value.

Writer Method: (setf default-value-of) ((lisp-form/insertion lisp-form/insertion))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

default-value.

Generic Reader: description-of (object)
Package

projectured.

Methods
Reader Method: description-of ((command command))

automatically generated reader method

Source

command.lisp.

Target Slot

description.

Generic Writer: (setf description-of) (object)
Package

projectured.

Methods
Writer Method: (setf description-of) ((command command))

automatically generated writer method

Source

command.lisp.

Target Slot

description.

Generic Reader: devices-of (object)
Package

projectured.

Methods
Reader Method: devices-of ((editor editor))

automatically generated reader method

Source

editor.lisp.

Target Slot

devices.

Generic Writer: (setf devices-of) (object)
Package

projectured.

Methods
Writer Method: (setf devices-of) ((editor editor))

automatically generated writer method

Source

editor.lisp.

Target Slot

devices.

Generic Reader: display-last-commands-p (object)
Package

projectured.

Methods
Reader Method: display-last-commands-p ((document/reflection->graphics/canvas document/reflection->graphics/canvas))

automatically generated reader method

Source

document-to-tree.lisp.

Target Slot

display-last-commands.

Generic Writer: (setf display-last-commands-p) (object)
Package

projectured.

Methods
Writer Method: (setf display-last-commands-p) ((document/reflection->graphics/canvas document/reflection->graphics/canvas))

automatically generated writer method

Source

document-to-tree.lisp.

Target Slot

display-last-commands.

Generic Reader: display-selection-p (object)
Package

projectured.

Methods
Reader Method: display-selection-p ((document/reflection->graphics/canvas document/reflection->graphics/canvas))

automatically generated reader method

Source

document-to-tree.lisp.

Target Slot

display-selection.

Generic Writer: (setf display-selection-p) (object)
Package

projectured.

Methods
Writer Method: (setf display-selection-p) ((document/reflection->graphics/canvas document/reflection->graphics/canvas))

automatically generated writer method

Source

document-to-tree.lisp.

Target Slot

display-selection.

Generic Reader: document-of (object)
Package

projectured.

Methods
Reader Method: document-of ((operation/tree/toggle-collapsed operation/tree/toggle-collapsed))

automatically generated reader method

Source

tree.lisp.

Target Slot

document.

Reader Method: document-of ((operation/text/replace-range operation/text/replace-range))

automatically generated reader method

Source

text.lisp.

Target Slot

document.

Reader Method: document-of ((operation/replace-target operation/replace-target))

automatically generated reader method

Source

t.lisp.

Target Slot

document.

Reader Method: document-of ((operation/replace-selection operation/replace-selection))

automatically generated reader method

Source

t.lisp.

Target Slot

document.

Reader Method: document-of ((operation/replace-content operation/replace-content))

automatically generated reader method

Source

t.lisp.

Target Slot

document.

Reader Method: document-of ((operation/show-annotation operation/show-annotation))

automatically generated reader method

Source

t.lisp.

Target Slot

document.

Reader Method: document-of ((operation/string/replace-range operation/string/replace-range))

automatically generated reader method

Source

string.lisp.

Target Slot

document.

Reader Method: document-of ((searching/result-element searching/result-element))

automatically generated reader method

Source

searching.lisp.

Target Slot

document.

Reader Method: document-of ((searching/search searching/search))

automatically generated reader method

Source

searching.lisp.

Target Slot

document.

Reader Method: document-of ((operation/number/replace-range operation/number/replace-range))

automatically generated reader method

Source

number.lisp.

Target Slot

document.

Reader Method: document-of ((operation/export-document operation/export-document))

automatically generated reader method

Source

document.lisp.

Target Slot

document.

Reader Method: document-of ((operation/save-document operation/save-document))

automatically generated reader method

Source

document.lisp.

Target Slot

document.

Reader Method: document-of ((operation/load-document operation/load-document))

automatically generated reader method

Source

document.lisp.

Target Slot

document.

Reader Method: document-of ((operation/sequence/swap-ranges operation/sequence/swap-ranges))

automatically generated reader method

Source

sequence.lisp.

Target Slot

document.

Reader Method: document-of ((operation/sequence/replace-range operation/sequence/replace-range))

automatically generated reader method

Source

sequence.lisp.

Target Slot

document.

Reader Method: document-of ((editor editor))

automatically generated reader method

Source

editor.lisp.

Target Slot

document.

Generic Writer: (setf document-of) (object)
Package

projectured.

Methods
Writer Method: (setf document-of) ((operation/tree/toggle-collapsed operation/tree/toggle-collapsed))

automatically generated writer method

Source

tree.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/text/replace-range operation/text/replace-range))

automatically generated writer method

Source

text.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/replace-target operation/replace-target))

automatically generated writer method

Source

t.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/replace-selection operation/replace-selection))

automatically generated writer method

Source

t.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/replace-content operation/replace-content))

automatically generated writer method

Source

t.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/show-annotation operation/show-annotation))

automatically generated writer method

Source

t.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/string/replace-range operation/string/replace-range))

automatically generated writer method

Source

string.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((searching/result-element searching/result-element))

automatically generated writer method

Source

searching.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((searching/search searching/search))

automatically generated writer method

Source

searching.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/number/replace-range operation/number/replace-range))

automatically generated writer method

Source

number.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/export-document operation/export-document))

automatically generated writer method

Source

document.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/save-document operation/save-document))

automatically generated writer method

Source

document.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/load-document operation/load-document))

automatically generated writer method

Source

document.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/sequence/swap-ranges operation/sequence/swap-ranges))

automatically generated writer method

Source

sequence.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((operation/sequence/replace-range operation/sequence/replace-range))

automatically generated writer method

Source

sequence.lisp.

Target Slot

document.

Writer Method: (setf document-of) ((editor editor))

automatically generated writer method

Source

editor.lisp.

Target Slot

document.

Generic Reader: documentation-of (object)
Package

projectured.

Methods
Reader Method: documentation-of ((common-lisp/function-definition common-lisp/function-definition))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

documentation.

Generic Writer: (setf documentation-of) (object)
Package

projectured.

Methods
Writer Method: (setf documentation-of) ((common-lisp/function-definition common-lisp/function-definition))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

documentation.

Generic Reader: domain-of (object)
Package

projectured.

Methods
Reader Method: domain-of ((command command))

automatically generated reader method

Source

command.lisp.

Target Slot

domain.

Generic Writer: (setf domain-of) (object)
Package

projectured.

Methods
Writer Method: (setf domain-of) ((command command))

automatically generated writer method

Source

command.lisp.

Target Slot

domain.

Generic Reader: element-iomaps-of (object)
Package

projectured.

Methods
Reader Method: element-iomaps-of ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated reader method

Source

text-to-graphics.lisp.

Target Slot

element-iomaps.

Reader Method: element-iomaps-of ((iomap/book/list->tree/node iomap/book/list->tree/node))

automatically generated reader method

Source

book-to-tree.lisp.

Target Slot

element-iomaps.

Reader Method: element-iomaps-of ((iomap/book/chapter->tree/node iomap/book/chapter->tree/node))

automatically generated reader method

Source

book-to-tree.lisp.

Target Slot

element-iomaps.

Reader Method: element-iomaps-of ((iomap/book/book->tree/node iomap/book/book->tree/node))

automatically generated reader method

Source

book-to-tree.lisp.

Target Slot

element-iomaps.

Reader Method: element-iomaps-of ((iomap/sequential iomap/sequential))

automatically generated reader method

Source

sequential.lisp.

Target Slot

element-iomaps.

Reader Method: element-iomaps-of ((iomap/parallel iomap/parallel))

automatically generated reader method

Source

parallel.lisp.

Target Slot

element-iomaps.

Reader Method: element-iomaps-of ((iomap/sorting iomap/sorting))

automatically generated reader method

Source

sorting.lisp.

Target Slot

element-iomaps.

Reader Method: element-iomaps-of ((iomap/removing iomap/removing))

automatically generated reader method

Source

removing.lisp.

Target Slot

element-iomaps.

Generic Writer: (setf element-iomaps-of) (object)
Package

projectured.

Methods
Writer Method: (setf element-iomaps-of) ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated writer method

Source

text-to-graphics.lisp.

Target Slot

element-iomaps.

Writer Method: (setf element-iomaps-of) ((iomap/book/list->tree/node iomap/book/list->tree/node))

automatically generated writer method

Source

book-to-tree.lisp.

Target Slot

element-iomaps.

Writer Method: (setf element-iomaps-of) ((iomap/book/chapter->tree/node iomap/book/chapter->tree/node))

automatically generated writer method

Source

book-to-tree.lisp.

Target Slot

element-iomaps.

Writer Method: (setf element-iomaps-of) ((iomap/book/book->tree/node iomap/book/book->tree/node))

automatically generated writer method

Source

book-to-tree.lisp.

Target Slot

element-iomaps.

Writer Method: (setf element-iomaps-of) ((iomap/sequential iomap/sequential))

automatically generated writer method

Source

sequential.lisp.

Target Slot

element-iomaps.

Writer Method: (setf element-iomaps-of) ((iomap/parallel iomap/parallel))

automatically generated writer method

Source

parallel.lisp.

Target Slot

element-iomaps.

Writer Method: (setf element-iomaps-of) ((iomap/sorting iomap/sorting))

automatically generated writer method

Source

sorting.lisp.

Target Slot

element-iomaps.

Writer Method: (setf element-iomaps-of) ((iomap/removing iomap/removing))

automatically generated writer method

Source

removing.lisp.

Target Slot

element-iomaps.

Generic Reader: element-of (object)
Package

projectured.

Methods
Reader Method: element-of ((removing removing))

automatically generated reader method

Source

removing.lisp.

Target Slot

element.

Generic Writer: (setf element-of) (object)
Package

projectured.

Methods
Writer Method: (setf element-of) ((removing removing))

automatically generated writer method

Source

removing.lisp.

Target Slot

element.

Generic Reader: elements-of (object)
Package

projectured.

Methods
Reader Method: elements-of ((sequential sequential))

automatically generated reader method

Source

sequential.lisp.

Target Slot

elements.

Reader Method: elements-of ((parallel parallel))

automatically generated reader method

Source

parallel.lisp.

Target Slot

elements.

Reader Method: elements-of ((nesting nesting))

automatically generated reader method

Source

nesting.lisp.

Target Slot

elements.

Reader Method: elements-of ((iterating iterating))

automatically generated reader method

Source

iterating.lisp.

Target Slot

elements.

Reader Method: elements-of ((versioning/versioned-object versioning/versioned-object))

automatically generated reader method

Source

versioning.lisp.

Target Slot

elements.

Reader Method: elements-of ((widget/split-pane widget/split-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

elements.

Reader Method: elements-of ((widget/composite widget/composite))

automatically generated reader method

Source

widget.lisp.

Target Slot

elements.

Reader Method: elements-of ((widget/menu widget/menu))

automatically generated reader method

Source

widget.lisp.

Target Slot

elements.

Reader Method: elements-of ((text/text text/text))

automatically generated reader method

Source

text.lisp.

Target Slot

elements.

Reader Method: elements-of ((searching/result searching/result))

automatically generated reader method

Source

searching.lisp.

Target Slot

elements.

Reader Method: elements-of ((json/array json/array))

automatically generated reader method

Source

json.lisp.

Target Slot

elements.

Reader Method: elements-of ((graphics/canvas graphics/canvas))

automatically generated reader method

Source

graphics.lisp.

Target Slot

elements.

Reader Method: elements-of ((evaluator/toplevel evaluator/toplevel))

automatically generated reader method

Source

evaluator.lisp.

Target Slot

elements.

Reader Method: elements-of ((lisp-form/toplevel lisp-form/toplevel))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

elements.

Reader Method: elements-of ((lisp-form/list lisp-form/list))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

elements.

Reader Method: elements-of ((book/list book/list))

automatically generated reader method

Source

book.lisp.

Target Slot

elements.

Reader Method: elements-of ((book/chapter book/chapter))

automatically generated reader method

Source

book.lisp.

Target Slot

elements.

Reader Method: elements-of ((book/book book/book))

automatically generated reader method

Source

book.lisp.

Target Slot

elements.

Reader Method: elements-of ((document/sequence document/sequence))

automatically generated reader method

Source

sequence.lisp.

Target Slot

elements.

Reader Method: elements-of ((operation/compound operation/compound))

automatically generated reader method

Source

operation.lisp.

Target Slot

elements.

Reader Method: elements-of ((computed-sequence computed-sequence))

automatically generated reader method

Source

computed.lisp.

Target Slot

elements.

Generic Writer: (setf elements-of) (object)
Package

projectured.

Methods
Writer Method: (setf elements-of) ((sequential sequential))

automatically generated writer method

Source

sequential.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((parallel parallel))

automatically generated writer method

Source

parallel.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((nesting nesting))

automatically generated writer method

Source

nesting.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((iterating iterating))

automatically generated writer method

Source

iterating.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((versioning/versioned-object versioning/versioned-object))

automatically generated writer method

Source

versioning.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((widget/split-pane widget/split-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((widget/composite widget/composite))

automatically generated writer method

Source

widget.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((widget/menu widget/menu))

automatically generated writer method

Source

widget.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((text/text text/text))

automatically generated writer method

Source

text.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((searching/result searching/result))

automatically generated writer method

Source

searching.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((json/array json/array))

automatically generated writer method

Source

json.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((graphics/canvas graphics/canvas))

automatically generated writer method

Source

graphics.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((evaluator/toplevel evaluator/toplevel))

automatically generated writer method

Source

evaluator.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((lisp-form/toplevel lisp-form/toplevel))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((lisp-form/list lisp-form/list))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((book/list book/list))

automatically generated writer method

Source

book.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((book/chapter book/chapter))

automatically generated writer method

Source

book.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((book/book book/book))

automatically generated writer method

Source

book.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((document/sequence document/sequence))

automatically generated writer method

Source

sequence.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((operation/compound operation/compound))

automatically generated writer method

Source

operation.lisp.

Target Slot

elements.

Writer Method: (setf elements-of) ((computed-sequence computed-sequence))

automatically generated writer method

Source

computed.lisp.

Target Slot

elements.

Generic Reader: else-of (object)
Package

projectured.

Methods
Reader Method: else-of ((common-lisp/if common-lisp/if))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

else.

Generic Writer: (setf else-of) (object)
Package

projectured.

Methods
Writer Method: (setf else-of) ((common-lisp/if common-lisp/if))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

else.

Generic Reader: end-of (object)
Package

projectured.

Methods
Reader Method: end-of ((graphics/line graphics/line))

automatically generated reader method

Source

graphics.lisp.

Target Slot

end.

Generic Writer: (setf end-of) (object)
Package

projectured.

Methods
Writer Method: (setf end-of) ((graphics/line graphics/line))

automatically generated writer method

Source

graphics.lisp.

Target Slot

end.

Generic Reader: entries-of (object)
Package

projectured.

Methods
Reader Method: entries-of ((json/object json/object))

automatically generated reader method

Source

json.lisp.

Target Slot

entries.

Generic Writer: (setf entries-of) (object)
Package

projectured.

Methods
Writer Method: (setf entries-of) ((json/object json/object))

automatically generated writer method

Source

json.lisp.

Target Slot

entries.

Generic Reader: event-queue-of (object)
Package

projectured.

Methods
Reader Method: event-queue-of ((editor editor))

automatically generated reader method

Source

editor.lisp.

Target Slot

event-queue.

Generic Writer: (setf event-queue-of) (object)
Package

projectured.

Methods
Writer Method: (setf event-queue-of) ((editor editor))

automatically generated writer method

Source

editor.lisp.

Target Slot

event-queue.

Generic Reader: events-of (object)
Package

projectured.

Methods
Reader Method: events-of ((event-queue event-queue))

automatically generated reader method

Source

event.lisp.

Target Slot

events.

Generic Writer: (setf events-of) (object)
Package

projectured.

Methods
Writer Method: (setf events-of) ((event-queue event-queue))

automatically generated writer method

Source

event.lisp.

Target Slot

events.

Generic Reader: factory-of (object)
Package

projectured.

Methods
Reader Method: factory-of ((document/insertion->tree/leaf document/insertion->tree/leaf))

automatically generated reader method

Source

document-to-tree.lisp.

Target Slot

factory.

Reader Method: factory-of ((common-lisp/application common-lisp/application))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

factory.

Reader Method: factory-of ((common-lisp/insertion common-lisp/insertion))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

factory.

Reader Method: factory-of ((lisp-form/insertion lisp-form/insertion))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

factory.

Generic Writer: (setf factory-of) (object)
Package

projectured.

Methods
Writer Method: (setf factory-of) ((document/insertion->tree/leaf document/insertion->tree/leaf))

automatically generated writer method

Source

document-to-tree.lisp.

Target Slot

factory.

Writer Method: (setf factory-of) ((common-lisp/application common-lisp/application))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

factory.

Writer Method: (setf factory-of) ((common-lisp/insertion common-lisp/insertion))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

factory.

Writer Method: (setf factory-of) ((lisp-form/insertion lisp-form/insertion))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

factory.

Generic Reader: false-value-of (object)
Package

projectured.

Methods
Reader Method: false-value-of ((json/boolean json/boolean))

automatically generated reader method

Source

json.lisp.

Target Slot

false-value.

Generic Writer: (setf false-value-of) (object)
Package

projectured.

Methods
Writer Method: (setf false-value-of) ((json/boolean json/boolean))

automatically generated writer method

Source

json.lisp.

Target Slot

false-value.

Generic Reader: filename-of (object)
Package

projectured.

Methods
Reader Method: filename-of ((image/file image/file))

automatically generated reader method

Source

image.lisp.

Target Slot

filename.

Reader Method: filename-of ((style/font style/font))

automatically generated reader method

Source

font.lisp.

Target Slot

filename.

Reader Method: filename-of ((operation/export-document operation/export-document))

automatically generated reader method

Source

document.lisp.

Target Slot

filename.

Reader Method: filename-of ((operation/save-document operation/save-document))

automatically generated reader method

Source

document.lisp.

Target Slot

filename.

Reader Method: filename-of ((operation/load-document operation/load-document))

automatically generated reader method

Source

document.lisp.

Target Slot

filename.

Reader Method: filename-of ((document/document document/document))

automatically generated reader method

Source

document.lisp.

Target Slot

filename.

Reader Method: filename-of ((device/file device/file))

automatically generated reader method

Source

device.lisp.

Target Slot

filename.

Generic Writer: (setf filename-of) (object)
Package

projectured.

Methods
Writer Method: (setf filename-of) ((image/file image/file))

automatically generated writer method

Source

image.lisp.

Target Slot

filename.

Writer Method: (setf filename-of) ((style/font style/font))

automatically generated writer method

Source

font.lisp.

Target Slot

filename.

Writer Method: (setf filename-of) ((operation/export-document operation/export-document))

automatically generated writer method

Source

document.lisp.

Target Slot

filename.

Writer Method: (setf filename-of) ((operation/save-document operation/save-document))

automatically generated writer method

Source

document.lisp.

Target Slot

filename.

Writer Method: (setf filename-of) ((operation/load-document operation/load-document))

automatically generated writer method

Source

document.lisp.

Target Slot

filename.

Writer Method: (setf filename-of) ((document/document document/document))

automatically generated writer method

Source

document.lisp.

Target Slot

filename.

Writer Method: (setf filename-of) ((device/file device/file))

automatically generated writer method

Source

device.lisp.

Target Slot

filename.

Generic Reader: fill-color-of (object)
Package

projectured.

Methods
Reader Method: fill-color-of ((line-numbering line-numbering))

automatically generated reader method

Source

line-numbering.lisp.

Target Slot

fill-color.

Reader Method: fill-color-of ((text/element text/element))

automatically generated reader method

Source

text.lisp.

Target Slot

fill-color.

Reader Method: fill-color-of ((graphics/text graphics/text))

automatically generated reader method

Source

graphics.lisp.

Target Slot

fill-color.

Reader Method: fill-color-of ((graphics/ellipse graphics/ellipse))

automatically generated reader method

Source

graphics.lisp.

Target Slot

fill-color.

Reader Method: fill-color-of ((graphics/circle graphics/circle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

fill-color.

Reader Method: fill-color-of ((graphics/polygon graphics/polygon))

automatically generated reader method

Source

graphics.lisp.

Target Slot

fill-color.

Reader Method: fill-color-of ((graphics/rectangle graphics/rectangle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

fill-color.

Generic Writer: (setf fill-color-of) (object)
Package

projectured.

Methods
Writer Method: (setf fill-color-of) ((line-numbering line-numbering))

automatically generated writer method

Source

line-numbering.lisp.

Target Slot

fill-color.

Writer Method: (setf fill-color-of) ((text/element text/element))

automatically generated writer method

Source

text.lisp.

Target Slot

fill-color.

Writer Method: (setf fill-color-of) ((graphics/text graphics/text))

automatically generated writer method

Source

graphics.lisp.

Target Slot

fill-color.

Writer Method: (setf fill-color-of) ((graphics/ellipse graphics/ellipse))

automatically generated writer method

Source

graphics.lisp.

Target Slot

fill-color.

Writer Method: (setf fill-color-of) ((graphics/circle graphics/circle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

fill-color.

Writer Method: (setf fill-color-of) ((graphics/polygon graphics/polygon))

automatically generated writer method

Source

graphics.lisp.

Target Slot

fill-color.

Writer Method: (setf fill-color-of) ((graphics/rectangle graphics/rectangle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

fill-color.

Generic Reader: first-character-index-of (object)
Package

projectured.

Methods
Reader Method: first-character-index-of ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated reader method

Source

tree-to-text.lisp.

Target Slot

first-character-index.

Generic Writer: (setf first-character-index-of) (object)
Package

projectured.

Methods
Writer Method: (setf first-character-index-of) ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated writer method

Source

tree-to-text.lisp.

Target Slot

first-character-index.

Generic Reader: first-character-indices-of (object)
Package

projectured.

Methods
Reader Method: first-character-indices-of ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated reader method

Source

text-to-graphics.lisp.

Target Slot

first-character-indices.

Generic Writer: (setf first-character-indices-of) (object)
Package

projectured.

Methods
Writer Method: (setf first-character-indices-of) ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated writer method

Source

text-to-graphics.lisp.

Target Slot

first-character-indices.

Generic Reader: font-color-of (object)
Package

projectured.

Methods
Reader Method: font-color-of ((line-numbering line-numbering))

automatically generated reader method

Source

line-numbering.lisp.

Target Slot

font-color.

Reader Method: font-color-of ((text/element text/element))

automatically generated reader method

Source

text.lisp.

Target Slot

font-color.

Reader Method: font-color-of ((graphics/text graphics/text))

automatically generated reader method

Source

graphics.lisp.

Target Slot

font-color.

Reader Method: font-color-of ((lisp-form/symbol lisp-form/symbol))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

font-color.

Generic Writer: (setf font-color-of) (object)
Package

projectured.

Methods
Writer Method: (setf font-color-of) ((line-numbering line-numbering))

automatically generated writer method

Source

line-numbering.lisp.

Target Slot

font-color.

Writer Method: (setf font-color-of) ((text/element text/element))

automatically generated writer method

Source

text.lisp.

Target Slot

font-color.

Writer Method: (setf font-color-of) ((graphics/text graphics/text))

automatically generated writer method

Source

graphics.lisp.

Target Slot

font-color.

Writer Method: (setf font-color-of) ((lisp-form/symbol lisp-form/symbol))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

font-color.

Generic Reader: font-of (object)
Package

projectured.

Methods
Reader Method: font-of ((line-numbering line-numbering))

automatically generated reader method

Source

line-numbering.lisp.

Target Slot

font.

Reader Method: font-of ((text/element text/element))

automatically generated reader method

Source

text.lisp.

Target Slot

font.

Reader Method: font-of ((graphics/text graphics/text))

automatically generated reader method

Source

graphics.lisp.

Target Slot

font.

Reader Method: font-of ((document/insertion document/insertion))

automatically generated reader method

Source

document.lisp.

Target Slot

font.

Reader Method: font-of ((lisp-form/symbol lisp-form/symbol))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

font.

Generic Writer: (setf font-of) (object)
Package

projectured.

Methods
Writer Method: (setf font-of) ((line-numbering line-numbering))

automatically generated writer method

Source

line-numbering.lisp.

Target Slot

font.

Writer Method: (setf font-of) ((text/element text/element))

automatically generated writer method

Source

text.lisp.

Target Slot

font.

Writer Method: (setf font-of) ((graphics/text graphics/text))

automatically generated writer method

Source

graphics.lisp.

Target Slot

font.

Writer Method: (setf font-of) ((document/insertion document/insertion))

automatically generated writer method

Source

document.lisp.

Target Slot

font.

Writer Method: (setf font-of) ((lisp-form/symbol lisp-form/symbol))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

font.

Generic Reader: form-of (object)
Package

projectured.

Methods
Reader Method: form-of ((evaluator/form evaluator/form))

automatically generated reader method

Source

evaluator.lisp.

Target Slot

form.

Generic Writer: (setf form-of) (object)
Package

projectured.

Methods
Writer Method: (setf form-of) ((evaluator/form evaluator/form))

automatically generated writer method

Source

evaluator.lisp.

Target Slot

form.

Generic Reader: fully-qualified-p (object)
Package

projectured.

Methods
Reader Method: fully-qualified-p ((lisp-form/symbol->tree/leaf lisp-form/symbol->tree/leaf))

automatically generated reader method

Source

lisp-form-to-tree.lisp.

Target Slot

fully-qualified.

Generic Writer: (setf fully-qualified-p) (object)
Package

projectured.

Methods
Writer Method: (setf fully-qualified-p) ((lisp-form/symbol->tree/leaf lisp-form/symbol->tree/leaf))

automatically generated writer method

Source

lisp-form-to-tree.lisp.

Target Slot

fully-qualified.

Generic Reader: function-definition-of (object)
Package

projectured.

Methods
Reader Method: function-definition-of ((common-lisp/function-definition/completion common-lisp/function-definition/completion))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

function-definition.

Generic Writer: (setf function-definition-of) (object)
Package

projectured.

Methods
Writer Method: (setf function-definition-of) ((common-lisp/function-definition/completion common-lisp/function-definition/completion))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

function-definition.

Generic Reader: function-of (object)
Package

projectured.

Methods
Reader Method: function-of ((common-lisp/function-reference common-lisp/function-reference))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

function.

Generic Writer: (setf function-of) (object)
Package

projectured.

Methods
Writer Method: (setf function-of) ((common-lisp/function-reference common-lisp/function-reference))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

function.

Generic Reader: gesture-of (object)
Package

projectured.

Methods
Reader Method: gesture-of ((command command))

automatically generated reader method

Source

command.lisp.

Target Slot

gesture.

Generic Writer: (setf gesture-of) (object)
Package

projectured.

Methods
Writer Method: (setf gesture-of) ((command command))

automatically generated writer method

Source

command.lisp.

Target Slot

gesture.

Generic Reader: gesture-queue-of (object)
Package

projectured.

Methods
Reader Method: gesture-queue-of ((editor editor))

automatically generated reader method

Source

editor.lisp.

Target Slot

gesture-queue.

Generic Writer: (setf gesture-queue-of) (object)
Package

projectured.

Methods
Writer Method: (setf gesture-queue-of) ((editor editor))

automatically generated writer method

Source

editor.lisp.

Target Slot

gesture-queue.

Generic Reader: gestures-of (object)
Package

projectured.

Methods
Reader Method: gestures-of ((gesture-queue gesture-queue))

automatically generated reader method

Source

gesture.lisp.

Target Slot

gestures.

Generic Writer: (setf gestures-of) (object)
Package

projectured.

Methods
Writer Method: (setf gestures-of) ((gesture-queue gesture-queue))

automatically generated writer method

Source

gesture.lisp.

Target Slot

gestures.

Generic Reader: graphics-element-indices-of (object)
Package

projectured.

Methods
Reader Method: graphics-element-indices-of ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated reader method

Source

text-to-graphics.lisp.

Target Slot

graphics-element-indices.

Generic Writer: (setf graphics-element-indices-of) (object)
Package

projectured.

Methods
Writer Method: (setf graphics-element-indices-of) ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated writer method

Source

text-to-graphics.lisp.

Target Slot

graphics-element-indices.

Generic Reader: green-of (object)
Package

projectured.

Methods
Reader Method: green-of ((style/color style/color))

automatically generated reader method

Source

color.lisp.

Target Slot

green.

Generic Writer: (setf green-of) (object)
Package

projectured.

Methods
Writer Method: (setf green-of) ((style/color style/color))

automatically generated writer method

Source

color.lisp.

Target Slot

green.

Generic Reader: height-of (object)
Package

projectured.

Methods
Reader Method: height-of ((device/display device/display))

automatically generated reader method

Source

device.lisp.

Target Slot

height.

Generic Writer: (setf height-of) (object)
Package

projectured.

Methods
Writer Method: (setf height-of) ((device/display device/display))

automatically generated writer method

Source

device.lisp.

Target Slot

height.

Generic Reader: icon-of (object)
Package

projectured.

Methods
Reader Method: icon-of ((command command))

automatically generated reader method

Source

command.lisp.

Target Slot

icon.

Generic Writer: (setf icon-of) (object)
Package

projectured.

Methods
Writer Method: (setf icon-of) ((command command))

automatically generated writer method

Source

command.lisp.

Target Slot

icon.

Generic Reader: identity-projection-map-of (object)
Package

projectured.

Methods
Reader Method: identity-projection-map-of ((identity-dispatching identity-dispatching))

automatically generated reader method

Source

identity-dispatching.lisp.

Target Slot

identity-projection-map.

Generic Writer: (setf identity-projection-map-of) (object)
Package

projectured.

Methods
Writer Method: (setf identity-projection-map-of) ((identity-dispatching identity-dispatching))

automatically generated writer method

Source

identity-dispatching.lisp.

Target Slot

identity-projection-map.

Generic Reader: image-of (object)
Package

projectured.

Methods
Reader Method: image-of ((graphics/image graphics/image))

automatically generated reader method

Source

graphics.lisp.

Target Slot

image.

Generic Writer: (setf image-of) (object)
Package

projectured.

Methods
Writer Method: (setf image-of) ((graphics/image graphics/image))

automatically generated writer method

Source

graphics.lisp.

Target Slot

image.

Generic Reader: indentation-of (object)
Package

projectured.

Methods
Reader Method: indentation-of ((tree/base tree/base))

automatically generated reader method

Source

tree.lisp.

Target Slot

indentation.

Reader Method: indentation-of ((lisp-form/base lisp-form/base))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

indentation.

Generic Writer: (setf indentation-of) (object)
Package

projectured.

Methods
Writer Method: (setf indentation-of) ((tree/base tree/base))

automatically generated writer method

Source

tree.lisp.

Target Slot

indentation.

Writer Method: (setf indentation-of) ((lisp-form/base lisp-form/base))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

indentation.

Generic Reader: indented-child-of (object)
Package

projectured.

Methods
Reader Method: indented-child-of ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated reader method

Source

tree-to-text.lisp.

Target Slot

indented-child.

Generic Writer: (setf indented-child-of) (object)
Package

projectured.

Methods
Writer Method: (setf indented-child-of) ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated writer method

Source

tree-to-text.lisp.

Target Slot

indented-child.

Generic Reader: input-end-index-of (object)
Package

projectured.

Methods
Reader Method: input-end-index-of ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated reader method

Source

word-wrapping.lisp.

Target Slot

input-end-index.

Generic Writer: (setf input-end-index-of) (object)
Package

projectured.

Methods
Writer Method: (setf input-end-index-of) ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated writer method

Source

word-wrapping.lisp.

Target Slot

input-end-index.

Generic Reader: input-from-devices-of (object)
Package

projectured.

Methods
Reader Method: input-from-devices-of ((backend backend))

automatically generated reader method

Source

backend.lisp.

Target Slot

input-from-devices.

Generic Writer: (setf input-from-devices-of) (object)
Package

projectured.

Methods
Writer Method: (setf input-from-devices-of) ((backend backend))

automatically generated writer method

Source

backend.lisp.

Target Slot

input-from-devices.

Generic Reader: input-indices-of (object)
Package

projectured.

Methods
Reader Method: input-indices-of ((iomap/sorting iomap/sorting))

automatically generated reader method

Source

sorting.lisp.

Target Slot

input-indices.

Reader Method: input-indices-of ((iomap/removing iomap/removing))

automatically generated reader method

Source

removing.lisp.

Target Slot

input-indices.

Generic Writer: (setf input-indices-of) (object)
Package

projectured.

Methods
Writer Method: (setf input-indices-of) ((iomap/sorting iomap/sorting))

automatically generated writer method

Source

sorting.lisp.

Target Slot

input-indices.

Writer Method: (setf input-indices-of) ((iomap/removing iomap/removing))

automatically generated writer method

Source

removing.lisp.

Target Slot

input-indices.

Generic Reader: input-newline-insertion-indices-of (object)
Package

projectured.

Methods
Reader Method: input-newline-insertion-indices-of ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated reader method

Source

word-wrapping.lisp.

Target Slot

input-newline-insertion-indices.

Generic Writer: (setf input-newline-insertion-indices-of) (object)
Package

projectured.

Methods
Writer Method: (setf input-newline-insertion-indices-of) ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated writer method

Source

word-wrapping.lisp.

Target Slot

input-newline-insertion-indices.

Generic Reader: input-of (object)
Package

projectured.

Methods
Reader Method: input-of ((iomap iomap))

automatically generated reader method

Source

iomap.lisp.

Target Slot

input.

Generic Writer: (setf input-of) (object)
Package

projectured.

Methods
Writer Method: (setf input-of) ((iomap iomap))

automatically generated writer method

Source

iomap.lisp.

Target Slot

input.

Generic Reader: input-reference-of (object)
Package

projectured.

Methods
Reader Method: input-reference-of ((iomap/compound iomap/compound))

automatically generated reader method

Source

recursive.lisp.

Target Slot

input-reference.

Reader Method: input-reference-of ((iomap/recursive iomap/recursive))

automatically generated reader method

Source

recursive.lisp.

Target Slot

input-reference.

Reader Method: input-reference-of ((iomap iomap))

automatically generated reader method

Source

iomap.lisp.

Target Slot

input-reference.

Generic Writer: (setf input-reference-of) (object)
Package

projectured.

Methods
Writer Method: (setf input-reference-of) ((iomap/compound iomap/compound))

automatically generated writer method

Source

recursive.lisp.

Target Slot

input-reference.

Writer Method: (setf input-reference-of) ((iomap/recursive iomap/recursive))

automatically generated writer method

Source

recursive.lisp.

Target Slot

input-reference.

Writer Method: (setf input-reference-of) ((iomap iomap))

automatically generated writer method

Source

iomap.lisp.

Target Slot

input-reference.

Generic Reader: input-start-index-of (object)
Package

projectured.

Methods
Reader Method: input-start-index-of ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated reader method

Source

word-wrapping.lisp.

Target Slot

input-start-index.

Generic Writer: (setf input-start-index-of) (object)
Package

projectured.

Methods
Writer Method: (setf input-start-index-of) ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated writer method

Source

word-wrapping.lisp.

Target Slot

input-start-index.

Generic Reader: key-of (object)
Package

projectured.

Methods
Reader Method: key-of ((sorting sorting))

automatically generated reader method

Source

sorting.lisp.

Target Slot

key.

Reader Method: key-of ((removing removing))

automatically generated reader method

Source

removing.lisp.

Target Slot

key.

Reader Method: key-of ((json/object-entry json/object-entry))

automatically generated reader method

Source

json.lisp.

Target Slot

key.

Reader Method: key-of ((document/sequence document/sequence))

automatically generated reader method

Source

sequence.lisp.

Target Slot

key.

Reader Method: key-of ((gesture/keyboard/key-press gesture/keyboard/key-press))

automatically generated reader method

Source

gesture.lisp.

Target Slot

key.

Reader Method: key-of ((event/keyboard/key-up event/keyboard/key-up))

automatically generated reader method

Source

event.lisp.

Target Slot

key.

Reader Method: key-of ((event/keyboard/key-down event/keyboard/key-down))

automatically generated reader method

Source

event.lisp.

Target Slot

key.

Generic Writer: (setf key-of) (object)
Package

projectured.

Methods
Writer Method: (setf key-of) ((sorting sorting))

automatically generated writer method

Source

sorting.lisp.

Target Slot

key.

Writer Method: (setf key-of) ((removing removing))

automatically generated writer method

Source

removing.lisp.

Target Slot

key.

Writer Method: (setf key-of) ((json/object-entry json/object-entry))

automatically generated writer method

Source

json.lisp.

Target Slot

key.

Writer Method: (setf key-of) ((document/sequence document/sequence))

automatically generated writer method

Source

sequence.lisp.

Target Slot

key.

Writer Method: (setf key-of) ((gesture/keyboard/key-press gesture/keyboard/key-press))

automatically generated writer method

Source

gesture.lisp.

Target Slot

key.

Writer Method: (setf key-of) ((event/keyboard/key-up event/keyboard/key-up))

automatically generated writer method

Source

event.lisp.

Target Slot

key.

Writer Method: (setf key-of) ((event/keyboard/key-down event/keyboard/key-down))

automatically generated writer method

Source

event.lisp.

Target Slot

key.

Generic Reader: last-character-index-of (object)
Package

projectured.

Methods
Reader Method: last-character-index-of ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated reader method

Source

tree-to-text.lisp.

Target Slot

last-character-index.

Generic Writer: (setf last-character-index-of) (object)
Package

projectured.

Methods
Writer Method: (setf last-character-index-of) ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated writer method

Source

tree-to-text.lisp.

Target Slot

last-character-index.

Generic Reader: last-character-indices-of (object)
Package

projectured.

Methods
Reader Method: last-character-indices-of ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated reader method

Source

text-to-graphics.lisp.

Target Slot

last-character-indices.

Generic Writer: (setf last-character-indices-of) (object)
Package

projectured.

Methods
Writer Method: (setf last-character-indices-of) ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated writer method

Source

text-to-graphics.lisp.

Target Slot

last-character-indices.

Generic Reader: last-commands-of (object)
Package

projectured.

Methods
Reader Method: last-commands-of ((document/reflection document/reflection))

automatically generated reader method

Source

document.lisp.

Target Slot

last-commands.

Generic Writer: (setf last-commands-of) (object)
Package

projectured.

Methods
Writer Method: (setf last-commands-of) ((document/reflection document/reflection))

automatically generated writer method

Source

document.lisp.

Target Slot

last-commands.

Generic Reader: left-of (object)
Package

projectured.

Methods
Reader Method: left-of ((inset inset))

automatically generated reader method

Source

widget.lisp.

Target Slot

left.

Generic Writer: (setf left-of) (object)
Package

projectured.

Methods
Writer Method: (setf left-of) ((inset inset))

automatically generated writer method

Source

widget.lisp.

Target Slot

left.

Generic Reader: line-color-of (object)
Package

projectured.

Methods
Reader Method: line-color-of ((line-numbering line-numbering))

automatically generated reader method

Source

line-numbering.lisp.

Target Slot

line-color.

Reader Method: line-color-of ((text/element text/element))

automatically generated reader method

Source

text.lisp.

Target Slot

line-color.

Generic Writer: (setf line-color-of) (object)
Package

projectured.

Methods
Writer Method: (setf line-color-of) ((line-numbering line-numbering))

automatically generated writer method

Source

line-numbering.lisp.

Target Slot

line-color.

Writer Method: (setf line-color-of) ((text/element text/element))

automatically generated writer method

Source

text.lisp.

Target Slot

line-color.

Generic Reader: line-end-character-index-of (object)
Package

projectured.

Methods
Reader Method: line-end-character-index-of ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated reader method

Source

text-to-graphics.lisp.

Target Slot

line-end-character-index.

Generic Writer: (setf line-end-character-index-of) (object)
Package

projectured.

Methods
Writer Method: (setf line-end-character-index-of) ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated writer method

Source

text-to-graphics.lisp.

Target Slot

line-end-character-index.

Generic Reader: line-indentation-of (object)
Package

projectured.

Methods
Reader Method: line-indentation-of ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated reader method

Source

tree-to-text.lisp.

Target Slot

line-indentation.

Generic Writer: (setf line-indentation-of) (object)
Package

projectured.

Methods
Writer Method: (setf line-indentation-of) ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated writer method

Source

tree-to-text.lisp.

Target Slot

line-indentation.

Generic Reader: line-iomaps-of (object)
Package

projectured.

Methods
Reader Method: line-iomaps-of ((iomap/word-wrapping iomap/word-wrapping))

automatically generated reader method

Source

word-wrapping.lisp.

Target Slot

line-iomaps.

Reader Method: line-iomaps-of ((iomap/text/text->graphics/canvas/text iomap/text/text->graphics/canvas/text))

automatically generated reader method

Source

text-to-graphics.lisp.

Target Slot

line-iomaps.

Generic Writer: (setf line-iomaps-of) (object)
Package

projectured.

Methods
Writer Method: (setf line-iomaps-of) ((iomap/word-wrapping iomap/word-wrapping))

automatically generated writer method

Source

word-wrapping.lisp.

Target Slot

line-iomaps.

Writer Method: (setf line-iomaps-of) ((iomap/text/text->graphics/canvas/text iomap/text/text->graphics/canvas/text))

automatically generated writer method

Source

text-to-graphics.lisp.

Target Slot

line-iomaps.

Generic Reader: line-number-length-of (object)
Package

projectured.

Methods
Reader Method: line-number-length-of ((iomap/line-numbering iomap/line-numbering))

automatically generated reader method

Source

line-numbering.lisp.

Target Slot

line-number-length.

Generic Writer: (setf line-number-length-of) (object)
Package

projectured.

Methods
Writer Method: (setf line-number-length-of) ((iomap/line-numbering iomap/line-numbering))

automatically generated writer method

Source

line-numbering.lisp.

Target Slot

line-number-length.

Generic Reader: line-start-character-index-of (object)
Package

projectured.

Methods
Reader Method: line-start-character-index-of ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated reader method

Source

text-to-graphics.lisp.

Target Slot

line-start-character-index.

Generic Writer: (setf line-start-character-index-of) (object)
Package

projectured.

Methods
Writer Method: (setf line-start-character-index-of) ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated writer method

Source

text-to-graphics.lisp.

Target Slot

line-start-character-index.

Generic Reader: line-y-of (object)
Package

projectured.

Methods
Reader Method: line-y-of ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated reader method

Source

text-to-graphics.lisp.

Target Slot

line-y.

Generic Writer: (setf line-y-of) (object)
Package

projectured.

Methods
Writer Method: (setf line-y-of) ((iomap/text/text->graphics/canvas/line iomap/text/text->graphics/canvas/line))

automatically generated writer method

Source

text-to-graphics.lisp.

Target Slot

line-y.

Generic Reader: margin-color-of (object)
Package

projectured.

Methods
Reader Method: margin-color-of ((widget/base widget/base))

automatically generated reader method

Source

widget.lisp.

Target Slot

margin-color.

Generic Writer: (setf margin-color-of) (object)
Package

projectured.

Methods
Writer Method: (setf margin-color-of) ((widget/base widget/base))

automatically generated writer method

Source

widget.lisp.

Target Slot

margin-color.

Generic Reader: margin-of (object)
Package

projectured.

Methods
Reader Method: margin-of ((widget/base widget/base))

automatically generated reader method

Source

widget.lisp.

Target Slot

margin.

Generic Writer: (setf margin-of) (object)
Package

projectured.

Methods
Writer Method: (setf margin-of) ((widget/base widget/base))

automatically generated writer method

Source

widget.lisp.

Target Slot

margin.

Generic Reader: menu-bar-of (object)
Package

projectured.

Methods
Reader Method: menu-bar-of ((widget/shell widget/shell))

automatically generated reader method

Source

widget.lisp.

Target Slot

menu-bar.

Generic Writer: (setf menu-bar-of) (object)
Package

projectured.

Methods
Writer Method: (setf menu-bar-of) ((widget/shell widget/shell))

automatically generated writer method

Source

widget.lisp.

Target Slot

menu-bar.

Generic Reader: modifiers-of (object)
Package

projectured.

Methods
Reader Method: modifiers-of ((gesture gesture))

automatically generated reader method

Source

gesture.lisp.

Target Slot

modifiers.

Reader Method: modifiers-of ((event event))

automatically generated reader method

Source

event.lisp.

Target Slot

modifiers.

Generic Writer: (setf modifiers-of) (object)
Package

projectured.

Methods
Writer Method: (setf modifiers-of) ((gesture gesture))

automatically generated writer method

Source

gesture.lisp.

Target Slot

modifiers.

Writer Method: (setf modifiers-of) ((event event))

automatically generated writer method

Source

event.lisp.

Target Slot

modifiers.

Generic Reader: mouse-position-of (object)
Package

projectured.

Methods
Reader Method: mouse-position-of ((gesture gesture))

automatically generated reader method

Source

gesture.lisp.

Target Slot

mouse-position.

Reader Method: mouse-position-of ((event event))

automatically generated reader method

Source

event.lisp.

Target Slot

mouse-position.

Generic Writer: (setf mouse-position-of) (object)
Package

projectured.

Methods
Writer Method: (setf mouse-position-of) ((gesture gesture))

automatically generated writer method

Source

gesture.lisp.

Target Slot

mouse-position.

Writer Method: (setf mouse-position-of) ((event event))

automatically generated writer method

Source

event.lisp.

Target Slot

mouse-position.

Generic Reader: name-of (object)
Package

projectured.

Methods
Reader Method: name-of ((versioning/version versioning/version))

automatically generated reader method

Source

versioning.lisp.

Target Slot

name.

Reader Method: name-of ((xml/element xml/element))

automatically generated reader method

Source

xml.lisp.

Target Slot

name.

Reader Method: name-of ((xml/attribute xml/attribute))

automatically generated reader method

Source

xml.lisp.

Target Slot

name.

Reader Method: name-of ((common-lisp/function-argument common-lisp/function-argument))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

name.

Reader Method: name-of ((common-lisp/function-definition common-lisp/function-definition))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

name.

Reader Method: name-of ((common-lisp/special-variable-definition common-lisp/special-variable-definition))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

name.

Reader Method: name-of ((common-lisp/lexical-variable-binding common-lisp/lexical-variable-binding))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

name.

Reader Method: name-of ((lisp-form/symbol lisp-form/symbol))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

name.

Generic Writer: (setf name-of) (object)
Package

projectured.

Methods
Writer Method: (setf name-of) ((versioning/version versioning/version))

automatically generated writer method

Source

versioning.lisp.

Target Slot

name.

Writer Method: (setf name-of) ((xml/element xml/element))

automatically generated writer method

Source

xml.lisp.

Target Slot

name.

Writer Method: (setf name-of) ((xml/attribute xml/attribute))

automatically generated writer method

Source

xml.lisp.

Target Slot

name.

Writer Method: (setf name-of) ((common-lisp/function-argument common-lisp/function-argument))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

name.

Writer Method: (setf name-of) ((common-lisp/function-definition common-lisp/function-definition))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

name.

Writer Method: (setf name-of) ((common-lisp/special-variable-definition common-lisp/special-variable-definition))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

name.

Writer Method: (setf name-of) ((common-lisp/lexical-variable-binding common-lisp/lexical-variable-binding))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

name.

Writer Method: (setf name-of) ((lisp-form/symbol lisp-form/symbol))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

name.

Generic Reader: next-element-of (object)
Package

projectured.

Methods
Reader Method: next-element-of ((computed-ll computed-ll))

automatically generated reader method

Source

computed.lisp.

Target Slot

next-element.

Generic Writer: (setf next-element-of) (object)
Package

projectured.

Methods
Writer Method: (setf next-element-of) ((computed-ll computed-ll))

automatically generated writer method

Source

computed.lisp.

Target Slot

next-element.

Generic Reader: numbering-of (object)
Package

projectured.

Methods
Reader Method: numbering-of ((book/chapter book/chapter))

automatically generated reader method

Source

book.lisp.

Target Slot

numbering.

Generic Writer: (setf numbering-of) (object)
Package

projectured.

Methods
Writer Method: (setf numbering-of) ((book/chapter book/chapter))

automatically generated writer method

Source

book.lisp.

Target Slot

numbering.

Generic Reader: opening-delimiter-of (object)
Package

projectured.

Methods
Reader Method: opening-delimiter-of ((tree/base tree/base))

automatically generated reader method

Source

tree.lisp.

Target Slot

opening-delimiter.

Generic Writer: (setf opening-delimiter-of) (object)
Package

projectured.

Methods
Writer Method: (setf opening-delimiter-of) ((tree/base tree/base))

automatically generated writer method

Source

tree.lisp.

Target Slot

opening-delimiter.

Generic Reader: operation-of (object)
Package

projectured.

Methods
Reader Method: operation-of ((command command))

automatically generated reader method

Source

command.lisp.

Target Slot

operation.

Generic Writer: (setf operation-of) (object)
Package

projectured.

Methods
Writer Method: (setf operation-of) ((command command))

automatically generated writer method

Source

command.lisp.

Target Slot

operation.

Generic Reader: operations-of (object)
Package

projectured.

Methods
Reader Method: operations-of ((document/history document/history))

automatically generated reader method

Source

document.lisp.

Target Slot

operations.

Generic Writer: (setf operations-of) (object)
Package

projectured.

Methods
Writer Method: (setf operations-of) ((document/history document/history))

automatically generated writer method

Source

document.lisp.

Target Slot

operations.

Generic Reader: operator-of (object)
Package

projectured.

Methods
Reader Method: operator-of ((common-lisp/application common-lisp/application))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

operator.

Generic Writer: (setf operator-of) (object)
Package

projectured.

Methods
Writer Method: (setf operator-of) ((common-lisp/application common-lisp/application))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

operator.

Generic Reader: orientation-of (object)
Package

projectured.

Methods
Reader Method: orientation-of ((widget/split-pane widget/split-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

orientation.

Reader Method: orientation-of ((graphics/canvas graphics/canvas))

automatically generated reader method

Source

graphics.lisp.

Target Slot

orientation.

Generic Writer: (setf orientation-of) (object)
Package

projectured.

Methods
Writer Method: (setf orientation-of) ((widget/split-pane widget/split-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

orientation.

Writer Method: (setf orientation-of) ((graphics/canvas graphics/canvas))

automatically generated writer method

Source

graphics.lisp.

Target Slot

orientation.

Generic Reader: origin-character-index-of (object)
Package

projectured.

Methods
Reader Method: origin-character-index-of ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated reader method

Source

tree-to-text.lisp.

Target Slot

origin-character-index.

Generic Writer: (setf origin-character-index-of) (object)
Package

projectured.

Methods
Writer Method: (setf origin-character-index-of) ((iomap/tree/node->text/text/child iomap/tree/node->text/text/child))

automatically generated writer method

Source

tree-to-text.lisp.

Target Slot

origin-character-index.

Generic Reader: output-delimiters-p (object)
Package

projectured.

Methods
Reader Method: output-delimiters-p ((tree/node->text/text tree/node->text/text))

automatically generated reader method

Source

tree-to-text.lisp.

Target Slot

output-delimiters.

Reader Method: output-delimiters-p ((tree/leaf->text/text tree/leaf->text/text))

automatically generated reader method

Source

tree-to-text.lisp.

Target Slot

output-delimiters.

Generic Writer: (setf output-delimiters-p) (object)
Package

projectured.

Methods
Writer Method: (setf output-delimiters-p) ((tree/node->text/text tree/node->text/text))

automatically generated writer method

Source

tree-to-text.lisp.

Target Slot

output-delimiters.

Writer Method: (setf output-delimiters-p) ((tree/leaf->text/text tree/leaf->text/text))

automatically generated writer method

Source

tree-to-text.lisp.

Target Slot

output-delimiters.

Generic Reader: output-end-index-of (object)
Package

projectured.

Methods
Reader Method: output-end-index-of ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated reader method

Source

word-wrapping.lisp.

Target Slot

output-end-index.

Generic Writer: (setf output-end-index-of) (object)
Package

projectured.

Methods
Writer Method: (setf output-end-index-of) ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated writer method

Source

word-wrapping.lisp.

Target Slot

output-end-index.

Generic Reader: output-newline-insertion-indices-of (object)
Package

projectured.

Methods
Reader Method: output-newline-insertion-indices-of ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated reader method

Source

word-wrapping.lisp.

Target Slot

output-newline-insertion-indices.

Generic Writer: (setf output-newline-insertion-indices-of) (object)
Package

projectured.

Methods
Writer Method: (setf output-newline-insertion-indices-of) ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated writer method

Source

word-wrapping.lisp.

Target Slot

output-newline-insertion-indices.

Generic Reader: output-of (object)
Package

projectured.

Methods
Reader Method: output-of ((invariably invariably))

automatically generated reader method

Source

invariably.lisp.

Target Slot

output.

Reader Method: output-of ((iomap iomap))

automatically generated reader method

Source

iomap.lisp.

Target Slot

output.

Generic Writer: (setf output-of) (object)
Package

projectured.

Methods
Writer Method: (setf output-of) ((invariably invariably))

automatically generated writer method

Source

invariably.lisp.

Target Slot

output.

Writer Method: (setf output-of) ((iomap iomap))

automatically generated writer method

Source

iomap.lisp.

Target Slot

output.

Generic Reader: output-reference-of (object)
Package

projectured.

Methods
Reader Method: output-reference-of ((iomap/recursive iomap/recursive))

automatically generated reader method

Source

recursive.lisp.

Target Slot

output-reference.

Generic Writer: (setf output-reference-of) (object)
Package

projectured.

Methods
Writer Method: (setf output-reference-of) ((iomap/recursive iomap/recursive))

automatically generated writer method

Source

recursive.lisp.

Target Slot

output-reference.

Generic Reader: output-start-index-of (object)
Package

projectured.

Methods
Reader Method: output-start-index-of ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated reader method

Source

word-wrapping.lisp.

Target Slot

output-start-index.

Generic Writer: (setf output-start-index-of) (object)
Package

projectured.

Methods
Writer Method: (setf output-start-index-of) ((iomap/word-wrapping/line iomap/word-wrapping/line))

automatically generated writer method

Source

word-wrapping.lisp.

Target Slot

output-start-index.

Generic Reader: output-to-devices-of (object)
Package

projectured.

Methods
Reader Method: output-to-devices-of ((backend backend))

automatically generated reader method

Source

backend.lisp.

Target Slot

output-to-devices.

Generic Writer: (setf output-to-devices-of) (object)
Package

projectured.

Methods
Writer Method: (setf output-to-devices-of) ((backend backend))

automatically generated writer method

Source

backend.lisp.

Target Slot

output-to-devices.

Generic Reader: package-of (object)
Package

projectured.

Methods
Reader Method: package-of ((lisp-form/symbol lisp-form/symbol))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

package.

Generic Writer: (setf package-of) (object)
Package

projectured.

Methods
Writer Method: (setf package-of) ((lisp-form/symbol lisp-form/symbol))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

package.

Generic Reader: padding-color-of (object)
Package

projectured.

Methods
Reader Method: padding-color-of ((widget/base widget/base))

automatically generated reader method

Source

widget.lisp.

Target Slot

padding-color.

Generic Writer: (setf padding-color-of) (object)
Package

projectured.

Methods
Writer Method: (setf padding-color-of) ((widget/base widget/base))

automatically generated writer method

Source

widget.lisp.

Target Slot

padding-color.

Generic Reader: padding-of (object)
Package

projectured.

Methods
Reader Method: padding-of ((widget/base widget/base))

automatically generated reader method

Source

widget.lisp.

Target Slot

padding.

Reader Method: padding-of ((text/element text/element))

automatically generated reader method

Source

text.lisp.

Target Slot

padding.

Generic Writer: (setf padding-of) (object)
Package

projectured.

Methods
Writer Method: (setf padding-of) ((widget/base widget/base))

automatically generated writer method

Source

widget.lisp.

Target Slot

padding.

Writer Method: (setf padding-of) ((text/element text/element))

automatically generated writer method

Source

text.lisp.

Target Slot

padding.

Generic Reader: part-evaluator-of (object)
Package

projectured.

Methods
Reader Method: part-evaluator-of ((focusing focusing))

automatically generated reader method

Source

focusing.lisp.

Target Slot

part-evaluator.

Generic Writer: (setf part-evaluator-of) (object)
Package

projectured.

Methods
Writer Method: (setf part-evaluator-of) ((focusing focusing))

automatically generated writer method

Source

focusing.lisp.

Target Slot

part-evaluator.

Generic Reader: part-of (object)
Package

projectured.

Methods
Reader Method: part-of ((operation/focusing/replace-part operation/focusing/replace-part))

automatically generated reader method

Source

focusing.lisp.

Target Slot

part.

Reader Method: part-of ((focusing focusing))

automatically generated reader method

Source

focusing.lisp.

Target Slot

part.

Generic Writer: (setf part-of) (object)
Package

projectured.

Methods
Writer Method: (setf part-of) ((operation/focusing/replace-part operation/focusing/replace-part))

automatically generated writer method

Source

focusing.lisp.

Target Slot

part.

Writer Method: (setf part-of) ((focusing focusing))

automatically generated writer method

Source

focusing.lisp.

Target Slot

part.

Generic Reader: part-type-of (object)
Package

projectured.

Methods
Reader Method: part-type-of ((focusing focusing))

automatically generated reader method

Source

focusing.lisp.

Target Slot

part-type.

Generic Writer: (setf part-type-of) (object)
Package

projectured.

Methods
Writer Method: (setf part-type-of) ((focusing focusing))

automatically generated writer method

Source

focusing.lisp.

Target Slot

part-type.

Generic Reader: path-of (object)
Package

projectured.

Methods
Reader Method: path-of ((searching/result-element searching/result-element))

automatically generated reader method

Source

searching.lisp.

Target Slot

path.

Reader Method: path-of ((document/reference document/reference))

automatically generated reader method

Source

document.lisp.

Target Slot

path.

Generic Writer: (setf path-of) (object)
Package

projectured.

Methods
Writer Method: (setf path-of) ((searching/result-element searching/result-element))

automatically generated writer method

Source

searching.lisp.

Target Slot

path.

Writer Method: (setf path-of) ((document/reference document/reference))

automatically generated writer method

Source

document.lisp.

Target Slot

path.

Generic Reader: points-of (object)
Package

projectured.

Methods
Reader Method: points-of ((graphics/bezier graphics/bezier))

automatically generated reader method

Source

graphics.lisp.

Target Slot

points.

Reader Method: points-of ((graphics/polygon graphics/polygon))

automatically generated reader method

Source

graphics.lisp.

Target Slot

points.

Generic Writer: (setf points-of) (object)
Package

projectured.

Methods
Writer Method: (setf points-of) ((graphics/bezier graphics/bezier))

automatically generated writer method

Source

graphics.lisp.

Target Slot

points.

Writer Method: (setf points-of) ((graphics/polygon graphics/polygon))

automatically generated writer method

Source

graphics.lisp.

Target Slot

points.

Generic Reader: position-of (object)
Package

projectured.

Methods
Reader Method: position-of ((widget/scroll-pane widget/scroll-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

position.

Reader Method: position-of ((widget/composite widget/composite))

automatically generated reader method

Source

widget.lisp.

Target Slot

position.

Reader Method: position-of ((widget/tooltip widget/tooltip))

automatically generated reader method

Source

widget.lisp.

Target Slot

position.

Reader Method: position-of ((widget/button widget/button))

automatically generated reader method

Source

widget.lisp.

Target Slot

position.

Reader Method: position-of ((widget/checkbox widget/checkbox))

automatically generated reader method

Source

widget.lisp.

Target Slot

position.

Reader Method: position-of ((widget/text widget/text))

automatically generated reader method

Source

widget.lisp.

Target Slot

position.

Reader Method: position-of ((widget/label widget/label))

automatically generated reader method

Source

widget.lisp.

Target Slot

position.

Reader Method: position-of ((output/window output/window))

automatically generated reader method

Source

output.lisp.

Target Slot

position.

Reader Method: position-of ((graphics/canvas graphics/canvas))

automatically generated reader method

Source

graphics.lisp.

Target Slot

position.

Reader Method: position-of ((graphics/viewport graphics/viewport))

automatically generated reader method

Source

graphics.lisp.

Target Slot

position.

Reader Method: position-of ((graphics/image graphics/image))

automatically generated reader method

Source

graphics.lisp.

Target Slot

position.

Reader Method: position-of ((graphics/text graphics/text))

automatically generated reader method

Source

graphics.lisp.

Target Slot

position.

Reader Method: position-of ((graphics/ellipse graphics/ellipse))

automatically generated reader method

Source

graphics.lisp.

Target Slot

position.

Reader Method: position-of ((graphics/circle graphics/circle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

position.

Reader Method: position-of ((graphics/rectangle graphics/rectangle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

position.

Reader Method: position-of ((graphics/point graphics/point))

automatically generated reader method

Source

graphics.lisp.

Target Slot

position.

Reader Method: position-of ((rectangle rectangle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

position.

Generic Writer: (setf position-of) (object)
Package

projectured.

Methods
Writer Method: (setf position-of) ((widget/scroll-pane widget/scroll-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((widget/composite widget/composite))

automatically generated writer method

Source

widget.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((widget/tooltip widget/tooltip))

automatically generated writer method

Source

widget.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((widget/button widget/button))

automatically generated writer method

Source

widget.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((widget/checkbox widget/checkbox))

automatically generated writer method

Source

widget.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((widget/text widget/text))

automatically generated writer method

Source

widget.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((widget/label widget/label))

automatically generated writer method

Source

widget.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((output/window output/window))

automatically generated writer method

Source

output.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((graphics/canvas graphics/canvas))

automatically generated writer method

Source

graphics.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((graphics/viewport graphics/viewport))

automatically generated writer method

Source

graphics.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((graphics/image graphics/image))

automatically generated writer method

Source

graphics.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((graphics/text graphics/text))

automatically generated writer method

Source

graphics.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((graphics/ellipse graphics/ellipse))

automatically generated writer method

Source

graphics.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((graphics/circle graphics/circle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((graphics/rectangle graphics/rectangle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((graphics/point graphics/point))

automatically generated writer method

Source

graphics.lisp.

Target Slot

position.

Writer Method: (setf position-of) ((rectangle rectangle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

position.

Generic Reader: predicate-of (object)
Package

projectured.

Methods
Reader Method: predicate-of ((sorting sorting))

automatically generated reader method

Source

sorting.lisp.

Target Slot

predicate.

Reader Method: predicate-of ((removing removing))

automatically generated reader method

Source

removing.lisp.

Target Slot

predicate.

Reader Method: predicate-of ((document/sequence document/sequence))

automatically generated reader method

Source

sequence.lisp.

Target Slot

predicate.

Generic Writer: (setf predicate-of) (object)
Package

projectured.

Methods
Writer Method: (setf predicate-of) ((sorting sorting))

automatically generated writer method

Source

sorting.lisp.

Target Slot

predicate.

Writer Method: (setf predicate-of) ((removing removing))

automatically generated writer method

Source

removing.lisp.

Target Slot

predicate.

Writer Method: (setf predicate-of) ((document/sequence document/sequence))

automatically generated writer method

Source

sequence.lisp.

Target Slot

predicate.

Generic Reader: predicate-projection-pairs-of (object)
Package

projectured.

Methods
Reader Method: predicate-projection-pairs-of ((predicate-dispatching predicate-dispatching))

automatically generated reader method

Source

predicate-dispatching.lisp.

Target Slot

predicate-projection-pairs.

Generic Writer: (setf predicate-projection-pairs-of) (object)
Package

projectured.

Methods
Writer Method: (setf predicate-projection-pairs-of) ((predicate-dispatching predicate-dispatching))

automatically generated writer method

Source

predicate-dispatching.lisp.

Target Slot

predicate-projection-pairs.

Generic Reader: prefix-of (object)
Package

projectured.

Methods
Reader Method: prefix-of ((document/insertion document/insertion))

automatically generated reader method

Source

document.lisp.

Target Slot

prefix.

Generic Writer: (setf prefix-of) (object)
Package

projectured.

Methods
Writer Method: (setf prefix-of) ((document/insertion document/insertion))

automatically generated writer method

Source

document.lisp.

Target Slot

prefix.

Generic Reader: previous-element-of (object)
Package

projectured.

Methods
Reader Method: previous-element-of ((computed-ll computed-ll))

automatically generated reader method

Source

computed.lisp.

Target Slot

previous-element.

Generic Writer: (setf previous-element-of) (object)
Package

projectured.

Methods
Writer Method: (setf previous-element-of) ((computed-ll computed-ll))

automatically generated writer method

Source

computed.lisp.

Target Slot

previous-element.

Generic Reader: printer-iomap-of (object)
Package

projectured.

Methods
Reader Method: printer-iomap-of ((editor editor))

automatically generated reader method

Source

editor.lisp.

Target Slot

printer-iomap.

Generic Writer: (setf printer-iomap-of) (object)
Package

projectured.

Methods
Writer Method: (setf printer-iomap-of) ((editor editor))

automatically generated writer method

Source

editor.lisp.

Target Slot

printer-iomap.

Generic Reader: printer-of (object)
Package

projectured.

Methods
Reader Method: printer-of ((projection projection))

automatically generated reader method

Source

projection.lisp.

Target Slot

printer.

Generic Writer: (setf printer-of) (object)
Package

projectured.

Methods
Writer Method: (setf printer-of) ((projection projection))

automatically generated writer method

Source

projection.lisp.

Target Slot

printer.

Generic Reader: projection-of (object)
Package

projectured.

Methods
Reader Method: projection-of ((operation/select-next-alternative operation/select-next-alternative))

automatically generated reader method

Source

alternative.lisp.

Target Slot

projection.

Reader Method: projection-of ((operation/focusing/replace-part operation/focusing/replace-part))

automatically generated reader method

Source

focusing.lisp.

Target Slot

projection.

Reader Method: projection-of ((iomap iomap))

automatically generated reader method

Source

iomap.lisp.

Target Slot

projection.

Reader Method: projection-of ((editor editor))

automatically generated reader method

Source

editor.lisp.

Target Slot

projection.

Generic Writer: (setf projection-of) (object)
Package

projectured.

Methods
Writer Method: (setf projection-of) ((operation/select-next-alternative operation/select-next-alternative))

automatically generated writer method

Source

alternative.lisp.

Target Slot

projection.

Writer Method: (setf projection-of) ((operation/focusing/replace-part operation/focusing/replace-part))

automatically generated writer method

Source

focusing.lisp.

Target Slot

projection.

Writer Method: (setf projection-of) ((iomap iomap))

automatically generated writer method

Source

iomap.lisp.

Target Slot

projection.

Writer Method: (setf projection-of) ((editor editor))

automatically generated writer method

Source

editor.lisp.

Target Slot

projection.

Generic Reader: radius-of (object)
Package

projectured.

Methods
Reader Method: radius-of ((graphics/ellipse graphics/ellipse))

automatically generated reader method

Source

graphics.lisp.

Target Slot

radius.

Reader Method: radius-of ((graphics/circle graphics/circle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

radius.

Reader Method: radius-of ((graphics/rounded-rectangle graphics/rounded-rectangle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

radius.

Generic Writer: (setf radius-of) (object)
Package

projectured.

Methods
Writer Method: (setf radius-of) ((graphics/ellipse graphics/ellipse))

automatically generated writer method

Source

graphics.lisp.

Target Slot

radius.

Writer Method: (setf radius-of) ((graphics/circle graphics/circle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

radius.

Writer Method: (setf radius-of) ((graphics/rounded-rectangle graphics/rounded-rectangle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

radius.

Generic Function: raw-of (object)
Package

projectured.

Methods
Reader Method: raw-of :around ((image image/file))
Source

graphics.lisp.

Target Slot

raw.

Reader Method: raw-of :around ((color style/color))
Source

graphics.lisp.

Target Slot

raw.

Reader Method: raw-of :around ((font style/font))
Source

graphics.lisp.

Target Slot

raw.

Reader Method: raw-of ((image/memory image/memory))

automatically generated reader method

Source

image.lisp.

Target Slot

raw.

Method: raw-of ((image/file image/file))

automatically generated reader method

Source

image.lisp.

Method: raw-of ((style/font style/font))

automatically generated reader method

Source

font.lisp.

Method: raw-of ((style/color style/color))

automatically generated reader method

Source

color.lisp.

Reader Method: raw-of ((device/file device/file))

automatically generated reader method

Source

device.lisp.

Target Slot

raw.

Reader Method: raw-of ((device/display device/display))

automatically generated reader method

Source

device.lisp.

Target Slot

raw.

Generic Writer: (setf raw-of) (object)
Package

projectured.

Methods
Writer Method: (setf raw-of) ((image/memory image/memory))

automatically generated writer method

Source

image.lisp.

Target Slot

raw.

Writer Method: (setf raw-of) ((image/file image/file))

automatically generated writer method

Source

image.lisp.

Target Slot

raw.

Writer Method: (setf raw-of) ((style/font style/font))

automatically generated writer method

Source

font.lisp.

Target Slot

raw.

Writer Method: (setf raw-of) ((style/color style/color))

automatically generated writer method

Source

color.lisp.

Target Slot

raw.

Writer Method: (setf raw-of) ((device/file device/file))

automatically generated writer method

Source

device.lisp.

Target Slot

raw.

Writer Method: (setf raw-of) ((device/display device/display))

automatically generated writer method

Source

device.lisp.

Target Slot

raw.

Generic Reader: read-evaluate-print-loop-of (object)
Package

projectured.

Methods
Reader Method: read-evaluate-print-loop-of ((backend backend))

automatically generated reader method

Source

backend.lisp.

Target Slot

read-evaluate-print-loop.

Generic Writer: (setf read-evaluate-print-loop-of) (object)
Package

projectured.

Methods
Writer Method: (setf read-evaluate-print-loop-of) ((backend backend))

automatically generated writer method

Source

backend.lisp.

Target Slot

read-evaluate-print-loop.

Generic Reader: reader-iomap-of (object)
Package

projectured.

Methods
Reader Method: reader-iomap-of ((editor editor))

automatically generated reader method

Source

editor.lisp.

Target Slot

reader-iomap.

Generic Writer: (setf reader-iomap-of) (object)
Package

projectured.

Methods
Writer Method: (setf reader-iomap-of) ((editor editor))

automatically generated writer method

Source

editor.lisp.

Target Slot

reader-iomap.

Generic Reader: reader-of (object)
Package

projectured.

Methods
Reader Method: reader-of ((projection projection))

automatically generated reader method

Source

projection.lisp.

Target Slot

reader.

Generic Writer: (setf reader-of) (object)
Package

projectured.

Methods
Writer Method: (setf reader-of) ((projection projection))

automatically generated writer method

Source

projection.lisp.

Target Slot

reader.

Generic Reader: recomputation-count-of (object)
Package

projectured.

Methods
Reader Method: recomputation-count-of ((profile-context profile-context))

automatically generated reader method

Source

computed.lisp.

Target Slot

recomputation-count.

Generic Writer: (setf recomputation-count-of) (object)
Package

projectured.

Methods
Writer Method: (setf recomputation-count-of) ((profile-context profile-context))

automatically generated writer method

Source

computed.lisp.

Target Slot

recomputation-count.

Generic Reader: recursion-of (object)
Package

projectured.

Methods
Reader Method: recursion-of ((nesting nesting))

automatically generated reader method

Source

nesting.lisp.

Target Slot

recursion.

Reader Method: recursion-of ((iomap iomap))

automatically generated reader method

Source

iomap.lisp.

Target Slot

recursion.

Generic Writer: (setf recursion-of) (object)
Package

projectured.

Methods
Writer Method: (setf recursion-of) ((nesting nesting))

automatically generated writer method

Source

nesting.lisp.

Target Slot

recursion.

Writer Method: (setf recursion-of) ((iomap iomap))

automatically generated writer method

Source

iomap.lisp.

Target Slot

recursion.

Generic Reader: red-of (object)
Package

projectured.

Methods
Reader Method: red-of ((style/color style/color))

automatically generated reader method

Source

color.lisp.

Target Slot

red.

Generic Writer: (setf red-of) (object)
Package

projectured.

Methods
Writer Method: (setf red-of) ((style/color style/color))

automatically generated writer method

Source

color.lisp.

Target Slot

red.

Generic Reader: reference-projection-pairs-of (object)
Package

projectured.

Methods
Reader Method: reference-projection-pairs-of ((reference-dispatching reference-dispatching))

automatically generated reader method

Source

reference-dispatching.lisp.

Target Slot

reference-projection-pairs.

Generic Writer: (setf reference-projection-pairs-of) (object)
Package

projectured.

Methods
Writer Method: (setf reference-projection-pairs-of) ((reference-dispatching reference-dispatching))

automatically generated writer method

Source

reference-dispatching.lisp.

Target Slot

reference-projection-pairs.

Generic Reader: replacement-of (object)
Package

projectured.

Methods
Reader Method: replacement-of ((operation/text/replace-range operation/text/replace-range))

automatically generated reader method

Source

text.lisp.

Target Slot

replacement.

Reader Method: replacement-of ((operation/replace-target operation/replace-target))

automatically generated reader method

Source

t.lisp.

Target Slot

replacement.

Reader Method: replacement-of ((operation/string/replace-range operation/string/replace-range))

automatically generated reader method

Source

string.lisp.

Target Slot

replacement.

Reader Method: replacement-of ((operation/number/replace-range operation/number/replace-range))

automatically generated reader method

Source

number.lisp.

Target Slot

replacement.

Reader Method: replacement-of ((operation/sequence/replace-range operation/sequence/replace-range))

automatically generated reader method

Source

sequence.lisp.

Target Slot

replacement.

Generic Writer: (setf replacement-of) (object)
Package

projectured.

Methods
Writer Method: (setf replacement-of) ((operation/text/replace-range operation/text/replace-range))

automatically generated writer method

Source

text.lisp.

Target Slot

replacement.

Writer Method: (setf replacement-of) ((operation/replace-target operation/replace-target))

automatically generated writer method

Source

t.lisp.

Target Slot

replacement.

Writer Method: (setf replacement-of) ((operation/string/replace-range operation/string/replace-range))

automatically generated writer method

Source

string.lisp.

Target Slot

replacement.

Writer Method: (setf replacement-of) ((operation/number/replace-range operation/number/replace-range))

automatically generated writer method

Source

number.lisp.

Target Slot

replacement.

Writer Method: (setf replacement-of) ((operation/sequence/replace-range operation/sequence/replace-range))

automatically generated writer method

Source

sequence.lisp.

Target Slot

replacement.

Generic Reader: result-of (object)
Package

projectured.

Methods
Reader Method: result-of ((searching/search searching/search))

automatically generated reader method

Source

searching.lisp.

Target Slot

result.

Reader Method: result-of ((evaluator/form evaluator/form))

automatically generated reader method

Source

evaluator.lisp.

Target Slot

result.

Generic Writer: (setf result-of) (object)
Package

projectured.

Methods
Writer Method: (setf result-of) ((searching/search searching/search))

automatically generated writer method

Source

searching.lisp.

Target Slot

result.

Writer Method: (setf result-of) ((evaluator/form evaluator/form))

automatically generated writer method

Source

evaluator.lisp.

Target Slot

result.

Generic Reader: right-of (object)
Package

projectured.

Methods
Reader Method: right-of ((inset inset))

automatically generated reader method

Source

widget.lisp.

Target Slot

right.

Generic Writer: (setf right-of) (object)
Package

projectured.

Methods
Writer Method: (setf right-of) ((inset inset))

automatically generated writer method

Source

widget.lisp.

Target Slot

right.

Generic Reader: scroll-delta-of (object)
Package

projectured.

Methods
Reader Method: scroll-delta-of ((operation/widget/scroll-pane/scroll operation/widget/scroll-pane/scroll))

automatically generated reader method

Source

widget.lisp.

Target Slot

scroll-delta.

Generic Writer: (setf scroll-delta-of) (object)
Package

projectured.

Methods
Writer Method: (setf scroll-delta-of) ((operation/widget/scroll-pane/scroll operation/widget/scroll-pane/scroll))

automatically generated writer method

Source

widget.lisp.

Target Slot

scroll-delta.

Generic Reader: scroll-of (object)
Package

projectured.

Methods
Reader Method: scroll-of ((gesture/mouse/scroll gesture/mouse/scroll))

automatically generated reader method

Source

gesture.lisp.

Target Slot

scroll.

Reader Method: scroll-of ((event/mouse/scroll-wheel event/mouse/scroll-wheel))

automatically generated reader method

Source

event.lisp.

Target Slot

scroll.

Generic Writer: (setf scroll-of) (object)
Package

projectured.

Methods
Writer Method: (setf scroll-of) ((gesture/mouse/scroll gesture/mouse/scroll))

automatically generated writer method

Source

gesture.lisp.

Target Slot

scroll.

Writer Method: (setf scroll-of) ((event/mouse/scroll-wheel event/mouse/scroll-wheel))

automatically generated writer method

Source

event.lisp.

Target Slot

scroll.

Generic Reader: scroll-pane-of (object)
Package

projectured.

Methods
Reader Method: scroll-pane-of ((operation/widget/scroll-pane/scroll operation/widget/scroll-pane/scroll))

automatically generated reader method

Source

widget.lisp.

Target Slot

scroll-pane.

Generic Writer: (setf scroll-pane-of) (object)
Package

projectured.

Methods
Writer Method: (setf scroll-pane-of) ((operation/widget/scroll-pane/scroll operation/widget/scroll-pane/scroll))

automatically generated writer method

Source

widget.lisp.

Target Slot

scroll-pane.

Generic Reader: scroll-position-of (object)
Package

projectured.

Methods
Reader Method: scroll-position-of ((widget/scroll-pane widget/scroll-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

scroll-position.

Generic Writer: (setf scroll-position-of) (object)
Package

projectured.

Methods
Writer Method: (setf scroll-position-of) ((widget/scroll-pane widget/scroll-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

scroll-position.

Generic Reader: sdl-windows-of (object)
Package

projectured.sdl.

Methods
Reader Method: sdl-windows-of ((backend/sdl backend/sdl))

automatically generated reader method

Source

backend.lisp.

Target Slot

sdl-windows.

Generic Writer: (setf sdl-windows-of) (object)
Package

projectured.sdl.

Methods
Writer Method: (setf sdl-windows-of) ((backend/sdl backend/sdl))

automatically generated writer method

Source

backend.lisp.

Target Slot

sdl-windows.

Generic Reader: search-of (object)
Package

projectured.

Methods
Reader Method: search-of ((searching/search searching/search))

automatically generated reader method

Source

searching.lisp.

Target Slot

search.

Generic Writer: (setf search-of) (object)
Package

projectured.

Methods
Writer Method: (setf search-of) ((searching/search searching/search))

automatically generated writer method

Source

searching.lisp.

Target Slot

search.

Generic Reader: searcher-of (object)
Package

projectured.

Methods
Reader Method: searcher-of ((object-searching object-searching))

automatically generated reader method

Source

object-searching.lisp.

Target Slot

searcher.

Generic Writer: (setf searcher-of) (object)
Package

projectured.

Methods
Writer Method: (setf searcher-of) ((object-searching object-searching))

automatically generated writer method

Source

object-searching.lisp.

Target Slot

searcher.

Generic Reader: selected-index-of (object)
Package

projectured.

Methods
Reader Method: selected-index-of ((operation/widget/tabbed-pane/select-page operation/widget/tabbed-pane/select-page))

automatically generated reader method

Source

widget.lisp.

Target Slot

selected-index.

Reader Method: selected-index-of ((widget/tabbed-pane widget/tabbed-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

selected-index.

Generic Writer: (setf selected-index-of) (object)
Package

projectured.

Methods
Writer Method: (setf selected-index-of) ((operation/widget/tabbed-pane/select-page operation/widget/tabbed-pane/select-page))

automatically generated writer method

Source

widget.lisp.

Target Slot

selected-index.

Writer Method: (setf selected-index-of) ((widget/tabbed-pane widget/tabbed-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

selected-index.

Generic Reader: selection-1-of (object)
Package

projectured.

Methods
Reader Method: selection-1-of ((operation/sequence/swap-ranges operation/sequence/swap-ranges))

automatically generated reader method

Source

sequence.lisp.

Target Slot

selection-1.

Generic Writer: (setf selection-1-of) (object)
Package

projectured.

Methods
Writer Method: (setf selection-1-of) ((operation/sequence/swap-ranges operation/sequence/swap-ranges))

automatically generated writer method

Source

sequence.lisp.

Target Slot

selection-1.

Generic Reader: selection-2-of (object)
Package

projectured.

Methods
Reader Method: selection-2-of ((operation/sequence/swap-ranges operation/sequence/swap-ranges))

automatically generated reader method

Source

sequence.lisp.

Target Slot

selection-2.

Generic Writer: (setf selection-2-of) (object)
Package

projectured.

Methods
Writer Method: (setf selection-2-of) ((operation/sequence/swap-ranges operation/sequence/swap-ranges))

automatically generated writer method

Source

sequence.lisp.

Target Slot

selection-2.

Generic Reader: selection-of (object)
Package

projectured.

Methods
Reader Method: selection-of ((alternative alternative))

automatically generated reader method

Source

alternative.lisp.

Target Slot

selection.

Reader Method: selection-of ((operation/tree/toggle-collapsed operation/tree/toggle-collapsed))

automatically generated reader method

Source

tree.lisp.

Target Slot

selection.

Reader Method: selection-of ((operation/text/replace-range operation/text/replace-range))

automatically generated reader method

Source

text.lisp.

Target Slot

selection.

Reader Method: selection-of ((operation/replace-target operation/replace-target))

automatically generated reader method

Source

t.lisp.

Target Slot

selection.

Reader Method: selection-of ((operation/replace-selection operation/replace-selection))

automatically generated reader method

Source

t.lisp.

Target Slot

selection.

Reader Method: selection-of ((operation/show-annotation operation/show-annotation))

automatically generated reader method

Source

t.lisp.

Target Slot

selection.

Reader Method: selection-of ((operation/describe operation/describe))

automatically generated reader method

Source

t.lisp.

Target Slot

selection.

Reader Method: selection-of ((operation/string/replace-range operation/string/replace-range))

automatically generated reader method

Source

string.lisp.

Target Slot

selection.

Reader Method: selection-of ((operation/number/replace-range operation/number/replace-range))

automatically generated reader method

Source

number.lisp.

Target Slot

selection.

Reader Method: selection-of ((operation/sequence/replace-range operation/sequence/replace-range))

automatically generated reader method

Source

sequence.lisp.

Target Slot

selection.

Reader Method: selection-of ((document document))

automatically generated reader method

Source

document.lisp.

Target Slot

selection.

Generic Writer: (setf selection-of) (object)
Package

projectured.

Methods
Writer Method: (setf selection-of) ((alternative alternative))

automatically generated writer method

Source

alternative.lisp.

Target Slot

selection.

Writer Method: (setf selection-of) ((operation/tree/toggle-collapsed operation/tree/toggle-collapsed))

automatically generated writer method

Source

tree.lisp.

Target Slot

selection.

Writer Method: (setf selection-of) ((operation/text/replace-range operation/text/replace-range))

automatically generated writer method

Source

text.lisp.

Target Slot

selection.

Writer Method: (setf selection-of) ((operation/replace-target operation/replace-target))

automatically generated writer method

Source

t.lisp.

Target Slot

selection.

Writer Method: (setf selection-of) ((operation/replace-selection operation/replace-selection))

automatically generated writer method

Source

t.lisp.

Target Slot

selection.

Writer Method: (setf selection-of) ((operation/show-annotation operation/show-annotation))

automatically generated writer method

Source

t.lisp.

Target Slot

selection.

Writer Method: (setf selection-of) ((operation/describe operation/describe))

automatically generated writer method

Source

t.lisp.

Target Slot

selection.

Writer Method: (setf selection-of) ((operation/string/replace-range operation/string/replace-range))

automatically generated writer method

Source

string.lisp.

Target Slot

selection.

Writer Method: (setf selection-of) ((operation/number/replace-range operation/number/replace-range))

automatically generated writer method

Source

number.lisp.

Target Slot

selection.

Writer Method: (setf selection-of) ((operation/sequence/replace-range operation/sequence/replace-range))

automatically generated writer method

Source

sequence.lisp.

Target Slot

selection.

Writer Method: (setf selection-of) ((document document))

automatically generated writer method

Source

document.lisp.

Target Slot

selection.

Generic Reader: selector-element-pairs-of (object)
Package

projectured.

Methods
Reader Method: selector-element-pairs-of ((widget/tabbed-pane widget/tabbed-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

selector-element-pairs.

Generic Writer: (setf selector-element-pairs-of) (object)
Package

projectured.

Methods
Writer Method: (setf selector-element-pairs-of) ((widget/tabbed-pane widget/tabbed-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

selector-element-pairs.

Generic Reader: separator-of (object)
Package

projectured.

Methods
Reader Method: separator-of ((tree/node tree/node))

automatically generated reader method

Source

tree.lisp.

Target Slot

separator.

Generic Writer: (setf separator-of) (object)
Package

projectured.

Methods
Writer Method: (setf separator-of) ((tree/node tree/node))

automatically generated writer method

Source

tree.lisp.

Target Slot

separator.

Generic Reader: size-of (object)
Package

projectured.

Methods
Reader Method: size-of ((widget/scroll-pane widget/scroll-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

size.

Reader Method: size-of ((widget/shell widget/shell))

automatically generated reader method

Source

widget.lisp.

Target Slot

size.

Reader Method: size-of ((widget/tooltip widget/tooltip))

automatically generated reader method

Source

widget.lisp.

Target Slot

size.

Reader Method: size-of ((widget/button widget/button))

automatically generated reader method

Source

widget.lisp.

Target Slot

size.

Reader Method: size-of ((text/spacing text/spacing))

automatically generated reader method

Source

text.lisp.

Target Slot

size.

Reader Method: size-of ((output/window output/window))

automatically generated reader method

Source

output.lisp.

Target Slot

size.

Reader Method: size-of ((graphics/viewport graphics/viewport))

automatically generated reader method

Source

graphics.lisp.

Target Slot

size.

Reader Method: size-of ((graphics/rectangle graphics/rectangle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

size.

Reader Method: size-of ((rectangle rectangle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

size.

Reader Method: size-of ((style/font style/font))

automatically generated reader method

Source

font.lisp.

Target Slot

size.

Generic Writer: (setf size-of) (object)
Package

projectured.

Methods
Writer Method: (setf size-of) ((widget/scroll-pane widget/scroll-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

size.

Writer Method: (setf size-of) ((widget/shell widget/shell))

automatically generated writer method

Source

widget.lisp.

Target Slot

size.

Writer Method: (setf size-of) ((widget/tooltip widget/tooltip))

automatically generated writer method

Source

widget.lisp.

Target Slot

size.

Writer Method: (setf size-of) ((widget/button widget/button))

automatically generated writer method

Source

widget.lisp.

Target Slot

size.

Writer Method: (setf size-of) ((text/spacing text/spacing))

automatically generated writer method

Source

text.lisp.

Target Slot

size.

Writer Method: (setf size-of) ((output/window output/window))

automatically generated writer method

Source

output.lisp.

Target Slot

size.

Writer Method: (setf size-of) ((graphics/viewport graphics/viewport))

automatically generated writer method

Source

graphics.lisp.

Target Slot

size.

Writer Method: (setf size-of) ((graphics/rectangle graphics/rectangle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

size.

Writer Method: (setf size-of) ((rectangle rectangle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

size.

Writer Method: (setf size-of) ((style/font style/font))

automatically generated writer method

Source

font.lisp.

Target Slot

size.

Generic Reader: sizes-of (object)
Package

projectured.

Methods
Reader Method: sizes-of ((widget/split-pane widget/split-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

sizes.

Generic Writer: (setf sizes-of) (object)
Package

projectured.

Methods
Writer Method: (setf sizes-of) ((widget/split-pane widget/split-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

sizes.

Generic Reader: slice-of (object)
Package

projectured.

Methods
Reader Method: slice-of ((document/clipboard document/clipboard))

automatically generated reader method

Source

document.lisp.

Target Slot

slice.

Generic Writer: (setf slice-of) (object)
Package

projectured.

Methods
Writer Method: (setf slice-of) ((document/clipboard document/clipboard))

automatically generated writer method

Source

document.lisp.

Target Slot

slice.

Generic Reader: slot-provider-of (object)
Package

projectured.

Methods
Reader Method: slot-provider-of ((t/object->tree/node t/object->tree/node))

automatically generated reader method

Source

t-to-tree.lisp.

Target Slot

slot-provider.

Generic Writer: (setf slot-provider-of) (object)
Package

projectured.

Methods
Writer Method: (setf slot-provider-of) ((t/object->tree/node t/object->tree/node))

automatically generated writer method

Source

t-to-tree.lisp.

Target Slot

slot-provider.

Generic Reader: slot-value-iomaps-of (object)
Package

projectured.

Methods
Reader Method: slot-value-iomaps-of ((iomap/copying iomap/copying))

automatically generated reader method

Source

copying.lisp.

Target Slot

slot-value-iomaps.

Generic Writer: (setf slot-value-iomaps-of) (object)
Package

projectured.

Methods
Writer Method: (setf slot-value-iomaps-of) ((iomap/copying iomap/copying))

automatically generated writer method

Source

copying.lisp.

Target Slot

slot-value-iomaps.

Generic Reader: stroke-color-of (object)
Package

projectured.

Methods
Reader Method: stroke-color-of ((graphics/ellipse graphics/ellipse))

automatically generated reader method

Source

graphics.lisp.

Target Slot

stroke-color.

Reader Method: stroke-color-of ((graphics/circle graphics/circle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

stroke-color.

Reader Method: stroke-color-of ((graphics/bezier graphics/bezier))

automatically generated reader method

Source

graphics.lisp.

Target Slot

stroke-color.

Reader Method: stroke-color-of ((graphics/polygon graphics/polygon))

automatically generated reader method

Source

graphics.lisp.

Target Slot

stroke-color.

Reader Method: stroke-color-of ((graphics/rectangle graphics/rectangle))

automatically generated reader method

Source

graphics.lisp.

Target Slot

stroke-color.

Reader Method: stroke-color-of ((graphics/line graphics/line))

automatically generated reader method

Source

graphics.lisp.

Target Slot

stroke-color.

Reader Method: stroke-color-of ((graphics/point graphics/point))

automatically generated reader method

Source

graphics.lisp.

Target Slot

stroke-color.

Generic Writer: (setf stroke-color-of) (object)
Package

projectured.

Methods
Writer Method: (setf stroke-color-of) ((graphics/ellipse graphics/ellipse))

automatically generated writer method

Source

graphics.lisp.

Target Slot

stroke-color.

Writer Method: (setf stroke-color-of) ((graphics/circle graphics/circle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

stroke-color.

Writer Method: (setf stroke-color-of) ((graphics/bezier graphics/bezier))

automatically generated writer method

Source

graphics.lisp.

Target Slot

stroke-color.

Writer Method: (setf stroke-color-of) ((graphics/polygon graphics/polygon))

automatically generated writer method

Source

graphics.lisp.

Target Slot

stroke-color.

Writer Method: (setf stroke-color-of) ((graphics/rectangle graphics/rectangle))

automatically generated writer method

Source

graphics.lisp.

Target Slot

stroke-color.

Writer Method: (setf stroke-color-of) ((graphics/line graphics/line))

automatically generated writer method

Source

graphics.lisp.

Target Slot

stroke-color.

Writer Method: (setf stroke-color-of) ((graphics/point graphics/point))

automatically generated writer method

Source

graphics.lisp.

Target Slot

stroke-color.

Generic Reader: suffix-of (object)
Package

projectured.

Methods
Reader Method: suffix-of ((document/insertion document/insertion))

automatically generated reader method

Source

document.lisp.

Target Slot

suffix.

Generic Writer: (setf suffix-of) (object)
Package

projectured.

Methods
Writer Method: (setf suffix-of) ((document/insertion document/insertion))

automatically generated writer method

Source

document.lisp.

Target Slot

suffix.

Generic Reader: tabbed-pane-of (object)
Package

projectured.

Methods
Reader Method: tabbed-pane-of ((operation/widget/tabbed-pane/select-page operation/widget/tabbed-pane/select-page))

automatically generated reader method

Source

widget.lisp.

Target Slot

tabbed-pane.

Generic Writer: (setf tabbed-pane-of) (object)
Package

projectured.

Methods
Writer Method: (setf tabbed-pane-of) ((operation/widget/tabbed-pane/select-page operation/widget/tabbed-pane/select-page))

automatically generated writer method

Source

widget.lisp.

Target Slot

tabbed-pane.

Generic Reader: test-of (object)
Package

projectured.

Methods
Reader Method: test-of ((iterating iterating))

automatically generated reader method

Source

iterating.lisp.

Target Slot

test.

Generic Writer: (setf test-of) (object)
Package

projectured.

Methods
Writer Method: (setf test-of) ((iterating iterating))

automatically generated writer method

Source

iterating.lisp.

Target Slot

test.

Generic Reader: text-of (object)
Package

projectured.

Methods
Reader Method: text-of ((graphics/text graphics/text))

automatically generated reader method

Source

graphics.lisp.

Target Slot

text.

Generic Writer: (setf text-of) (object)
Package

projectured.

Methods
Writer Method: (setf text-of) ((graphics/text graphics/text))

automatically generated writer method

Source

graphics.lisp.

Target Slot

text.

Generic Reader: then-of (object)
Package

projectured.

Methods
Reader Method: then-of ((common-lisp/if common-lisp/if))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

then.

Generic Writer: (setf then-of) (object)
Package

projectured.

Methods
Writer Method: (setf then-of) ((common-lisp/if common-lisp/if))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

then.

Generic Reader: thunk-of (object)
Package

projectured.

Methods
Reader Method: thunk-of ((operation/functional operation/functional))

automatically generated reader method

Source

operation.lisp.

Target Slot

thunk.

Generic Writer: (setf thunk-of) (object)
Package

projectured.

Methods
Writer Method: (setf thunk-of) ((operation/functional operation/functional))

automatically generated writer method

Source

operation.lisp.

Target Slot

thunk.

Generic Reader: timestamp-of (object)
Package

projectured.

Methods
Reader Method: timestamp-of ((event event))

automatically generated reader method

Source

event.lisp.

Target Slot

timestamp.

Generic Writer: (setf timestamp-of) (object)
Package

projectured.

Methods
Writer Method: (setf timestamp-of) ((event event))

automatically generated writer method

Source

event.lisp.

Target Slot

timestamp.

Generic Reader: title-fill-color-of (object)
Package

projectured.

Methods
Reader Method: title-fill-color-of ((widget/title-pane widget/title-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

title-fill-color.

Generic Writer: (setf title-fill-color-of) (object)
Package

projectured.

Methods
Writer Method: (setf title-fill-color-of) ((widget/title-pane widget/title-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

title-fill-color.

Generic Reader: title-of (object)
Package

projectured.

Methods
Reader Method: title-of ((widget/title-pane widget/title-pane))

automatically generated reader method

Source

widget.lisp.

Target Slot

title.

Reader Method: title-of ((output/window output/window))

automatically generated reader method

Source

output.lisp.

Target Slot

title.

Reader Method: title-of ((book/picture book/picture))

automatically generated reader method

Source

book.lisp.

Target Slot

title.

Reader Method: title-of ((book/chapter book/chapter))

automatically generated reader method

Source

book.lisp.

Target Slot

title.

Reader Method: title-of ((book/book book/book))

automatically generated reader method

Source

book.lisp.

Target Slot

title.

Generic Writer: (setf title-of) (object)
Package

projectured.

Methods
Writer Method: (setf title-of) ((widget/title-pane widget/title-pane))

automatically generated writer method

Source

widget.lisp.

Target Slot

title.

Writer Method: (setf title-of) ((output/window output/window))

automatically generated writer method

Source

output.lisp.

Target Slot

title.

Writer Method: (setf title-of) ((book/picture book/picture))

automatically generated writer method

Source

book.lisp.

Target Slot

title.

Writer Method: (setf title-of) ((book/chapter book/chapter))

automatically generated writer method

Source

book.lisp.

Target Slot

title.

Writer Method: (setf title-of) ((book/book book/book))

automatically generated writer method

Source

book.lisp.

Target Slot

title.

Generic Reader: tooltip-of (object)
Package

projectured.

Methods
Reader Method: tooltip-of ((widget/shell widget/shell))

automatically generated reader method

Source

widget.lisp.

Target Slot

tooltip.

Generic Writer: (setf tooltip-of) (object)
Package

projectured.

Methods
Writer Method: (setf tooltip-of) ((widget/shell widget/shell))

automatically generated writer method

Source

widget.lisp.

Target Slot

tooltip.

Generic Reader: top-of (object)
Package

projectured.

Methods
Reader Method: top-of ((inset inset))

automatically generated reader method

Source

widget.lisp.

Target Slot

top.

Generic Writer: (setf top-of) (object)
Package

projectured.

Methods
Writer Method: (setf top-of) ((inset inset))

automatically generated writer method

Source

widget.lisp.

Target Slot

top.

Generic Reader: toplevel-of (object)
Package

projectured.

Methods
Reader Method: toplevel-of ((evaluator/completion evaluator/completion))

automatically generated reader method

Source

evaluator.lisp.

Target Slot

toplevel.

Generic Writer: (setf toplevel-of) (object)
Package

projectured.

Methods
Writer Method: (setf toplevel-of) ((evaluator/completion evaluator/completion))

automatically generated writer method

Source

evaluator.lisp.

Target Slot

toplevel.

Generic Reader: true-value-of (object)
Package

projectured.

Methods
Reader Method: true-value-of ((json/boolean json/boolean))

automatically generated reader method

Source

json.lisp.

Target Slot

true-value.

Generic Writer: (setf true-value-of) (object)
Package

projectured.

Methods
Writer Method: (setf true-value-of) ((json/boolean json/boolean))

automatically generated writer method

Source

json.lisp.

Target Slot

true-value.

Generic Reader: type-projection-pairs-of (object)
Package

projectured.

Methods
Reader Method: type-projection-pairs-of ((type-dispatching type-dispatching))

automatically generated reader method

Source

type-dispatching.lisp.

Target Slot

type-projection-pairs.

Generic Writer: (setf type-projection-pairs-of) (object)
Package

projectured.

Methods
Writer Method: (setf type-projection-pairs-of) ((type-dispatching type-dispatching))

automatically generated writer method

Source

type-dispatching.lisp.

Target Slot

type-projection-pairs.

Generic Reader: unit-of (object)
Package

projectured.

Methods
Reader Method: unit-of ((text/spacing text/spacing))

automatically generated reader method

Source

text.lisp.

Target Slot

unit.

Generic Writer: (setf unit-of) (object)
Package

projectured.

Methods
Writer Method: (setf unit-of) ((text/spacing text/spacing))

automatically generated writer method

Source

text.lisp.

Target Slot

unit.

Generic Reader: validation-count-of (object)
Package

projectured.

Methods
Reader Method: validation-count-of ((profile-context profile-context))

automatically generated reader method

Source

computed.lisp.

Target Slot

validation-count.

Generic Writer: (setf validation-count-of) (object)
Package

projectured.

Methods
Writer Method: (setf validation-count-of) ((profile-context profile-context))

automatically generated writer method

Source

computed.lisp.

Target Slot

validation-count.

Generic Reader: value-of (object)
Package

projectured.

Methods
Reader Method: value-of ((xml/attribute xml/attribute))

automatically generated reader method

Source

xml.lisp.

Target Slot

value.

Reader Method: value-of ((xml/text xml/text))

automatically generated reader method

Source

xml.lisp.

Target Slot

value.

Reader Method: value-of ((xml/insertion xml/insertion))

automatically generated reader method

Source

xml.lisp.

Target Slot

value.

Reader Method: value-of ((document/string document/string))

automatically generated reader method

Source

string.lisp.

Target Slot

value.

Reader Method: value-of ((document/number document/number))

automatically generated reader method

Source

number.lisp.

Target Slot

value.

Reader Method: value-of ((json/object-entry json/object-entry))

automatically generated reader method

Source

json.lisp.

Target Slot

value.

Reader Method: value-of ((json/string json/string))

automatically generated reader method

Source

json.lisp.

Target Slot

value.

Reader Method: value-of ((json/number json/number))

automatically generated reader method

Source

json.lisp.

Target Slot

value.

Reader Method: value-of ((json/null json/null))

automatically generated reader method

Source

json.lisp.

Target Slot

value.

Reader Method: value-of ((json/insertion json/insertion))

automatically generated reader method

Source

json.lisp.

Target Slot

value.

Reader Method: value-of ((document/insertion document/insertion))

automatically generated reader method

Source

document.lisp.

Target Slot

value.

Reader Method: value-of ((document/nothing document/nothing))

automatically generated reader method

Source

document.lisp.

Target Slot

value.

Reader Method: value-of ((common-lisp/special-variable-definition common-lisp/special-variable-definition))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

value.

Reader Method: value-of ((common-lisp/lexical-variable-binding common-lisp/lexical-variable-binding))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

value.

Reader Method: value-of ((common-lisp/the common-lisp/the))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

value.

Reader Method: value-of ((common-lisp/constant common-lisp/constant))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

value.

Reader Method: value-of ((common-lisp/insertion common-lisp/insertion))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

value.

Reader Method: value-of ((lisp-form/object lisp-form/object))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

value.

Reader Method: value-of ((lisp-form/quote lisp-form/quote))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

value.

Reader Method: value-of ((lisp-form/string lisp-form/string))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

value.

Reader Method: value-of ((lisp-form/number lisp-form/number))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

value.

Reader Method: value-of ((lisp-form/insertion lisp-form/insertion))

automatically generated reader method

Source

lisp-form.lisp.

Target Slot

value.

Reader Method: value-of ((computed-ll computed-ll))

automatically generated reader method

Source

computed.lisp.

Target Slot

value.

Generic Writer: (setf value-of) (object)
Package

projectured.

Methods
Writer Method: (setf value-of) ((xml/attribute xml/attribute))

automatically generated writer method

Source

xml.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((xml/text xml/text))

automatically generated writer method

Source

xml.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((xml/insertion xml/insertion))

automatically generated writer method

Source

xml.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((document/string document/string))

automatically generated writer method

Source

string.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((document/number document/number))

automatically generated writer method

Source

number.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((json/object-entry json/object-entry))

automatically generated writer method

Source

json.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((json/string json/string))

automatically generated writer method

Source

json.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((json/number json/number))

automatically generated writer method

Source

json.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((json/null json/null))

automatically generated writer method

Source

json.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((json/insertion json/insertion))

automatically generated writer method

Source

json.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((document/insertion document/insertion))

automatically generated writer method

Source

document.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((document/nothing document/nothing))

automatically generated writer method

Source

document.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((common-lisp/special-variable-definition common-lisp/special-variable-definition))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((common-lisp/lexical-variable-binding common-lisp/lexical-variable-binding))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((common-lisp/the common-lisp/the))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((common-lisp/constant common-lisp/constant))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((common-lisp/insertion common-lisp/insertion))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((lisp-form/object lisp-form/object))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((lisp-form/quote lisp-form/quote))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((lisp-form/string lisp-form/string))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((lisp-form/number lisp-form/number))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((lisp-form/insertion lisp-form/insertion))

automatically generated writer method

Source

lisp-form.lisp.

Target Slot

value.

Writer Method: (setf value-of) ((computed-ll computed-ll))

automatically generated writer method

Source

computed.lisp.

Target Slot

value.

Generic Reader: value-p (object)
Package

projectured.

Methods
Reader Method: value-p ((json/boolean json/boolean))

automatically generated reader method

Source

json.lisp.

Target Slot

value.

Generic Writer: (setf value-p) (object)
Package

projectured.

Methods
Writer Method: (setf value-p) ((json/boolean json/boolean))

automatically generated writer method

Source

json.lisp.

Target Slot

value.

Generic Reader: variable-of (object)
Package

projectured.

Methods
Reader Method: variable-of ((common-lisp/variable-reference common-lisp/variable-reference))

automatically generated reader method

Source

common-lisp.lisp.

Target Slot

variable.

Generic Writer: (setf variable-of) (object)
Package

projectured.

Methods
Writer Method: (setf variable-of) ((common-lisp/variable-reference common-lisp/variable-reference))

automatically generated writer method

Source

common-lisp.lisp.

Target Slot

variable.

Generic Reader: version-of (object)
Package

projectured.

Methods
Reader Method: version-of ((versioning/object-version versioning/object-version))

automatically generated reader method

Source

versioning.lisp.

Target Slot

version.

Generic Writer: (setf version-of) (object)
Package

projectured.

Methods
Writer Method: (setf version-of) ((versioning/object-version versioning/object-version))

automatically generated writer method

Source

versioning.lisp.

Target Slot

version.

Generic Reader: visible-p (object)
Package

projectured.

Methods
Reader Method: visible-p ((widget/base widget/base))

automatically generated reader method

Source

widget.lisp.

Target Slot

visible.

Generic Writer: (setf visible-p) (object)
Package

projectured.

Methods
Writer Method: (setf visible-p) ((widget/base widget/base))

automatically generated writer method

Source

widget.lisp.

Target Slot

visible.

Generic Reader: widget-of (object)
Package

projectured.

Methods
Reader Method: widget-of ((operation/widget/show operation/widget/show))

automatically generated reader method

Source

widget.lisp.

Target Slot

widget.

Reader Method: widget-of ((operation/widget/hide operation/widget/hide))

automatically generated reader method

Source

widget.lisp.

Target Slot

widget.

Generic Writer: (setf widget-of) (object)
Package

projectured.

Methods
Writer Method: (setf widget-of) ((operation/widget/show operation/widget/show))

automatically generated writer method

Source

widget.lisp.

Target Slot

widget.

Writer Method: (setf widget-of) ((operation/widget/hide operation/widget/hide))

automatically generated writer method

Source

widget.lisp.

Target Slot

widget.

Generic Reader: width-of (object)
Package

projectured.

Methods
Reader Method: width-of ((device/display device/display))

automatically generated reader method

Source

device.lisp.

Target Slot

width.

Generic Writer: (setf width-of) (object)
Package

projectured.

Methods
Writer Method: (setf width-of) ((device/display device/display))

automatically generated writer method

Source

device.lisp.

Target Slot

width.

Generic Reader: windows-of (object)
Package

projectured.

Methods
Reader Method: windows-of ((output/display output/display))

automatically generated reader method

Source

output.lisp.

Target Slot

windows.

Generic Writer: (setf windows-of) (object)
Package

projectured.

Methods
Writer Method: (setf windows-of) ((output/display output/display))

automatically generated writer method

Source

output.lisp.

Target Slot

windows.

Generic Reader: wrap-width-of (object)
Package

projectured.

Methods
Reader Method: wrap-width-of ((word-wrapping word-wrapping))

automatically generated reader method

Source

word-wrapping.lisp.

Target Slot

wrap-width.

Generic Writer: (setf wrap-width-of) (object)
Package

projectured.

Methods
Writer Method: (setf wrap-width-of) ((word-wrapping word-wrapping))

automatically generated writer method

Source

word-wrapping.lisp.

Target Slot

wrap-width.


6.2.6 Structures

Structure: computed-state
Package

projectured.

Source

computed.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: depends-on-me
Type

(or null vector)

Readers

cs-depends-on-me.

Writers

(setf cs-depends-on-me).

Slot: compute-as
Type

(or null symbol function)

Readers

cs-compute-as.

Writers

(setf cs-compute-as).

Slot: object
Type

(or null projectured::computed-object)

Readers

cs-object.

Writers

(setf cs-object).

Slot: value
Type

(or (eql projectured::+invalid-value+) t)

Initform

projectured::+invalid-value+

Readers

cs-value.

Writers

(setf cs-value).

Slot: place-descriptor
Type

(or null projectured::computed-effective-slot-definition)

Readers

cs-place-descriptor.

Writers

(setf cs-place-descriptor).

Slot: form
Type

(or atom cons)

Readers

cs-form.

Writers

(setf cs-form).

Slot: debug-invalidation
Type

boolean

Readers

cs-debug-invalidation.

Writers

(setf cs-debug-invalidation).

Structure: recompute-state-contex
Package

projectured.

Source

computed.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: parent-context
Package

hu.dwim.util.

Type

(or null projectured::recompute-state-contex)

Readers

rsc-parent-context.

Writers

(setf rsc-parent-context).

Slot: computed-state
Type

projectured::computed-state

Readers

rsc-computed-state.

Writers

(setf rsc-computed-state).

Structure: text/position
Package

projectured.

Source

text.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: element
Type

(or null alexandria:non-negative-integer projectured::computed-ll)

Readers

text/position-element.

Writers

(setf text/position-element).

Slot: index
Type

(or null alexandria:non-negative-integer)

Readers

text/position-index.

Writers

(setf text/position-index).

Slot: distance
Type

(or null integer)

Readers

text/position-distance.

Writers

(setf text/position-distance).


6.2.7 Classes

Class: alternative
Package

projectured.

Source

alternative.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: alternatives
Type

list

Initargs

:alternatives

Readers

alternatives-of.

Writers

(setf alternatives-of).

Slot: selection
Type

alexandria:non-negative-integer

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Class: backend

A backend describes the input and output operations with the external world.

Package

projectured.

Source

backend.lisp.

Direct subclasses

backend/sdl.

Direct methods
Direct slots
Slot: read-evaluate-print-loop
Type

function

Initargs

:read-evaluate-print-loop

Readers

read-evaluate-print-loop-of.

Writers

(setf read-evaluate-print-loop-of).

Slot: input-from-devices
Type

function

Initargs

:input-from-devices

Readers

input-from-devices-of.

Writers

(setf input-from-devices-of).

Slot: output-to-devices
Type

function

Initargs

:output-to-devices

Readers

output-to-devices-of.

Writers

(setf output-to-devices-of).

Class: backend/sdl
Package

projectured.sdl.

Source

backend.lisp.

Direct superclasses

backend.

Direct methods
Direct slots
Slot: sdl-windows
Type

hash-table

Initform

(make-hash-table)

Initargs

:sdl-windows

Readers

sdl-windows-of.

Writers

(setf sdl-windows-of).

Class: book/base
Package

projectured.

Source

book.lisp.

Direct superclasses

document.

Direct subclasses
Direct methods
Direct slots
Slot: collapsed
Type

boolean

Initargs

:collapsed

Readers

collapsed-p.

Writers

(setf collapsed-p).

Class: book/book
Package

projectured.

Source

book.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: title
Type

string

Initargs

:title

Readers

title-of.

Writers

(setf title-of).

Slot: author
Type

sequence

Initargs

:author

Readers

author-of.

Writers

(setf author-of).

Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: book/book->tree/node
Package

projectured.

Source

book-to-tree.lisp.

Direct superclasses

projection.

Class: book/chapter
Package

projectured.

Source

book.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: title
Type

string

Initargs

:title

Readers

title-of.

Writers

(setf title-of).

Slot: numbering
Type

string

Initargs

:numbering

Readers

numbering-of.

Writers

(setf numbering-of).

Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: book/chapter->tree/node
Package

projectured.

Source

book-to-tree.lisp.

Direct superclasses

projection.

Class: book/list
Package

projectured.

Source

book.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: book/list->tree/node
Package

projectured.

Source

book-to-tree.lisp.

Direct superclasses

projection.

Class: book/paragraph
Package

projectured.

Source

book.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: alignment
Type

(member :left :center :right :justified)

Initargs

:alignment

Readers

alignment-of.

Writers

(setf alignment-of).

Slot: content
Type

projectured::text/text

Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: book/paragraph->tree/leaf
Package

projectured.

Source

book-to-tree.lisp.

Direct superclasses

projection.

Class: book/picture
Package

projectured.

Source

book.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: title
Type

string

Initargs

:title

Readers

title-of.

Writers

(setf title-of).

Slot: alignment
Type

(member :left :center :right :justified)

Initargs

:alignment

Readers

alignment-of.

Writers

(setf alignment-of).

Slot: content
Type

projectured::image/file

Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: book/picture->tree/leaf
Package

projectured.

Source

book-to-tree.lisp.

Direct superclasses

projection.

Class: chapter-numbering
Package

projectured.

Source

chapter-numbering.lisp.

Direct superclasses

projection.

Class: command
Package

projectured.

Source

command.lisp.

Direct methods
Direct slots
Slot: domain
Type

string

Initargs

:domain

Readers

domain-of.

Writers

(setf domain-of).

Slot: icon
Initargs

:icon

Readers

icon-of.

Writers

(setf icon-of).

Slot: description
Type

string

Initargs

:description

Readers

description-of.

Writers

(setf description-of).

Slot: gesture
Type

projectured::gesture

Initargs

:gesture

Readers

gesture-of.

Writers

(setf gesture-of).

Slot: operation
Type

projectured::operation

Initargs

:operation

Readers

operation-of.

Writers

(setf operation-of).

Class: common-lisp/application
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: operator
Type

symbol

Initargs

:operator

Readers

operator-of.

Writers

(setf operator-of).

Slot: arguments
Type

sequence

Initargs

:arguments

Readers

arguments-of.

Writers

(setf arguments-of).

Slot: factory
Type

function

Initargs

:factory

Readers

factory-of.

Writers

(setf factory-of).

Class: common-lisp/application->lisp-form/list
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/auxiliary-function-argument
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Class: common-lisp/base
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses

document.

Direct subclasses
Direct methods
Direct slots
Slot: collapsed
Type

boolean

Initargs

:collapsed

Readers

collapsed-p.

Writers

(setf collapsed-p).

Class: common-lisp/comment
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: content
Type

string

Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: common-lisp/comment->lisp-form/comment
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/constant
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: common-lisp/constant->lisp-form/string
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/function-argument
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct subclasses
Direct methods
Direct slots
Slot: name
Type

symbol

Initargs

:name

Readers

name-of.

Writers

(setf name-of).

Class: common-lisp/function-argument->lisp-form/symbol
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/function-definition
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Type

projectured::lisp-form/symbol

Initargs

:name

Readers

name-of.

Writers

(setf name-of).

Slot: bindings
Type

sequence

Initargs

:bindings

Readers

bindings-of.

Writers

(setf bindings-of).

Slot: allow-other-keys
Type

boolean

Initargs

:allow-other-keys

Readers

allow-other-keys-p.

Writers

(setf allow-other-keys-p).

Slot: documentation
Package

common-lisp.

Type

string

Initargs

:documentation

Readers

documentation-of.

Writers

(setf documentation-of).

Slot: body
Type

sequence

Initargs

:body

Readers

body-of.

Writers

(setf body-of).

Class: common-lisp/function-definition->lisp-form/list
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/function-definition/completion
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses

funcallable-standard-object.

Direct methods
Direct slots
Slot: function-definition
Type

projectured::common-lisp/function-definition

Initargs

:function-definition

Readers

function-definition-of.

Writers

(setf function-definition-of).

Class: common-lisp/function-reference
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: function
Package

common-lisp.

Type

projectured::common-lisp/base

Initargs

:function

Readers

function-of.

Writers

(setf function-of).

Class: common-lisp/function-reference->lisp-form/symbol
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/if
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: condition
Package

common-lisp.

Type

projectured::common-lisp/base

Initargs

:condition

Readers

condition-of.

Writers

(setf condition-of).

Slot: then
Type

projectured::common-lisp/base

Initargs

:then

Readers

then-of.

Writers

(setf then-of).

Slot: else
Package

iterate.

Type

projectured::common-lisp/base

Initargs

:else

Readers

else-of.

Writers

(setf else-of).

Class: common-lisp/if->lisp-form/list
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/insertion
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

string

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Slot: default-value
Type

string

Initargs

:default-value

Readers

default-value-of.

Writers

(setf default-value-of).

Slot: compound
Type

boolean

Initargs

:compound

Readers

compound-p.

Writers

(setf compound-p).

Slot: factory
Type

function

Initargs

:factory

Readers

factory-of.

Writers

(setf factory-of).

Class: common-lisp/insertion->lisp-form/insertion
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/keyword-function-argument
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Class: common-lisp/lambda-function
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: bindings
Type

sequence

Initargs

:bindings

Readers

bindings-of.

Writers

(setf bindings-of).

Slot: allow-other-keys
Type

boolean

Initargs

:allow-other-keys

Readers

allow-other-keys-p.

Writers

(setf allow-other-keys-p).

Slot: body
Type

sequence

Initargs

:body

Readers

body-of.

Writers

(setf body-of).

Class: common-lisp/lambda-function->lisp-form/list
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/let
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: bindings
Type

sequence

Initargs

:bindings

Readers

bindings-of.

Writers

(setf bindings-of).

Slot: body
Type

sequence

Initargs

:body

Readers

body-of.

Writers

(setf body-of).

Class: common-lisp/let->lisp-form/list
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/lexical-variable-binding
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name-of.

Writers

(setf name-of).

Slot: value
Type

projectured::common-lisp/base

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: common-lisp/lexical-variable-binding->lisp-form/list
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/optional-function-argument
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Class: common-lisp/progn
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: body
Type

sequence

Initargs

:body

Readers

body-of.

Writers

(setf body-of).

Class: common-lisp/progn->lisp-form/list
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/required-function-argument
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Class: common-lisp/rest-function-argument
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Class: common-lisp/special-variable-definition
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Type

projectured::lisp-form/symbol

Initargs

:name

Readers

name-of.

Writers

(setf name-of).

Slot: value
Type

projectured::common-lisp/base

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: common-lisp/special-variable-definition->lisp-form/list
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/the
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: declared-type
Initargs

:declared-type

Readers

declared-type-of.

Writers

(setf declared-type-of).

Slot: value
Type

projectured::common-lisp/base

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: common-lisp/the->lisp-form/list
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/toplevel
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: body
Type

sequence

Initargs

:body

Readers

body-of.

Writers

(setf body-of).

Class: common-lisp/toplevel->lisp-form/toplevel
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: common-lisp/variable-reference
Package

projectured.

Source

common-lisp.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: variable
Package

common-lisp.

Type

projectured::common-lisp/base

Initargs

:variable

Readers

variable-of.

Writers

(setf variable-of).

Class: common-lisp/variable-reference->lisp-form/symbol
Package

projectured.

Source

common-lisp-to-lisp-form.lisp.

Direct superclasses

projection.

Class: computed-class
Package

projectured.

Source

computed.lisp.

Direct superclasses

standard-class.

Direct methods
Class: computed-direct-slot-definition
Package

projectured.

Source

computed.lisp.

Direct superclasses
Direct methods

shared-initialize.

Class: computed-effective-slot-definition
Package

projectured.

Source

computed.lisp.

Direct superclasses
Direct methods
Class: computed-ll
Package

projectured.

Source

computed.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Slot: previous-element
Type

projectured::computed-ll

Initargs

:previous-element

Readers

previous-element-of.

Writers

(setf previous-element-of).

Slot: next-element
Type

projectured::computed-ll

Initargs

:next-element

Readers

next-element-of.

Writers

(setf next-element-of).

Class: computed-object
Package

projectured.

Source

computed.lisp.

Direct subclasses
Direct methods
Class: computed-sequence
Package

projectured.

Source

computed.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: computed-slot-definition
Package

projectured.

Source

computed.lisp.

Direct superclasses

standard-slot-definition.

Direct subclasses
Class: copying
Package

projectured.

Source

copying.lisp.

Direct superclasses

projection.

Class: device

Base class for devices.

Package

projectured.

Source

device.lisp.

Direct subclasses
Class: device/display

A display is an output device.

Package

projectured.

Source

device.lisp.

Direct superclasses

device/output.

Direct methods
Direct slots
Slot: width
Type

alexandria:positive-integer

Initargs

:width

Readers

width-of.

Writers

(setf width-of).

Slot: height
Type

alexandria:positive-integer

Initargs

:height

Readers

height-of.

Writers

(setf height-of).

Slot: raw
Initargs

:raw

Readers

raw-of.

Writers

(setf raw-of).

Class: device/file

A file is an output device.

Package

projectured.

Source

device.lisp.

Direct superclasses

device/output.

Direct methods
Direct slots
Slot: filename
Type

pathname

Initargs

:filename

Readers

filename-of.

Writers

(setf filename-of).

Slot: raw
Initargs

:raw

Readers

raw-of.

Writers

(setf raw-of).

Class: device/input

Base class for input devices.

Package

projectured.

Source

device.lisp.

Direct superclasses

device.

Direct subclasses
Class: device/input-output

Base class for input-output devices.

Package

projectured.

Source

device.lisp.

Direct superclasses
Class: device/keyboard

A keyboard is an input device.

Package

projectured.

Source

device.lisp.

Direct superclasses

device/input.

Class: device/mouse

A mouse is an input device.

Package

projectured.

Source

device.lisp.

Direct superclasses

device/input.

Class: device/output

Base class for output devices.

Package

projectured.

Source

device.lisp.

Direct superclasses

device.

Direct subclasses
Class: device/timer

A timer is an input device.

Package

projectured.

Source

device.lisp.

Direct superclasses

device/input.

Class: document
Package

projectured.

Source

document.lisp.

Direct superclasses

computed-object.

Direct subclasses
Direct methods
Direct slots
Slot: selection
Type

projectured::selection

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Slot: annotation
Type

projectured::document

Initargs

:annotation

Readers

annotation-of.

Writers

(setf annotation-of).

Class: document/base
Package

projectured.

Source

document.lisp.

Direct superclasses

document.

Direct subclasses
Class: document/clipboard
Package

projectured.

Source

document.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Slot: slice
Initargs

:slice

Readers

slice-of.

Writers

(setf slice-of).

Class: document/clipboard->t
Package

projectured.

Source

document-to-t.lisp.

Direct superclasses

projection.

Class: document/document
Package

projectured.

Source

document.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: filename
Type

pathname

Initargs

:filename

Readers

filename-of.

Writers

(setf filename-of).

Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: document/document->t
Package

projectured.

Source

document-to-t.lisp.

Direct superclasses

projection.

Class: document/history
Package

projectured.

Source

document.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: operations
Type

sequence

Initargs

:operations

Readers

operations-of.

Writers

(setf operations-of).

Class: document/insertion
Package

projectured.

Source

document.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: prefix
Type

string

Allocation

:class

Initform

"insert a new "

Initargs

:prefix

Readers

prefix-of.

Writers

(setf prefix-of).

Slot: value
Type

string

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Slot: suffix
Type

string

Allocation

:class

Initform

" here"

Initargs

:suffix

Readers

suffix-of.

Writers

(setf suffix-of).

Slot: font
Type

projectured::style/font

Initargs

:font

Readers

font-of.

Writers

(setf font-of).

Class: document/insertion->tree/leaf
Package

projectured.

Source

document-to-tree.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: factory
Type

function

Initargs

:factory

Readers

factory-of.

Writers

(setf factory-of).

Class: document/nothing
Package

projectured.

Source

document.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

string

Allocation

:class

Initform

"empty document"

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: document/nothing->tree/leaf
Package

projectured.

Source

document-to-tree.lisp.

Direct superclasses

projection.

Class: document/number

This class represents a domain independent plain old number which is editable and has selection and identity.

Package

projectured.

Source

number.lisp.

Direct superclasses

document.

Direct methods
Direct slots
Slot: value
Type

(or null number)

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: document/number->number
Package

projectured.

Source

document-to-t.lisp.

Direct superclasses

projection.

Class: document/number->string
Package

projectured.

Source

document-to-t.lisp.

Direct superclasses

projection.

Class: document/reference
Package

projectured.

Source

document.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: path
Type

projectured::reference

Initargs

:path

Readers

path-of.

Writers

(setf path-of).

Class: document/reference->text/text
Package

projectured.

Source

reference-to-text.lisp.

Direct superclasses

projection.

Class: document/reflection
Package

projectured.

Source

document.lisp.

Direct superclasses

document.

Direct methods
Direct slots
Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Slot: last-commands
Type

sequence

Initargs

:last-commands

Readers

last-commands-of.

Writers

(setf last-commands-of).

Class: document/reflection->graphics/canvas
Package

projectured.

Source

document-to-tree.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: display-selection
Type

boolean

Initargs

:display-selection

Readers

display-selection-p.

Writers

(setf display-selection-p).

Slot: display-last-commands
Type

boolean

Initargs

:display-last-commands

Readers

display-last-commands-p.

Writers

(setf display-last-commands-p).

Class: document/sequence

This class represents a domain independent plain old sequence which is editable and has selection and identity.

Package

projectured.

Source

sequence.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Slot: key
Type

function

Initargs

:key

Readers

key-of.

Writers

(setf key-of).

Slot: predicate
Type

function

Initargs

:predicate

Readers

predicate-of.

Writers

(setf predicate-of).

Class: document/string

This class represents a domain independent plain old string which is editable and has selection and identity.

Package

projectured.

Source

string.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

(or null string)

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: document/string->string
Package

projectured.

Source

document-to-t.lisp.

Direct superclasses

projection.

Class: editor
Package

projectured.

Source

editor.lisp.

Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: projection
Type

projectured::projection

Initargs

:projection

Readers

projection-of.

Writers

(setf projection-of).

Slot: backend
Type

projectured::backend

Initargs

:backend

Readers

backend-of.

Writers

(setf backend-of).

Slot: devices
Type

sequence

Initargs

:devices

Readers

devices-of.

Writers

(setf devices-of).

Slot: reader-iomap
Type

projectured::iomap

Initargs

:reader-iomap

Readers

reader-iomap-of.

Writers

(setf reader-iomap-of).

Slot: printer-iomap
Type

projectured::iomap

Initargs

:printer-iomap

Readers

printer-iomap-of.

Writers

(setf printer-iomap-of).

Slot: event-queue
Type

projectured::event-queue

Initargs

:event-queue

Readers

event-queue-of.

Writers

(setf event-queue-of).

Slot: gesture-queue
Type

projectured::gesture-queue

Initargs

:gesture-queue

Readers

gesture-queue-of.

Writers

(setf gesture-queue-of).

Class: evaluator/base
Package

projectured.

Source

evaluator.lisp.

Direct superclasses

document.

Direct subclasses
Class: evaluator/completion
Package

projectured.

Source

evaluator.lisp.

Direct superclasses

funcallable-standard-object.

Direct methods
Direct slots
Slot: toplevel
Type

projectured::evaluator/toplevel

Initargs

:toplevel

Readers

toplevel-of.

Writers

(setf toplevel-of).

Class: evaluator/form
Package

projectured.

Source

evaluator.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: form
Type

projectured::document

Initargs

:form

Readers

form-of.

Writers

(setf form-of).

Slot: result
Type

projectured::document

Initargs

:result

Readers

result-of.

Writers

(setf result-of).

Class: evaluator/form->tree/node
Package

projectured.

Source

evaluator-to-tree.lisp.

Direct superclasses

projection.

Class: evaluator/toplevel
Package

projectured.

Source

evaluator.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: evaluator/toplevel->tree/node
Package

projectured.

Source

evaluator-to-tree.lisp.

Direct superclasses

projection.

Class: event

Base class for events.

Package

projectured.

Source

event.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: timestamp
Type

integer

Initargs

:timestamp

Readers

timestamp-of.

Writers

(setf timestamp-of).

Slot: modifiers
Type

list

Initargs

:modifiers

Readers

modifiers-of.

Writers

(setf modifiers-of).

Slot: mouse-position
Type

projectured::|2d|

Initargs

:mouse-position

Readers

mouse-position-of.

Writers

(setf mouse-position-of).

Class: event-queue

A sequence of hardware events.

Package

projectured.

Source

event.lisp.

Direct methods
Direct slots
Slot: events
Type

sequence

Initargs

:events

Readers

events-of.

Writers

(setf events-of).

Class: event/keyboard

Base class for keyboard events.

Package

projectured.

Source

event.lisp.

Direct superclasses

event.

Direct subclasses
Class: event/keyboard/key-down

A key down event.

Package

projectured.

Source

event.lisp.

Direct superclasses

event/keyboard.

Direct methods
Direct slots
Slot: key
Type

symbol

Initargs

:key

Readers

key-of.

Writers

(setf key-of).

Class: event/keyboard/key-up

A key up event.

Package

projectured.

Source

event.lisp.

Direct superclasses

event/keyboard.

Direct methods
Direct slots
Slot: key
Type

symbol

Initargs

:key

Readers

key-of.

Writers

(setf key-of).

Class: event/keyboard/type-in

A type-in event.

Package

projectured.

Source

event.lisp.

Direct superclasses

event/keyboard.

Direct methods
Direct slots
Slot: character
Package

common-lisp.

Type

character

Initargs

:character

Readers

character-of.

Writers

(setf character-of).

Class: event/mouse

Base class for mouse events.

Package

projectured.

Source

event.lisp.

Direct superclasses

event.

Direct subclasses
Class: event/mouse/button-press

A mouse button press event.

Package

projectured.

Source

event.lisp.

Direct superclasses

event/mouse.

Direct methods
Direct slots
Slot: button
Type

(member :button-left :button-middle :button-right)

Initargs

:button

Readers

button-of.

Writers

(setf button-of).

Class: event/mouse/button-release

A mouse button release event.

Package

projectured.

Source

event.lisp.

Direct superclasses

event/mouse.

Direct methods
Direct slots
Slot: button
Type

(member :button-left :button-middle :button-right)

Initargs

:button

Readers

button-of.

Writers

(setf button-of).

Class: event/mouse/move

A mouse move event.

Package

projectured.

Source

event.lisp.

Direct superclasses

event/mouse.

Class: event/mouse/scroll-wheel

A mouse wheel event.

Package

projectured.

Source

event.lisp.

Direct superclasses

event/mouse.

Direct methods
Direct slots
Slot: scroll
Type

projectured::|2d|

Initargs

:scroll

Readers

scroll-of.

Writers

(setf scroll-of).

Class: event/window

Base class for window events.

Package

projectured.

Source

event.lisp.

Direct superclasses

event.

Direct subclasses

event/window/quit.

Class: event/window/quit
Package

projectured.

Source

event.lisp.

Direct superclasses

event/window.

Class: focusing
Package

projectured.

Source

focusing.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: part-type
Initargs

:part-type

Readers

part-type-of.

Writers

(setf part-type-of).

Slot: part
Type

projectured::reference

Initargs

:part

Readers

part-of.

Writers

(setf part-of).

Slot: part-evaluator
Type

function

Initargs

:part-evaluator

Readers

part-evaluator-of.

Writers

(setf part-evaluator-of).

Class: gesture

Base class for gestures.

Package

projectured.

Source

gesture.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: modifiers
Type

list

Initargs

:modifiers

Readers

modifiers-of.

Writers

(setf modifiers-of).

Slot: mouse-position
Type

projectured::|2d|

Initargs

:mouse-position

Readers

mouse-position-of.

Writers

(setf mouse-position-of).

Class: gesture-queue
Package

projectured.

Source

gesture.lisp.

Direct methods
Direct slots
Slot: gestures
Type

sequence

Initargs

:gestures

Readers

gestures-of.

Writers

(setf gestures-of).

Class: gesture/keyboard

Base class for keyboard gestures.

Package

projectured.

Source

gesture.lisp.

Direct superclasses

gesture.

Direct subclasses
Direct methods

print-object.

Class: gesture/keyboard/key-press
Package

projectured.

Source

gesture.lisp.

Direct superclasses

gesture/keyboard.

Direct methods
Direct slots
Slot: key
Type

symbol

Initargs

:key

Readers

key-of.

Writers

(setf key-of).

Class: gesture/keyboard/type-in
Package

projectured.

Source

gesture.lisp.

Direct superclasses

gesture/keyboard.

Direct methods
Direct slots
Slot: character
Package

common-lisp.

Type

character

Initargs

:character

Readers

character-of.

Writers

(setf character-of).

Class: gesture/mouse

Base class for mouse gestures.

Package

projectured.

Source

gesture.lisp.

Direct superclasses

gesture.

Direct subclasses
Class: gesture/mouse/click
Package

projectured.

Source

gesture.lisp.

Direct superclasses

gesture/mouse.

Direct methods
Direct slots
Slot: button
Type

(member :button-left :button-middle :button-right)

Initargs

:button

Readers

button-of.

Writers

(setf button-of).

Class: gesture/mouse/hover
Package

projectured.

Source

gesture.lisp.

Direct superclasses

gesture/mouse.

Class: gesture/mouse/move
Package

projectured.

Source

gesture.lisp.

Direct superclasses

gesture/mouse.

Class: gesture/mouse/scroll
Package

projectured.

Source

gesture.lisp.

Direct superclasses

gesture/mouse.

Direct methods
Direct slots
Slot: scroll
Type

projectured::|2d|

Initargs

:scroll

Readers

scroll-of.

Writers

(setf scroll-of).

Class: gesture/window

Base class for window gestures.

Package

projectured.

Source

gesture.lisp.

Direct superclasses

gesture.

Direct subclasses

gesture/window/quit.

Class: gesture/window/quit
Package

projectured.

Source

gesture.lisp.

Direct superclasses

gesture/window.

Class: graphics/base

Base class for graphics elements.

Package

projectured.

Source

graphics.lisp.

Direct superclasses

document.

Direct subclasses
Direct methods
Direct slots
Slot: bounds
Type

projectured::rectangle

Initform

(projectured::as (projectured::make-bounding-rectangle hu.dwim.def:-self-))

Initargs

:bounds

Readers

bounds-of.

Writers

(setf bounds-of).

Class: graphics/bezier
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: points
Type

sequence

Initargs

:points

Readers

points-of.

Writers

(setf points-of).

Slot: stroke-color
Type

projectured::style/color

Initargs

:stroke-color

Readers

stroke-color-of.

Writers

(setf stroke-color-of).

Class: graphics/canvas
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: orientation
Type

(member nil :horizontal :vertical)

Initargs

:orientation

Readers

orientation-of.

Writers

(setf orientation-of).

Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: graphics/circle
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: radius
Type

number

Initargs

:radius

Readers

radius-of.

Writers

(setf radius-of).

Slot: stroke-color
Type

projectured::style/color

Initargs

:stroke-color

Readers

stroke-color-of.

Writers

(setf stroke-color-of).

Slot: fill-color
Type

projectured::style/color

Initargs

:fill-color

Readers

fill-color-of.

Writers

(setf fill-color-of).

Class: graphics/ellipse
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: radius
Type

projectured::|2d|

Initargs

:radius

Readers

radius-of.

Writers

(setf radius-of).

Slot: stroke-color
Type

projectured::style/color

Initargs

:stroke-color

Readers

stroke-color-of.

Writers

(setf stroke-color-of).

Slot: fill-color
Type

projectured::style/color

Initargs

:fill-color

Readers

fill-color-of.

Writers

(setf fill-color-of).

Class: graphics/image
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: image
Type

projectured::image/file

Initargs

:image

Readers

image-of.

Writers

(setf image-of).

Class: graphics/line
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: begin
Type

projectured::|2d|

Initargs

:begin

Readers

begin-of.

Writers

(setf begin-of).

Slot: end
Type

projectured::|2d|

Initargs

:end

Readers

end-of.

Writers

(setf end-of).

Slot: stroke-color
Type

projectured::style/color

Initargs

:stroke-color

Readers

stroke-color-of.

Writers

(setf stroke-color-of).

Class: graphics/point
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: stroke-color
Type

projectured::style/color

Initargs

:stroke-color

Readers

stroke-color-of.

Writers

(setf stroke-color-of).

Class: graphics/polygon
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: points
Type

sequence

Initargs

:points

Readers

points-of.

Writers

(setf points-of).

Slot: stroke-color
Type

projectured::style/color

Initargs

:stroke-color

Readers

stroke-color-of.

Writers

(setf stroke-color-of).

Slot: fill-color
Type

projectured::style/color

Initargs

:fill-color

Readers

fill-color-of.

Writers

(setf fill-color-of).

Class: graphics/rectangle
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct subclasses

graphics/rounded-rectangle.

Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: size
Type

projectured::|2d|

Initargs

:size

Readers

size-of.

Writers

(setf size-of).

Slot: stroke-color
Type

projectured::style/color

Initargs

:stroke-color

Readers

stroke-color-of.

Writers

(setf stroke-color-of).

Slot: fill-color
Type

projectured::style/color

Initargs

:fill-color

Readers

fill-color-of.

Writers

(setf fill-color-of).

Class: graphics/rounded-rectangle
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: radius
Type

number

Initargs

:radius

Readers

radius-of.

Writers

(setf radius-of).

Slot: corners
Type

list

Initargs

:corners

Readers

corners-of.

Writers

(setf corners-of).

Class: graphics/text
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: text
Type

string

Initargs

:text

Readers

text-of.

Writers

(setf text-of).

Slot: font
Initargs

:font

Readers

font-of.

Writers

(setf font-of).

Slot: font-color
Type

projectured::style/color

Initargs

:font-color

Readers

font-color-of.

Writers

(setf font-color-of).

Slot: fill-color
Type

projectured::style/color

Initargs

:fill-color

Readers

fill-color-of.

Writers

(setf fill-color-of).

Class: graphics/viewport
Package

projectured.

Source

graphics.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: size
Type

projectured::|2d|

Initargs

:size

Readers

size-of.

Writers

(setf size-of).

Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: help/base
Package

projectured.

Source

help.lisp.

Direct superclasses

document.

Direct subclasses

help/context-sensitive.

Class: help/context-sensitive
Package

projectured.

Source

help.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: available-commands
Type

sequence

Initargs

:available-commands

Readers

available-commands-of.

Writers

(setf available-commands-of).

Class: help/context-sensitive->text/text
Package

projectured.

Source

help-to-text.lisp.

Direct superclasses

projection.

Class: identity-dispatching
Package

projectured.

Source

identity-dispatching.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: default-projection
Type

projectured::projection

Initargs

:default-projection

Readers

default-projection-of.

Writers

(setf default-projection-of).

Slot: identity-projection-map
Type

hash-table

Initargs

:identity-projection-map

Readers

identity-projection-map-of.

Writers

(setf identity-projection-map-of).

Class: image/base
Package

projectured.

Source

image.lisp.

Direct superclasses

document.

Direct subclasses
Class: image/file
Package

projectured.

Source

image.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: filename
Type

pathname

Initargs

:filename

Readers

filename-of.

Writers

(setf filename-of).

Slot: raw
Initargs

:raw

Readers

raw-of.

Writers

(setf raw-of).

Class: image/memory
Package

projectured.

Source

image.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: raw
Initargs

:raw

Readers

raw-of.

Writers

(setf raw-of).

Class: inset
Package

projectured.

Source

widget.lisp.

Direct superclasses

document.

Direct methods
Direct slots
Slot: top
Type

number

Initargs

:top

Readers

top-of.

Writers

(setf top-of).

Slot: bottom
Type

number

Initargs

:bottom

Readers

bottom-of.

Writers

(setf bottom-of).

Slot: left
Type

number

Initargs

:left

Readers

left-of.

Writers

(setf left-of).

Slot: right
Type

number

Initargs

:right

Readers

right-of.

Writers

(setf right-of).

Class: invariably
Package

projectured.

Source

invariably.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: output
Initargs

:output

Readers

output-of.

Writers

(setf output-of).

Class: iomap

An IOMAP provides a bidirectional mapping between INPUT and OUTPUT.

Package

projectured.

Source

iomap.lisp.

Direct superclasses

computed-object.

Direct subclasses
Direct methods
Direct slots
Slot: projection
Type

projectured::projection

Initargs

:projection

Readers

projection-of.

Writers

(setf projection-of).

Slot: recursion
Type

projectured::projection

Initargs

:recursion

Readers

recursion-of.

Writers

(setf recursion-of).

Slot: input
Initargs

:input

Readers

input-of.

Writers

(setf input-of).

Slot: input-reference
Type

projectured::reference

Initargs

:input-reference

Readers

input-reference-of.

Writers

(setf input-reference-of).

Slot: output
Initargs

:output

Readers

output-of.

Writers

(setf output-of).

Class: iomap/book/book->tree/node
Package

projectured.

Source

book-to-tree.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: element-iomaps
Type

sequence

Initargs

:element-iomaps

Readers

element-iomaps-of.

Writers

(setf element-iomaps-of).

Class: iomap/book/chapter->tree/node
Package

projectured.

Source

book-to-tree.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: element-iomaps
Type

sequence

Initargs

:element-iomaps

Readers

element-iomaps-of.

Writers

(setf element-iomaps-of).

Class: iomap/book/list->tree/node
Package

projectured.

Source

book-to-tree.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: element-iomaps
Type

sequence

Initargs

:element-iomaps

Readers

element-iomaps-of.

Writers

(setf element-iomaps-of).

Class: iomap/book/paragraph->tree/leaf
Package

projectured.

Source

book-to-tree.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: content-iomap
Type

projectured::iomap

Initargs

:content-iomap

Readers

content-iomap-of.

Writers

(setf content-iomap-of).

Class: iomap/book/picture->tree/leaf
Package

projectured.

Source

book-to-tree.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: content-iomap
Type

projectured::iomap

Initargs

:content-iomap

Readers

content-iomap-of.

Writers

(setf content-iomap-of).

Class: iomap/compound
Package

projectured.

Source

recursive.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: input-reference
Type

projectured::reference

Initargs

:input-reference

Readers

input-reference-of.

Writers

(setf input-reference-of).

Slot: child-iomaps
Type

sequence

Initargs

:child-iomaps

Readers

child-iomaps-of.

Writers

(setf child-iomaps-of).

Class: iomap/content
Package

projectured.

Source

recursive.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: content-iomap
Type

projectured::iomap

Initargs

:content-iomap

Readers

content-iomap-of.

Writers

(setf content-iomap-of).

Class: iomap/copying
Package

projectured.

Source

copying.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: slot-value-iomaps
Type

sequence

Initargs

:slot-value-iomaps

Readers

slot-value-iomaps-of.

Writers

(setf slot-value-iomaps-of).

Class: iomap/line-numbering
Package

projectured.

Source

line-numbering.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: line-number-length
Type

integer

Initargs

:line-number-length

Readers

line-number-length-of.

Writers

(setf line-number-length-of).

Class: iomap/parallel
Package

projectured.

Source

parallel.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: element-iomaps
Type

list

Initargs

:element-iomaps

Readers

element-iomaps-of.

Writers

(setf element-iomaps-of).

Class: iomap/recursive
Package

projectured.

Source

recursive.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: input-reference
Type

projectured::reference

Initargs

:input-reference

Readers

input-reference-of.

Writers

(setf input-reference-of).

Slot: output-reference
Type

projectured::reference

Initargs

:output-reference

Readers

output-reference-of.

Writers

(setf output-reference-of).

Class: iomap/removing
Package

projectured.

Source

removing.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: element-iomaps
Type

sequence

Initargs

:element-iomaps

Readers

element-iomaps-of.

Writers

(setf element-iomaps-of).

Slot: input-indices
Type

sequence

Initargs

:input-indices

Readers

input-indices-of.

Writers

(setf input-indices-of).

Class: iomap/sequential
Package

projectured.

Source

sequential.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: element-iomaps
Type

list

Initargs

:element-iomaps

Readers

element-iomaps-of.

Writers

(setf element-iomaps-of).

Class: iomap/sorting
Package

projectured.

Source

sorting.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: element-iomaps
Type

sequence

Initargs

:element-iomaps

Readers

element-iomaps-of.

Writers

(setf element-iomaps-of).

Slot: input-indices
Type

sequence

Initargs

:input-indices

Readers

input-indices-of.

Writers

(setf input-indices-of).

Class: iomap/text/text->graphics/canvas/line
Package

projectured.

Source

text-to-graphics.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: element-iomaps
Type

sequence

Initargs

:element-iomaps

Readers

element-iomaps-of.

Writers

(setf element-iomaps-of).

Slot: line-start-character-index
Type

integer

Initargs

:line-start-character-index

Readers

line-start-character-index-of.

Writers

(setf line-start-character-index-of).

Slot: line-end-character-index
Type

integer

Initargs

:line-end-character-index

Readers

line-end-character-index-of.

Writers

(setf line-end-character-index-of).

Slot: first-character-indices
Type

sequence

Initargs

:first-character-indices

Readers

first-character-indices-of.

Writers

(setf first-character-indices-of).

Slot: last-character-indices
Type

sequence

Initargs

:last-character-indices

Readers

last-character-indices-of.

Writers

(setf last-character-indices-of).

Slot: graphics-element-indices
Type

sequence

Initargs

:graphics-element-indices

Readers

graphics-element-indices-of.

Writers

(setf graphics-element-indices-of).

Slot: line-y
Type

number

Initargs

:line-y

Readers

line-y-of.

Writers

(setf line-y-of).

Class: iomap/text/text->graphics/canvas/text
Package

projectured.

Source

text-to-graphics.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: line-iomaps
Type

sequence

Initargs

:line-iomaps

Readers

line-iomaps-of.

Writers

(setf line-iomaps-of).

Class: iomap/tree/leaf->text/text
Package

projectured.

Source

tree-to-text.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: content-iomap
Type

projectured::iomap

Initargs

:content-iomap

Readers

content-iomap-of.

Writers

(setf content-iomap-of).

Class: iomap/tree/node->text/text
Package

projectured.

Source

tree-to-text.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: child-iomaps
Type

sequence

Initargs

:child-iomaps

Readers

child-iomaps-of.

Writers

(setf child-iomaps-of).

Class: iomap/tree/node->text/text/child
Package

projectured.

Source

tree-to-text.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: content-iomap
Type

projectured::iomap

Initargs

:content-iomap

Readers

content-iomap-of.

Writers

(setf content-iomap-of).

Slot: indented-child
Type

projectured::text/text

Initargs

:indented-child

Readers

indented-child-of.

Writers

(setf indented-child-of).

Slot: line-indentation
Type

integer

Initargs

:line-indentation

Readers

line-indentation-of.

Writers

(setf line-indentation-of).

Slot: origin-character-index
Type

integer

Initargs

:origin-character-index

Readers

origin-character-index-of.

Writers

(setf origin-character-index-of).

Slot: first-character-index
Type

integer

Initargs

:first-character-index

Readers

first-character-index-of.

Writers

(setf first-character-index-of).

Slot: last-character-index
Type

integer

Initargs

:last-character-index

Readers

last-character-index-of.

Writers

(setf last-character-index-of).

Class: iomap/word-wrapping
Package

projectured.

Source

word-wrapping.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: line-iomaps
Type

sequence

Initargs

:line-iomaps

Readers

line-iomaps-of.

Writers

(setf line-iomaps-of).

Class: iomap/word-wrapping/line
Package

projectured.

Source

word-wrapping.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: input-start-index
Type

integer

Initargs

:input-start-index

Readers

input-start-index-of.

Writers

(setf input-start-index-of).

Slot: input-end-index
Type

integer

Initargs

:input-end-index

Readers

input-end-index-of.

Writers

(setf input-end-index-of).

Slot: input-newline-insertion-indices
Type

sequence

Initargs

:input-newline-insertion-indices

Readers

input-newline-insertion-indices-of.

Writers

(setf input-newline-insertion-indices-of).

Slot: output-start-index
Type

integer

Initargs

:output-start-index

Readers

output-start-index-of.

Writers

(setf output-start-index-of).

Slot: output-end-index
Type

integer

Initargs

:output-end-index

Readers

output-end-index-of.

Writers

(setf output-end-index-of).

Slot: output-newline-insertion-indices
Type

sequence

Initargs

:output-newline-insertion-indices

Readers

output-newline-insertion-indices-of.

Writers

(setf output-newline-insertion-indices-of).

Class: iomap/xml/element->tree/node
Package

projectured.

Source

xml-to-tree.lisp.

Direct superclasses

iomap.

Direct methods
Direct slots
Slot: attribute-iomaps
Type

sequence

Initargs

:attribute-iomaps

Readers

attribute-iomaps-of.

Writers

(setf attribute-iomaps-of).

Slot: child-iomaps
Type

sequence

Initargs

:child-iomaps

Readers

child-iomaps-of.

Writers

(setf child-iomaps-of).

Class: iterating
Package

projectured.

Source

iterating.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: elements
Type

list

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Slot: test
Type

function

Initargs

:test

Readers

test-of.

Writers

(setf test-of).

Class: json/array
Package

projectured.

Source

json.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Slot: collapsed
Type

boolean

Initargs

:collapsed

Readers

collapsed-p.

Writers

(setf collapsed-p).

Class: json/array->tree/node
Package

projectured.

Source

json-to-tree.lisp.

Direct superclasses

projection.

Class: json/base
Package

projectured.

Source

json.lisp.

Direct superclasses

document.

Direct subclasses
Class: json/boolean
Package

projectured.

Source

json.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

boolean

Initargs

:value

Readers

value-p.

Writers

(setf value-p).

Slot: true-value
Type

string

Allocation

:class

Initform

"true"

Initargs

:true-value

Readers

true-value-of.

Writers

(setf true-value-of).

Slot: false-value
Type

string

Allocation

:class

Initform

"false"

Initargs

:false-value

Readers

false-value-of.

Writers

(setf false-value-of).

Class: json/boolean->tree/leaf
Package

projectured.

Source

json-to-tree.lisp.

Direct superclasses

projection.

Class: json/insertion
Package

projectured.

Source

json.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

string

Allocation

:class

Initform

""

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: json/insertion->tree/leaf
Package

projectured.

Source

json-to-tree.lisp.

Direct superclasses

projection.

Class: json/null
Package

projectured.

Source

json.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

string

Allocation

:class

Initform

"null"

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: json/null->tree/leaf
Package

projectured.

Source

json-to-tree.lisp.

Direct superclasses

projection.

Class: json/number
Package

projectured.

Source

json.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

number

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: json/number->tree/leaf
Package

projectured.

Source

json-to-tree.lisp.

Direct superclasses

projection.

Class: json/object
Package

projectured.

Source

json.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: entries
Type

sequence

Initargs

:entries

Readers

entries-of.

Writers

(setf entries-of).

Slot: collapsed
Type

boolean

Initargs

:collapsed

Readers

collapsed-p.

Writers

(setf collapsed-p).

Class: json/object->tree/node
Package

projectured.

Source

json-to-tree.lisp.

Direct superclasses

projection.

Class: json/object-entry
Package

projectured.

Source

json.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: key
Type

string

Initargs

:key

Readers

key-of.

Writers

(setf key-of).

Slot: value
Type

projectured::json/base

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Slot: collapsed
Type

boolean

Initargs

:collapsed

Readers

collapsed-p.

Writers

(setf collapsed-p).

Class: json/object-entry->tree/node
Package

projectured.

Source

json-to-tree.lisp.

Direct superclasses

projection.

Class: json/string
Package

projectured.

Source

json.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

string

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: json/string->tree/leaf
Package

projectured.

Source

json-to-tree.lisp.

Direct superclasses

projection.

Class: line-numbering
Package

projectured.

Source

line-numbering.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: font
Type

projectured::style/font

Initargs

:font

Readers

font-of.

Writers

(setf font-of).

Slot: font-color
Type

projectured::style/color

Initargs

:font-color

Readers

font-color-of.

Writers

(setf font-color-of).

Slot: fill-color
Type

projectured::style/color

Initargs

:fill-color

Readers

fill-color-of.

Writers

(setf fill-color-of).

Slot: line-color
Type

projectured::style/color

Initargs

:line-color

Readers

line-color-of.

Writers

(setf line-color-of).

Class: lisp-form/base
Package

projectured.

Source

lisp-form.lisp.

Direct superclasses

document.

Direct subclasses
Direct methods
Direct slots
Slot: indentation
Type

integer

Initargs

:indentation

Readers

indentation-of.

Writers

(setf indentation-of).

Class: lisp-form/comment
Package

projectured.

Source

lisp-form.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: content
Type

string

Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: lisp-form/comment->tree/node
Package

projectured.

Source

lisp-form-to-tree.lisp.

Direct superclasses

projection.

Class: lisp-form/insertion
Package

projectured.

Source

lisp-form.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

string

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Slot: default-value
Type

string

Initargs

:default-value

Readers

default-value-of.

Writers

(setf default-value-of).

Slot: compound
Type

boolean

Initargs

:compound

Readers

compound-p.

Writers

(setf compound-p).

Slot: factory
Type

function

Initargs

:factory

Readers

factory-of.

Writers

(setf factory-of).

Class: lisp-form/insertion->tree/leaf
Package

projectured.

Source

lisp-form-to-tree.lisp.

Direct superclasses

projection.

Class: lisp-form/list
Package

projectured.

Source

lisp-form.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Slot: collapsed
Type

boolean

Initargs

:collapsed

Readers

collapsed-p.

Writers

(setf collapsed-p).

Class: lisp-form/list->list
Package

projectured.

Source

lisp-form-to-form.lisp.

Direct superclasses

projection.

Class: lisp-form/list->tree/node
Package

projectured.

Source

lisp-form-to-tree.lisp.

Direct superclasses

projection.

Class: lisp-form/number
Package

projectured.

Source

lisp-form.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

number

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: lisp-form/number->number
Package

projectured.

Source

lisp-form-to-form.lisp.

Direct superclasses

projection.

Class: lisp-form/number->tree/leaf
Package

projectured.

Source

lisp-form-to-tree.lisp.

Direct superclasses

projection.

Class: lisp-form/object
Package

projectured.

Source

lisp-form.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

standard-object

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: lisp-form/object->tree/leaf
Package

projectured.

Source

lisp-form-to-tree.lisp.

Direct superclasses

projection.

Class: lisp-form/quote
Package

projectured.

Source

lisp-form.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

projectured::lisp-form/base

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: lisp-form/quote->list
Package

projectured.

Source

lisp-form-to-form.lisp.

Direct superclasses

projection.

Class: lisp-form/quote->tree/node
Package

projectured.

Source

lisp-form-to-tree.lisp.

Direct superclasses

projection.

Class: lisp-form/string
Package

projectured.

Source

lisp-form.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

string

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Slot: default-value
Type

string

Initargs

:default-value

Readers

default-value-of.

Writers

(setf default-value-of).

Class: lisp-form/string->string
Package

projectured.

Source

lisp-form-to-form.lisp.

Direct superclasses

projection.

Class: lisp-form/string->tree/leaf
Package

projectured.

Source

lisp-form-to-tree.lisp.

Direct superclasses

projection.

Class: lisp-form/symbol
Package

projectured.

Source

lisp-form.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Type

string

Initargs

:name

Readers

name-of.

Writers

(setf name-of).

Slot: package
Package

common-lisp.

Initargs

:package

Readers

package-of.

Writers

(setf package-of).

Slot: default-value
Type

string

Initargs

:default-value

Readers

default-value-of.

Writers

(setf default-value-of).

Slot: font
Type

projectured::style/font

Initargs

:font

Readers

font-of.

Writers

(setf font-of).

Slot: font-color
Type

projectured::style/color

Initargs

:font-color

Readers

font-color-of.

Writers

(setf font-color-of).

Class: lisp-form/symbol->symbol
Package

projectured.

Source

lisp-form-to-form.lisp.

Direct superclasses

projection.

Class: lisp-form/symbol->tree/leaf
Package

projectured.

Source

lisp-form-to-tree.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: fully-qualified
Type

boolean

Initargs

:fully-qualified

Readers

fully-qualified-p.

Writers

(setf fully-qualified-p).

Class: lisp-form/toplevel
Package

projectured.

Source

lisp-form.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Slot: collapsed
Type

boolean

Initargs

:collapsed

Readers

collapsed-p.

Writers

(setf collapsed-p).

Class: lisp-form/toplevel->list
Package

projectured.

Source

lisp-form-to-form.lisp.

Direct superclasses

projection.

Class: lisp-form/toplevel->tree/node
Package

projectured.

Source

lisp-form-to-tree.lisp.

Direct superclasses

projection.

Class: nesting
Package

projectured.

Source

nesting.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: elements
Type

list

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Slot: recursion
Type

projectured::projection

Initargs

:recursion

Readers

recursion-of.

Writers

(setf recursion-of).

Class: object-searching
Package

projectured.

Source

object-searching.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: searcher
Type

function

Initargs

:searcher

Readers

searcher-of.

Writers

(setf searcher-of).

Class: operation

Base class for operations.

Package

projectured.

Source

operation.lisp.

Direct subclasses
Class: operation/compound

A sequence of operations carried out in the order they appear in elements.

Package

projectured.

Source

operation.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: operation/describe
Package

projectured.

Source

t.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: selection
Type

projectured::reference

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Class: operation/export-document
Package

projectured.

Source

document.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: filename
Type

pathname

Initargs

:filename

Readers

filename-of.

Writers

(setf filename-of).

Class: operation/focusing/replace-part
Package

projectured.

Source

focusing.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: projection
Type

projectured::focusing

Initargs

:projection

Readers

projection-of.

Writers

(setf projection-of).

Slot: part
Type

projectured::reference

Initargs

:part

Readers

part-of.

Writers

(setf part-of).

Class: operation/functional

An operation that calls a function.

Package

projectured.

Source

operation.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: thunk
Type

function

Initargs

:thunk

Readers

thunk-of.

Writers

(setf thunk-of).

Class: operation/load-document
Package

projectured.

Source

document.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: filename
Type

pathname

Initargs

:filename

Readers

filename-of.

Writers

(setf filename-of).

Class: operation/number/replace-range
Package

projectured.

Source

number.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: selection
Type

projectured::reference

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Slot: replacement
Type

sequence

Initargs

:replacement

Readers

replacement-of.

Writers

(setf replacement-of).

Class: operation/quit

An operation that quits the editor.

Package

projectured.

Source

operation.lisp.

Direct superclasses

operation.

Class: operation/replace-content

An operation that replaces the content of a document.

Package

projectured.

Source

t.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: operation/replace-selection

An operation that replaces the selection of a document.

Package

projectured.

Source

t.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: selection
Type

projectured::reference

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Class: operation/replace-target
Package

projectured.

Source

t.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: selection
Type

projectured::reference

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Slot: replacement
Initargs

:replacement

Readers

replacement-of.

Writers

(setf replacement-of).

Class: operation/save-document
Package

projectured.

Source

document.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: filename
Type

pathname

Initargs

:filename

Readers

filename-of.

Writers

(setf filename-of).

Class: operation/select-next-alternative
Package

projectured.

Source

alternative.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: projection
Type

projectured::alternatives

Initargs

:projection

Readers

projection-of.

Writers

(setf projection-of).

Class: operation/sequence/replace-range
Package

projectured.

Source

sequence.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: selection
Type

projectured::reference

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Slot: replacement
Type

sequence

Initargs

:replacement

Readers

replacement-of.

Writers

(setf replacement-of).

Class: operation/sequence/swap-ranges
Package

projectured.

Source

sequence.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: selection-1
Type

projectured::reference

Initargs

:selection-1

Readers

selection-1-of.

Writers

(setf selection-1-of).

Slot: selection-2
Type

projectured::reference

Initargs

:selection-2

Readers

selection-2-of.

Writers

(setf selection-2-of).

Class: operation/show-annotation
Package

projectured.

Source

t.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: selection
Type

projectured::reference

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Class: operation/show-context-sensitive-help
Package

projectured.

Source

t.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: commands
Type

sequence

Initargs

:commands

Readers

commands-of.

Writers

(setf commands-of).

Class: operation/string/replace-range
Package

projectured.

Source

string.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: document
Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: selection
Type

projectured::reference

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Slot: replacement
Type

string

Initargs

:replacement

Readers

replacement-of.

Writers

(setf replacement-of).

Class: operation/text/base
Package

projectured.

Source

text.lisp.

Direct superclasses

operation.

Direct subclasses

operation/text/replace-range.

Class: operation/text/replace-range
Package

projectured.

Source

text.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: document
Type

projectured::text/text

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: selection
Type

projectured::reference

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Slot: replacement
Type

projectured::text/text

Initargs

:replacement

Readers

replacement-of.

Writers

(setf replacement-of).

Class: operation/tree
Package

projectured.

Source

tree.lisp.

Direct superclasses

operation.

Direct subclasses

operation/tree/toggle-collapsed.

Class: operation/tree/toggle-collapsed
Package

projectured.

Source

tree.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: selection
Type

projectured::reference

Initargs

:selection

Readers

selection-of.

Writers

(setf selection-of).

Class: operation/widget/hide
Package

projectured.

Source

widget.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: widget
Type

projectured::widget/base

Initargs

:widget

Readers

widget-of.

Writers

(setf widget-of).

Class: operation/widget/scroll-pane/scroll
Package

projectured.

Source

widget.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: scroll-pane
Type

projectured::widget/scroll-pane

Initargs

:scroll-pane

Readers

scroll-pane-of.

Writers

(setf scroll-pane-of).

Slot: scroll-delta
Type

projectured::|2d|

Initargs

:scroll-delta

Readers

scroll-delta-of.

Writers

(setf scroll-delta-of).

Class: operation/widget/show
Package

projectured.

Source

widget.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: widget
Type

projectured::widget/base

Initargs

:widget

Readers

widget-of.

Writers

(setf widget-of).

Class: operation/widget/tabbed-pane/select-page
Package

projectured.

Source

widget.lisp.

Direct superclasses

operation.

Direct methods
Direct slots
Slot: tabbed-pane
Type

projectured::widget/tabbed-pane

Initargs

:tabbed-pane

Readers

tabbed-pane-of.

Writers

(setf tabbed-pane-of).

Slot: selected-index
Type

integer

Initargs

:selected-index

Readers

selected-index-of.

Writers

(setf selected-index-of).

Class: output/base
Package

projectured.

Source

output.lisp.

Direct superclasses

document.

Direct subclasses
Class: output/display
Package

projectured.

Source

output.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: windows
Type

sequence

Initargs

:windows

Readers

windows-of.

Writers

(setf windows-of).

Class: output/window
Package

projectured.

Source

output.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: size
Type

projectured::|2d|

Initargs

:size

Readers

size-of.

Writers

(setf size-of).

Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Slot: title
Type

string

Initargs

:title

Readers

title-of.

Writers

(setf title-of).

Class: parallel
Package

projectured.

Source

parallel.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: elements
Type

list

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: predicate-dispatching
Package

projectured.

Source

predicate-dispatching.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: predicate-projection-pairs
Type

list

Initargs

:predicate-projection-pairs

Readers

predicate-projection-pairs-of.

Writers

(setf predicate-projection-pairs-of).

Class: preserving
Package

projectured.

Source

preserving.lisp.

Direct superclasses

projection.

Class: profile-context
Package

projectured.

Source

computed.lisp.

Direct methods
Direct slots
Slot: validation-count
Type

integer

Initform

0

Initargs

:validation-count

Readers

validation-count-of.

Writers

(setf validation-count-of).

Slot: recomputation-count
Type

integer

Initform

0

Initargs

:recomputation-count

Readers

recomputation-count-of.

Writers

(setf recomputation-count-of).

Class: projection

A projection describes a bidirectional transformation from one domain to another.

Package

projectured.

Source

projection.lisp.

Direct superclasses

computed-object.

Direct subclasses
Direct methods
Direct slots
Slot: reader
Type

function

Initargs

:reader

Readers

reader-of.

Writers

(setf reader-of).

Slot: printer
Type

function

Initargs

:printer

Readers

printer-of.

Writers

(setf printer-of).

Class: rectangle
Package

projectured.

Source

graphics.lisp.

Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: size
Type

projectured::|2d|

Initargs

:size

Readers

size-of.

Writers

(setf size-of).

Class: recursive
Package

projectured.

Source

recursive.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: child
Type

projectured::projection

Initargs

:child

Readers

child-of.

Writers

(setf child-of).

Class: reference-dispatching
Package

projectured.

Source

reference-dispatching.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: default-projection
Type

projectured::projection

Initargs

:default-projection

Readers

default-projection-of.

Writers

(setf default-projection-of).

Slot: reference-projection-pairs
Type

list

Initargs

:reference-projection-pairs

Readers

reference-projection-pairs-of.

Writers

(setf reference-projection-pairs-of).

Class: removing
Package

projectured.

Source

removing.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: element
Initargs

:element

Readers

element-of.

Writers

(setf element-of).

Slot: predicate
Type

function

Initargs

:predicate

Readers

predicate-of.

Writers

(setf predicate-of).

Slot: key
Type

function

Initargs

:key

Readers

key-of.

Writers

(setf key-of).

Class: reversing
Package

projectured.

Source

reversing.lisp.

Direct superclasses

projection.

Class: searching/base
Package

projectured.

Source

searching.lisp.

Direct superclasses

document.

Direct subclasses
Class: searching/result
Package

projectured.

Source

searching.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: searching/result->tree/node
Package

projectured.

Source

searching-to-tree.lisp.

Direct superclasses

projection.

Class: searching/result-element
Package

projectured.

Source

searching.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Slot: path
Type

projectured::reference

Initargs

:path

Readers

path-of.

Writers

(setf path-of).

Class: searching/result-element->tree/node
Package

projectured.

Source

searching-to-tree.lisp.

Direct superclasses

projection.

Class: searching/search
Package

projectured.

Source

searching.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: document
Type

projectured::document

Initargs

:document

Readers

document-of.

Writers

(setf document-of).

Package

common-lisp.

Type

string

Initargs

:search

Readers

search-of.

Writers

(setf search-of).

Slot: result
Type

projectured::document

Initargs

:result

Readers

result-of.

Writers

(setf result-of).

Class: searching/search->graphics/canvas
Package

projectured.

Source

searching-to-tree.lisp.

Direct superclasses

projection.

Class: sequential
Package

projectured.

Source

sequential.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: elements
Type

list

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: sorting
Package

projectured.

Source

sorting.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: key
Type

function

Initargs

:key

Readers

key-of.

Writers

(setf key-of).

Slot: predicate
Type

function

Initargs

:predicate

Readers

predicate-of.

Writers

(setf predicate-of).

Class: style/base
Package

projectured.

Source

color.lisp.

Direct superclasses

document.

Direct subclasses
Class: style/color
Package

projectured.

Source

color.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: red
Type

number

Initargs

:red

Readers

red-of.

Writers

(setf red-of).

Slot: green
Type

number

Initargs

:green

Readers

green-of.

Writers

(setf green-of).

Slot: blue
Type

number

Initargs

:blue

Readers

blue-of.

Writers

(setf blue-of).

Slot: alpha
Type

number

Initargs

:alpha

Readers

alpha-of.

Writers

(setf alpha-of).

Slot: raw
Initargs

:raw

Readers

raw-of.

Writers

(setf raw-of).

Class: style/font
Package

projectured.

Source

font.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: filename
Type

string

Initargs

:filename

Readers

filename-of.

Writers

(setf filename-of).

Slot: size
Type

number

Initargs

:size

Readers

size-of.

Writers

(setf size-of).

Slot: raw
Initargs

:raw

Readers

raw-of.

Writers

(setf raw-of).

Class: t/null->tree/leaf
Package

projectured.

Source

t-to-tree.lisp.

Direct superclasses

projection.

Class: t/number->tree/leaf
Package

projectured.

Source

t-to-tree.lisp.

Direct superclasses

projection.

Class: t/object->tree/node
Package

projectured.

Source

t-to-tree.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: slot-provider
Type

function

Initargs

:slot-provider

Readers

slot-provider-of.

Writers

(setf slot-provider-of).

Class: t/pathname->tree/leaf
Package

projectured.

Source

t-to-tree.lisp.

Direct superclasses

projection.

Class: t/sequence->tree/node
Package

projectured.

Source

t-to-tree.lisp.

Direct superclasses

projection.

Class: t/string->tree/leaf
Package

projectured.

Source

t-to-tree.lisp.

Direct superclasses

projection.

Class: t/symbol->tree/leaf
Package

projectured.

Source

t-to-tree.lisp.

Direct superclasses

projection.

Class: text->string
Package

projectured.

Source

text-to-string.lisp.

Direct superclasses

projection.

Class: text-aligning
Package

projectured.

Source

text-aligning.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: alignment-width
Type

number

Initargs

:alignment-width

Readers

alignment-width-of.

Writers

(setf alignment-width-of).

Class: text/base
Package

projectured.

Source

text.lisp.

Direct superclasses

document.

Direct subclasses
Class: text/element
Package

projectured.

Source

text.lisp.

Direct superclasses
Direct subclasses
Direct methods
Direct slots
Slot: font
Type

projectured::style/font

Initargs

:font

Readers

font-of.

Writers

(setf font-of).

Slot: font-color
Type

projectured::style/color

Initargs

:font-color

Readers

font-color-of.

Writers

(setf font-color-of).

Slot: fill-color
Type

projectured::style/color

Initargs

:fill-color

Readers

fill-color-of.

Writers

(setf fill-color-of).

Slot: line-color
Type

projectured::style/color

Initargs

:line-color

Readers

line-color-of.

Writers

(setf line-color-of).

Slot: padding
Type

projectured::inset

Initargs

:padding

Readers

padding-of.

Writers

(setf padding-of).

Class: text/graphics
Package

projectured.

Source

text.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: content
Type

projectured::document

Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: text/newline
Package

projectured.

Source

text.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: content
Type

string

Allocation

:class

Initform

(string #\newline)

Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: text/spacing
Package

projectured.

Source

text.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: size
Type

number

Initargs

:size

Readers

size-of.

Writers

(setf size-of).

Slot: unit
Type

(member :pixel :space)

Initargs

:unit

Readers

unit-of.

Writers

(setf unit-of).

Class: text/string
Package

projectured.

Source

text.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: content
Type

string

Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: text/text
Package

projectured.

Source

text.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: text/text->graphics/canvas
Package

projectured.

Source

text-to-graphics.lisp.

Direct superclasses

projection.

Class: tree/base
Package

projectured.

Source

tree.lisp.

Direct superclasses

document.

Direct subclasses
Direct methods
Direct slots
Slot: opening-delimiter
Type

projectured::text/text

Initargs

:opening-delimiter

Readers

opening-delimiter-of.

Writers

(setf opening-delimiter-of).

Slot: closing-delimiter
Type

projectured::text/text

Initargs

:closing-delimiter

Readers

closing-delimiter-of.

Writers

(setf closing-delimiter-of).

Slot: indentation
Type

integer

Initargs

:indentation

Readers

indentation-of.

Writers

(setf indentation-of).

Class: tree/leaf
Package

projectured.

Source

tree.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: tree/leaf->text/text
Package

projectured.

Source

tree-to-text.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: output-delimiters
Type

boolean

Initargs

:output-delimiters

Readers

output-delimiters-p.

Writers

(setf output-delimiters-p).

Class: tree/node
Package

projectured.

Source

tree.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: collapsed
Type

boolean

Initargs

:collapsed

Readers

collapsed-p.

Writers

(setf collapsed-p).

Slot: separator
Type

projectured::text/text

Initargs

:separator

Readers

separator-of.

Writers

(setf separator-of).

Slot: children
Type

sequence

Initargs

:children

Readers

children-of.

Writers

(setf children-of).

Class: tree/node->text/text
Package

projectured.

Source

tree-to-text.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: output-delimiters
Type

boolean

Initargs

:output-delimiters

Readers

output-delimiters-p.

Writers

(setf output-delimiters-p).

Class: type-dispatching
Package

projectured.

Source

type-dispatching.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: type-projection-pairs
Type

list

Initargs

:type-projection-pairs

Readers

type-projection-pairs-of.

Writers

(setf type-projection-pairs-of).

Class: versioning/base
Package

projectured.

Source

versioning.lisp.

Direct superclasses

document.

Direct subclasses
Class: versioning/object-version
Package

projectured.

Source

versioning.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: version
Type

projectured::versioning/version

Initargs

:version

Readers

version-of.

Writers

(setf version-of).

Slot: content
Type

projectured::generic-document

Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: versioning/version
Package

projectured.

Source

versioning.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Type

string

Initargs

:name

Readers

name-of.

Writers

(setf name-of).

Slot: author
Type

string

Initargs

:author

Readers

author-of.

Writers

(setf author-of).

Slot: creation
Type

local-time:timestamp

Initargs

:creation

Readers

creation-of.

Writers

(setf creation-of).

Class: versioning/versioned-object
Package

projectured.

Source

versioning.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: widget/base
Package

projectured.

Source

widget.lisp.

Direct superclasses

document.

Direct subclasses
Direct methods
Direct slots
Slot: visible
Type

boolean

Initform

t

Initargs

:visible

Readers

visible-p.

Writers

(setf visible-p).

Slot: margin
Type

projectured::inset

Initform

projectured::*inset/default*

Initargs

:margin

Readers

margin-of.

Writers

(setf margin-of).

Slot: margin-color
Type

projectured::style/color

Initargs

:margin-color

Readers

margin-color-of.

Writers

(setf margin-color-of).

Slot: border
Type

projectured::inset

Initform

projectured::*inset/default*

Initargs

:border

Readers

border-of.

Writers

(setf border-of).

Slot: border-color
Type

projectured::style/color

Initargs

:border-color

Readers

border-color-of.

Writers

(setf border-color-of).

Slot: padding
Type

projectured::inset

Initform

projectured::*inset/default*

Initargs

:padding

Readers

padding-of.

Writers

(setf padding-of).

Slot: padding-color
Type

projectured::style/color

Initargs

:padding-color

Readers

padding-color-of.

Writers

(setf padding-color-of).

Class: widget/button
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: size
Type

projectured::|2d|

Initargs

:size

Readers

size-of.

Writers

(setf size-of).

Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: widget/checkbox
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: widget/composite
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: widget/composite->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: widget/label
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: widget/label->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: widget/menu
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Class: widget/menu->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: widget/menu-item
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: widget/menu-item->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: widget/scroll-pane
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Slot: content-fill-color
Type

projectured::style/color

Initargs

:content-fill-color

Readers

content-fill-color-of.

Writers

(setf content-fill-color-of).

Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: size
Type

projectured::|2d|

Initargs

:size

Readers

size-of.

Writers

(setf size-of).

Slot: scroll-position
Type

projectured::|2d|

Initargs

:scroll-position

Readers

scroll-position-of.

Writers

(setf scroll-position-of).

Class: widget/scroll-pane->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: widget/shell
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Slot: content-fill-color
Type

projectured::style/color

Initargs

:content-fill-color

Readers

content-fill-color-of.

Writers

(setf content-fill-color-of).

Slot: size
Type

projectured::|2d|

Initargs

:size

Readers

size-of.

Writers

(setf size-of).

Slot: tooltip
Type

projectured::widget/tooltip

Initargs

:tooltip

Readers

tooltip-of.

Writers

(setf tooltip-of).

Slot: menu-bar
Type

projectured::widget/menu

Initargs

:menu-bar

Readers

menu-bar-of.

Writers

(setf menu-bar-of).

Slot: context-menu
Type

projectured::widget/menu

Initargs

:context-menu

Readers

context-menu-of.

Writers

(setf context-menu-of).

Class: widget/shell->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: widget/split-pane
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: orientation
Type

(member :horizontal :vertical)

Initargs

:orientation

Readers

orientation-of.

Writers

(setf orientation-of).

Slot: elements
Type

sequence

Initargs

:elements

Readers

elements-of.

Writers

(setf elements-of).

Slot: sizes
Type

sequence

Initargs

:sizes

Readers

sizes-of.

Writers

(setf sizes-of).

Class: widget/split-pane->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: widget/tabbed-pane
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: selector-element-pairs
Type

sequence

Initargs

:selector-element-pairs

Readers

selector-element-pairs-of.

Writers

(setf selector-element-pairs-of).

Slot: selected-index
Type

integer

Initargs

:selected-index

Readers

selected-index-of.

Writers

(setf selected-index-of).

Class: widget/tabbed-pane->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: widget/text
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Slot: content-fill-color
Type

projectured::style/color

Initargs

:content-fill-color

Readers

content-fill-color-of.

Writers

(setf content-fill-color-of).

Class: widget/text->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: widget/title-pane
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: title
Initargs

:title

Readers

title-of.

Writers

(setf title-of).

Slot: title-fill-color
Type

projectured::style/color

Initargs

:title-fill-color

Readers

title-fill-color-of.

Writers

(setf title-fill-color-of).

Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Slot: content-fill-color
Type

projectured::style/color

Initargs

:content-fill-color

Readers

content-fill-color-of.

Writers

(setf content-fill-color-of).

Class: widget/title-pane->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: widget/tooltip
Package

projectured.

Source

widget.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: position
Package

common-lisp.

Type

projectured::|2d|

Initargs

:position

Readers

position-of.

Writers

(setf position-of).

Slot: size
Type

projectured::|2d|

Initargs

:size

Readers

size-of.

Writers

(setf size-of).

Slot: content
Initargs

:content

Readers

content-of.

Writers

(setf content-of).

Class: widget/tooltip->graphics/canvas
Package

projectured.

Source

widget-to-graphics.lisp.

Direct superclasses

projection.

Class: word-wrapping
Package

projectured.

Source

word-wrapping.lisp.

Direct superclasses

projection.

Direct methods
Direct slots
Slot: wrap-width
Type

number

Initargs

:wrap-width

Readers

wrap-width-of.

Writers

(setf wrap-width-of).

Class: xml/attribute
Package

projectured.

Source

xml.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Type

string

Initargs

:name

Readers

name-of.

Writers

(setf name-of).

Slot: value
Type

string

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: xml/attribute->tree/node
Package

projectured.

Source

xml-to-tree.lisp.

Direct superclasses

projection.

Class: xml/base
Package

projectured.

Source

xml.lisp.

Direct superclasses

document.

Direct subclasses
Class: xml/element
Package

projectured.

Source

xml.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: name
Type

string

Initargs

:name

Readers

name-of.

Writers

(setf name-of).

Slot: attributes
Type

sequence

Initargs

:attributes

Readers

attributes-of.

Writers

(setf attributes-of).

Slot: children
Type

sequence

Initargs

:children

Readers

children-of.

Writers

(setf children-of).

Slot: collapsed
Type

boolean

Initargs

:collapsed

Readers

collapsed-p.

Writers

(setf collapsed-p).

Class: xml/element->tree/node
Package

projectured.

Source

xml-to-tree.lisp.

Direct superclasses

projection.

Class: xml/insertion
Package

projectured.

Source

xml.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

string

Allocation

:class

Initform

""

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: xml/insertion->tree/leaf
Package

projectured.

Source

xml-to-tree.lisp.

Direct superclasses

projection.

Class: xml/text
Package

projectured.

Source

xml.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: value
Type

string

Initargs

:value

Readers

value-of.

Writers

(setf value-of).

Class: xml/text->tree/leaf
Package

projectured.

Source

xml-to-tree.lisp.

Direct superclasses

projection.


6.2.8 Types

Type: 2d ()
Package

projectured.

Source

graphics.lisp.

Type: generic-document ()
Package

projectured.

Source

document.lisp.

Type: primitive-document ()
Package

projectured.

Source

document.lisp.

Type: reference ()
Package

projectured.

Source

reference.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   (   2  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   R   S   T   U   V   W   X  
Index Entry  Section

(
(setf alignment-of): Private generic functions
(setf alignment-of): Private generic functions
(setf alignment-of): Private generic functions
(setf alignment-width-of): Private generic functions
(setf alignment-width-of): Private generic functions
(setf allow-other-keys-p): Private generic functions
(setf allow-other-keys-p): Private generic functions
(setf allow-other-keys-p): Private generic functions
(setf alpha-of): Private generic functions
(setf alpha-of): Private generic functions
(setf alternatives-of): Private generic functions
(setf alternatives-of): Private generic functions
(setf annotation-of): Private generic functions
(setf annotation-of): Private generic functions
(setf arguments-of): Private generic functions
(setf arguments-of): Private generic functions
(setf attribute-iomaps-of): Private generic functions
(setf attribute-iomaps-of): Private generic functions
(setf attributes-of): Private generic functions
(setf attributes-of): Private generic functions
(setf author-of): Private generic functions
(setf author-of): Private generic functions
(setf author-of): Private generic functions
(setf available-commands-of): Private generic functions
(setf available-commands-of): Private generic functions
(setf backend-of): Private generic functions
(setf backend-of): Private generic functions
(setf begin-of): Private generic functions
(setf begin-of): Private generic functions
(setf bindings-of): Private generic functions
(setf bindings-of): Private generic functions
(setf bindings-of): Private generic functions
(setf bindings-of): Private generic functions
(setf blue-of): Private generic functions
(setf blue-of): Private generic functions
(setf body-of): Private generic functions
(setf body-of): Private generic functions
(setf body-of): Private generic functions
(setf body-of): Private generic functions
(setf body-of): Private generic functions
(setf body-of): Private generic functions
(setf border-color-of): Private generic functions
(setf border-color-of): Private generic functions
(setf border-of): Private generic functions
(setf border-of): Private generic functions
(setf bottom-of): Private generic functions
(setf bottom-of): Private generic functions
(setf bounds-of): Private generic functions
(setf bounds-of): Private generic functions
(setf button-of): Private generic functions
(setf button-of): Private generic functions
(setf button-of): Private generic functions
(setf button-of): Private generic functions
(setf character-of): Private generic functions
(setf character-of): Private generic functions
(setf character-of): Private generic functions
(setf child-iomaps-of): Private generic functions
(setf child-iomaps-of): Private generic functions
(setf child-iomaps-of): Private generic functions
(setf child-iomaps-of): Private generic functions
(setf child-of): Private generic functions
(setf child-of): Private generic functions
(setf children-of): Private generic functions
(setf children-of): Private generic functions
(setf children-of): Private generic functions
(setf closing-delimiter-of): Private generic functions
(setf closing-delimiter-of): Private generic functions
(setf collapsed-p): Private generic functions
(setf collapsed-p): Private generic functions
(setf collapsed-p): Private generic functions
(setf collapsed-p): Private generic functions
(setf collapsed-p): Private generic functions
(setf collapsed-p): Private generic functions
(setf collapsed-p): Private generic functions
(setf collapsed-p): Private generic functions
(setf collapsed-p): Private generic functions
(setf collapsed-p): Private generic functions
(setf commands-of): Private generic functions
(setf commands-of): Private generic functions
(setf compound-p): Private generic functions
(setf compound-p): Private generic functions
(setf compound-p): Private generic functions
(setf computed-state-value): Private ordinary functions
(setf condition-of): Private generic functions
(setf condition-of): Private generic functions
(setf content-fill-color-of): Private generic functions
(setf content-fill-color-of): Private generic functions
(setf content-fill-color-of): Private generic functions
(setf content-fill-color-of): Private generic functions
(setf content-fill-color-of): Private generic functions
(setf content-iomap-of): Private generic functions
(setf content-iomap-of): Private generic functions
(setf content-iomap-of): Private generic functions
(setf content-iomap-of): Private generic functions
(setf content-iomap-of): Private generic functions
(setf content-iomap-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf content-of): Private generic functions
(setf c