6.2.7 Structures

Structure: cmdline-option ()
Package

net.didierverna.clon

Source

context.lisp (file)

Direct superclasses

structure-object (structure)

Direct slots
Slot: name
Readers

cmdline-option-name (function)

Writers

(setf cmdline-option-name) (function)

Slot: option
Readers

cmdline-option-option (function)

Writers

(setf cmdline-option-option) (function)

Slot: value
Readers

cmdline-option-value (function)

Writers

(setf cmdline-option-value) (function)

Slot: source
Readers

cmdline-option-source (function)

Writers

(setf cmdline-option-source) (function)

Structure: frame ()

The FRAME structure.
This structure hold layout properties used for printing.

Package

net.didierverna.clon

Source

sheet.lisp (file)

Direct superclasses

structure-object (structure)

Direct subclasses

highlight-frame (structure)

Direct methods
Direct slots
Slot: sface
Readers

frame-sface (function)

Writers

(setf frame-sface) (function)

Slot: left-margin
Readers

frame-left-margin (function)

Writers

(setf frame-left-margin) (function)

Slot: right-margin
Readers

frame-right-margin (function)

Writers

(setf frame-right-margin) (function)

Structure: highlight-frame ()

The HIGHLIGHT-FRAME structure.
This structure holds both layout and highlight properties used for printing.

Package

net.didierverna.clon

Source

sheet.lisp (file)

Direct superclasses

frame (structure)

Direct methods
Direct slots
Slot: highlight-property-instances
Readers

highlight-frame-highlight-property-instances (function)

Writers

(setf highlight-frame-highlight-property-instances) (function)

Structure: highlight-property-instance ()

The HIGHLIGHT-PROPERTY-INSTANCE structure.

Package

net.didierverna.clon

Source

sheet.lisp (file)

Direct superclasses

structure-object (structure)

Direct slots
Slot: name
Readers

highlight-property-instance-name (function)

Writers

(setf highlight-property-instance-name) (function)

Slot: value
Readers

highlight-property-instance-value (function)

Writers

(setf highlight-property-instance-value) (function)