The vellum-clim Reference Manual

This is the vellum-clim Reference Manual, version 0.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:13:43 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 vellum-clim

Simplistic vellum data frames viewer made with mcclim.

Author

Marek Kochanowicz

License

BSD simplified

Version

0.0.0

Dependencies
  • iterate (system).
  • vellum (system).
  • mcclim (system).
Source

vellum-clim.asd.

Child Components

3 Files

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


3.1 Lisp


3.1.1 vellum-clim/vellum-clim.asd

Source

vellum-clim.asd.

Parent Component

vellum-clim (system).

ASDF Systems

vellum-clim.


3.1.2 vellum-clim/package.lisp

Source

vellum-clim.asd.

Parent Component

vellum-clim (system).

Packages

vellum-clim.


3.1.3 vellum-clim/code.lisp

Dependency

package.lisp (file).

Source

vellum-clim.asd.

Parent Component

vellum-clim (system).

Public Interface

update-instance-for-redefined-class (method).

Internals

4 Packages

Packages are listed by definition order.


4.1 vellum-clim

Source

package.lisp.

Use List

common-lisp.

Internals

5 Definitions

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


5.1 Public Interface


5.1.1 Standalone methods

Method: update-instance-for-redefined-class :after ((instance table-view) as ds pl &rest initargs)
Source

code.lisp.


5.2 Internals


5.2.1 Macros

Macro: define-table-view-command (name-and-options arguments &rest body)
Package

vellum-clim.

Source

code.lisp.


5.2.2 Ordinary functions

Function: show-data-frame (clim-stream data-frame)
Package

vellum-clim.

Source

code.lisp.


5.2.3 Generic functions

Generic Reader: dataframe (object)
Package

vellum-clim.

Methods
Reader Method: dataframe ((table-view table-view))

automatically generated reader method

Source

code.lisp.

Target Slot

%dataframe.


5.2.4 Standalone methods

Method: reinitialize-panes-and-layouts ((frame table-view))
Package

clim-internals.

Source

code.lisp.


5.2.5 Classes

Class: table-view
Package

vellum-clim.

Source

code.lisp.

Direct superclasses

standard-application-frame.

Direct methods
Direct Default Initargs
InitargValue
:name(quote table-view)
:pretty-nametable-view
:command-table(find-command-table (quote table-view))
:disabled-commands(quote nil)
:menu-bar(quote t)
:pointer-documentation(quote nil)
:current-layout(quote default)
:layouts(quote ((default single-pane)))
:resize-frame(quote nil)
:top-level-lambda(lambda (frame-arg0) (default-frame-top-level frame-arg0))
:panes-constructor(lambda (fm frame) (or (frame-panes-for-layout frame) (setf (frame-panes-for-layout frame) (with-look-and-feel-realization (fm frame) (list (cons (quote single-pane) (make-clim-application-pane name (quote single-pane) scroll-bars t display-function (lambda (frame pane) (show-data-frame pane (dataframe frame))))))))))
:layout-constructor(lambda (fm frame) (disown-frame-panes fm frame) (let ((named-panes (frame-panes-for-layout frame))) (let ((single-pane (assoc-value named-panes (quote single-pane) test (function eq)))) (setf (frame-panes frame) (ecase (frame-current-layout frame) (default single-pane))))) (adopt-frame-panes fm frame (frame-current-layout frame)) (update-frame-pane-lists frame))
Direct slots
Slot: %dataframe
Initargs

:dataframe

Readers

dataframe.

Writers

This slot is read-only.


Appendix A Indexes


A.1 Concepts


A.3 Variables

Jump to:   %  
S  
Index Entry  Section

%
%dataframe: Private classes

S
Slot, %dataframe: Private classes