eieio-speedbar-make-tag-line

eieio-speedbar-make-tag-line is a Lisp function in `eieio-speedbar.el'.

(eieio-speedbar-make-tag-line &rest LOCAL-ARGS)

Insert a tag line into speedbar at point for OBJECT.
By default, all objects appear as simple TAGS with no need to inherit from
the special `eieio-speedbar' classes. Child classes should redefine this
method to create more accurate tag lines.
Argument DEPTH is the depth at which the tag line is inserted.

This is a generic function.

Implementations:

Generic :PRIMARY
Undocumented

`eieio-speedbar' :PRIMARY (object depth)
Insert a tag line into speedbar at point for OBJECT.
All objects a child of symbol `eieio-speedbar' can be created from
this method. Override this if you need non-traditional tag lines.
Argument DEPTH is the depth at which the tag line is inserted.

Defined in `eieio-speedbar.el'