/* * Class InstructorPrefs displays Instructor Preferences interface It's * composed of the following interactors: * * * a Message label at the top containing the insructor's name * * an instance of a TimePrefBrowser (q.v., in timeprefbrowse.h) * * an instacne of a CoursePrefBrowser (q.v., in courseprefbrowse.h) * * a little button VBox for the three edit buttons */ class InstructorPrefs { protected: char* label; TimePrefBrowser* tb; CoursePrefBrowser* cb; EditTimeButton* tbutton; EditCourseButton* cbutton; BackButton* backbutton; };