Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Monitor::BellMaster::CodeListView Class Reference

#include <bmcdlvw.h>

List of all members.

Public Methods

 CodeListView (const BellCodeList &newBellCodes, const TRect &bounds, TScrollBar *aVScrollBar)
virtual void getText (char *dest, short item, short maxLen)
 Override of inherited method to supply display text for a given item in the bell code list. More...

BellCodegetSelectedBellCode ()

Private Attributes

const BellCodeListbellCodes


Constructor & Destructor Documentation

CodeListView::CodeListView const BellCodeList   newBellCodes,
const TRect &    bounds,
TScrollBar *    aVScrollBar
 

Parameters:
newBellCodes  List of bell codes to be displayed.
bounds  Bounding rectangle for list.
aVScrollBar  Vertical scrollbar for list.

Definition at line 50 of file bmcdlvw.cpp.

References _USEMYTRACE_.


Member Function Documentation

BellCode * CodeListView::getSelectedBellCode  
 

Returns:
Pointer to selected bell code, 'null' if none selected.

Definition at line 83 of file bmcdlvw.cpp.

References _USEMYTRACE_, and bellCodes.

void CodeListView::getText char *    dest,
short    item,
short    maxLen
[virtual]
 

Override of inherited method to supply display text for a given item in the bell code list.

Parameters:
dest  char array to copy text into.
item  Index of list item for which to copy text.
maxLen  Maximum amount of text to copy to 'dest'.

Definition at line 66 of file bmcdlvw.cpp.

References _USEMYTRACE_, and bellCodes.


Member Data Documentation

const BellCodeList& Monitor::BellMaster::CodeListView::bellCodes [private]
 

Definition at line 89 of file bmcdlvw.h.

Referenced by getSelectedBellCode, and getText.


Generated on Wed Oct 29 20:55:44 2003 for Bellmaster BC Turbo Vision by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002