home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP Advantage
/
NeXTstep_Advantage.img
/
YourCallDemo
/
CallReviewer.h
< prev
next >
Wrap
Text File
|
1993-03-30
|
642b
|
21 lines
#import "CallController.h"
@interface CallReviewer : CallController
{
id callIndexField; /* the TextField containing index of current call */
id totalCallsField; /* the TextField containing total number of calls */
id ofButton; /* a Button used to display the word "of" */
id reviewCallsPanel; /* Panel used to display the call reviewer */
NXHashState hashState; /* NXHashState used to iterate through the calls */
int indexOfCall; /* stores index of the current call during iteration */
}
- awakeFromNib;
- showCall:(CallRecord *)theRecord;
- showFirstCall:sender;
- showNextCall:sender;
- resetReviewer;
@end