MENU_L Class Reference

#include <sbdmenu.h>

Inheritance diagram for MENU_L:

ELIST_LINK List of all members.

Detailed Description

Generic menu list element for heterogeneous list (Command Window).

Definition at line 387 of file sbdmenu.h.

Public Member Functions

Public Attributes


Constructor & Destructor Documentation

MENU_L::MENU_L (  )  [inline]

Definition at line 392 of file sbdmenu.h.

00392              { 
00393     }                            //copy list constrctr

MENU_L::MENU_L ( MENU_NODE p  )  [inline]

Definition at line 395 of file sbdmenu.h.

References ptr.

00396                          {
00397       ptr = p;
00398     }


Member Function Documentation

void ELIST_LINK::de_serialise_asc ( FILE *  f  )  [inherited]

Reimplemented in ICOORDELT.

Definition at line 39 of file elst.cpp.

References ABORT, ERRCODE::error(), and SERIALISE_LINKS.

00040                                            {
00041   SERIALISE_LINKS.error ("ELIST_LINK::de_serialise_asc", ABORT,
00042     "Don't call this, override!");
00043 }

void ELIST_LINK::serialise_asc ( FILE *  f  )  [inherited]

Generates an error, as it should never be called.

Definition at line 32 of file elst.cpp.

References ABORT, ERRCODE::error(), and SERIALISE_LINKS.

00033                                         {
00034   SERIALISE_LINKS.error ("ELIST_LINK::serialise_asc", ABORT,
00035     "Don't call this, override!");
00036 }


Member Data Documentation

MENU_NODE* MENU_L::ptr

Definition at line 390 of file sbdmenu.h.

Referenced by menu_item_sorter(), and MENU_L().


The documentation for this class was generated from the following file:
Generated on Wed Feb 28 19:49:32 2007 for Tesseract by  doxygen 1.5.1