#include <recordgui.h>
Inherits BC_PopupMenu.

Public Member Functions | |
| RecordGUIModeMenu (int x, int y, int w, char *text) | |
| ~RecordGUIModeMenu () | |
| int | handle_event () |
| int | add_items () |
Data Fields | |
| RecordGUIMode * | linear |
| RecordGUIMode * | timed |
| RecordGUIMode * | loop |
Definition at line 472 of file recordgui.h.
| RecordGUIModeMenu::RecordGUIModeMenu | ( | int | x, | |
| int | y, | |||
| int | w, | |||
| char * | text | |||
| ) |
Definition at line 1327 of file recordgui.C.
| RecordGUIModeMenu::~RecordGUIModeMenu | ( | ) |
| int RecordGUIModeMenu::handle_event | ( | ) | [virtual] |
| int RecordGUIModeMenu::add_items | ( | ) |
Definition at line 1342 of file recordgui.C.
References _, BC_PopupMenu::add_item(), linear, and timed.

1.5.5