#include <recordwindow.h>
Inherits BC_CheckBox.

Public Member Functions | |
| RecordToTracks (Record *record, int default_) | |
| ~RecordToTracks () | |
| int | handle_event () |
Data Fields | |
| Record * | record |
Definition at line 34 of file recordwindow.h.
| RecordToTracks::RecordToTracks | ( | Record * | record, | |
| int | default_ | |||
| ) |
Definition at line 84 of file recordwindow.C.
| RecordToTracks::~RecordToTracks | ( | ) |
Definition at line 86 of file recordwindow.C.
| int RecordToTracks::handle_event | ( | ) | [virtual] |
Reimplemented from BC_CheckBox.
Definition at line 88 of file recordwindow.C.
References BC_Toggle::get_value(), record, and Record::to_tracks.

1.5.5