#include <filemov.h>
Inherits BC_TumbleTextBox.

Public Member Functions | |
| MOVConfigVideoNum (MOVConfigVideo *popup, char *title_text, int x, int y, int *output) | |
| MOVConfigVideoNum (MOVConfigVideo *popup, char *title_text, int x, int y, int min, int max, int *output) | |
| ~MOVConfigVideoNum () | |
| void | create_objects () |
| int | handle_event () |
Data Fields | |
| int * | output |
| MOVConfigVideo * | popup |
| BC_Title * | title |
| char * | title_text |
| int | x |
| int | y |
Definition at line 322 of file filemov.h.
| MOVConfigVideoNum::MOVConfigVideoNum | ( | MOVConfigVideo * | popup, | |
| char * | title_text, | |||
| int | x, | |||
| int | y, | |||
| int * | output | |||
| ) |
| MOVConfigVideoNum::MOVConfigVideoNum | ( | MOVConfigVideo * | popup, | |
| char * | title_text, | |||
| int | x, | |||
| int | y, | |||
| int | min, | |||
| int | max, | |||
| int * | output | |||
| ) |
| MOVConfigVideoNum::~MOVConfigVideoNum | ( | ) |
Definition at line 2053 of file filemov.C.
References BC_WindowBase::get_deleting(), popup, and title.

| void MOVConfigVideoNum::create_objects | ( | ) |
Reimplemented from BC_TumbleTextBox.
Definition at line 2058 of file filemov.C.
References BC_WindowBase::add_subwindow(), BC_TumbleTextBox::create_objects(), popup, title, title_text, x, and y.
Referenced by MOVConfigVideo::update_parameters().

| int MOVConfigVideoNum::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TumbleTextBox.
Definition at line 2064 of file filemov.C.
References BC_TumbleTextBox::get_text(), and output.

Reimplemented from BC_TumbleTextBox.
Definition at line 345 of file filemov.h.
Referenced by create_objects().
Reimplemented from BC_TumbleTextBox.
Definition at line 345 of file filemov.h.
Referenced by create_objects().
1.5.5