1 (defpackage :lisp-on-lines
9 (:nicknames
:lol
:mewa
)
11 (:shadowing-import-from
15 (:shadowing-import-from
33 :integer-slot-presentation
34 :string-slot-presentation
36 :one-line-presentation
37 :presentation-slot-value
38 :get-foreign-instances
)
41 ;;;; CLSQL meta-model/default attributes definers
42 ;;;; TODO: should be moved to meta-model,
43 ;;;; with lol specific function implemented like the
45 :define-view-for-table
46 :define-views-for-database
49 ;;;; The LoL 3 displays
53 :display-using-description
62 ;;;; "Lines", the newest creation.
71 ;;;;a wrapper for calling make-presentation
82 :mewa
;the superclass of all mewa-presentations
92 :with-default-attributes
93 :set-default-attributes
96 :perform-set-attributes
98 :perform-set-attribute-properties
101 ;; presentation objects
102 :mewa-object-presentation
103 :mewa-one-line-presentation
104 :mewa-list-presentation
105 :mewa-search-presentation
106 :mewa-presentation-search
110 ;; SLOT presentations
112 :mewa-relation-slot-presentation
113 :mewa-string-slot-presentation
114 :has-many-slot-presentation
121 :instance-is-stored-p
123 ;;;; Meta Model Exports))
125 :def-view-class-from-table