Function: eieio-speedbar-object-children

eieio-speedbar-object-children is a byte-compiled function defined in eieio-speedbar.el.gz.

Signature

(eieio-speedbar-object-children ARG &rest ARGS)

Implementations

((this ede-target)) in `ede/speedbar.el'.

Return the list of speedbar display children for THIS.

((this ede-project)) in `ede/speedbar.el'.

Return the list of speedbar display children for THIS.

((object eieio-speedbar)) in `eieio-speedbar.el'.

Return a list of children to be displayed in speedbar. If the return value is a list of OBJECTs, then those objects are queried for details. If the return list is made of strings, then this object will be queried for the details needed to create a speedbar button.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-speedbar.el.gz
;;; Methods to the eieio-speedbar-* classes which need to be overridden.
;;
(cl-defmethod eieio-speedbar-object-children ((_object eieio-speedbar))
  "Return a list of children to be displayed in speedbar.
If the return value is a list of OBJECTs, then those objects are
queried for details.  If the return list is made of strings,
then this object will be queried for the details needed
to create a speedbar button."
  nil)