X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/6de8d30004efc9337b8c40d2ff2d0a76651d23eb..2dce5119ec41cb5fa8fe234ffcea6290375cb2eb:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index 2bca20d..475fbdb 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -3,26 +3,35 @@ :common-lisp #:contextl #:closer-mop - #:postmodern + #:alexandria) (:nicknames #:lol) (:export -;; ROFL stuff here temporarily - #:standard-db-access-class - #:make-dao-from-row - #:described-db-access-class - + ;; Descriptions - #:find-description + #:*description* + #:description + #:defdescription + #:find-description + #:current-description + #:description-of #:define-description + #:defining-description + #:described-object + #:with-described-object + #:funcall-with-described-object #:described-class + #:described-standard-class #:with-active-descriptions + #:with-inactive-descriptions + ;; Displays #:define-display #:display #:display-using-description + #:display-attribute-label #:*display* #:*object* @@ -30,8 +39,41 @@ #:find-attribute #:attribute #:attributes + #:attribute-object #:attribute-label + #:attribute-delimiter + #:attribute-slot-name + #:label + #:attribute-active-p #:attribute-function - #:attribute-value)) + #:attribute-value + #:display-attribute-value + #:active-attributes + #:attribute-delimiter + #:standard-attribute + #:funcall-with-attribute-context + #:with-attribute-context + + ;; Standard Library + + ;; editing + #:editable + #:attribute-editor + #:string-attribute-editor + #:number-attribute-editor + #:password-attribute-editor + #:password + + ;; :validation + #:validation + #:validate + #:validp + + ;; CLOS + #:slot-definition-attribute + + ;; html + #:display-html-attribute-editor + #:make-attribute-value-writer))