#include <transitionpopup.h>
Inherits BC_Window.

Public Member Functions | |
| TransitionLengthDialog (MWindow *mwindow, Transition *transition) | |
| ~TransitionLengthDialog () | |
| void | create_objects () |
| int | close_event () |
Data Fields | |
| MWindow * | mwindow |
| Transition * | transition |
| TransitionLengthText * | text |
Definition at line 29 of file transitionpopup.h.
| TransitionLengthDialog::TransitionLengthDialog | ( | MWindow * | mwindow, | |
| Transition * | transition | |||
| ) |
Definition at line 38 of file transitionpopup.C.
| TransitionLengthDialog::~TransitionLengthDialog | ( | ) |
Definition at line 54 of file transitionpopup.C.
| void TransitionLengthDialog::create_objects | ( | ) |
Definition at line 59 of file transitionpopup.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_TumbleTextBox::create_objects(), mwindow, BC_WindowBase::show_window(), and text.
Referenced by TransitionLengthThread::run().

| int TransitionLengthDialog::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 68 of file transitionpopup.C.
References BC_WindowBase::set_done().

Definition at line 39 of file transitionpopup.h.
Referenced by TransitionLengthText::handle_event().
1.5.5