Function: eieio-speedbar-child-make-tag-lines

eieio-speedbar-child-make-tag-lines is a byte-compiled function defined in eieio-speedbar.el.gz.

Signature

(eieio-speedbar-child-make-tag-lines ARG &rest ARGS)

Implementations

(eieio-speedbar-child-make-tag-lines (THIS ede-target) DEPTH) in `ede/speedbar.el'.

Create a speedbar tag line for a child of THIS. It has depth DEPTH.

(eieio-speedbar-child-make-tag-lines (OBJECT eieio-speedbar) DEPTH) in `eieio-speedbar.el'.

Base method for creating tag lines for non-object children.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-speedbar.el.gz
(cl-defmethod eieio-speedbar-child-make-tag-lines ((object eieio-speedbar) _depth)
  "Base method for creating tag lines for non-object children."
  (error "You must implement `eieio-speedbar-child-make-tag-lines' for %s"
	 (eieio-object-name object)))