ASSOC Class Reference

#include <varblwin.h>

Inheritance diagram for ASSOC:

ELIST_LINK List of all members.

Detailed Description

Maintain an association between a window handle and the VARIABLES_WINDOW which manages events in that window.

Definition at line 37 of file varblwin.h.

Public Member Functions

Private Attributes

Friends


Constructor & Destructor Documentation

ASSOC::ASSOC (  )  [inline]

Definition at line 45 of file varblwin.h.

00045             { 
00046     }                            //contstructor

ASSOC::ASSOC ( WINDOW  new_fd,
VARIABLES_WINDOW new_var_win 
) [inline]

Definition at line 48 of file varblwin.h.

References fd, and var_win.

00050                                          {
00051       fd = new_fd;
00052       var_win = new_var_win;
00053     }


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 }


Friends And Related Function Documentation

friend class ASSOCIATION_LIST [friend]

Definition at line 39 of file varblwin.h.


Member Data Documentation

WINDOW ASSOC::fd [private]

Definition at line 41 of file varblwin.h.

Referenced by ASSOC().

VARIABLES_WINDOW* ASSOC::var_win [private]

Definition at line 42 of file varblwin.h.

Referenced by ASSOC().


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