#include <ivtcwindow.h>
Inherits BC_Window.

Public Member Functions | |
| IVTCWindow (IVTCMain *client, int x, int y) | |
| ~IVTCWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| IVTCMain * | client |
| IVTCOffset * | frame_offset |
| IVTCFieldOrder * | first_field |
| IVTCAutoThreshold * | threshold |
| IVTCPattern * | pattern [TOTAL_PATTERNS] |
Definition at line 24 of file ivtcwindow.h.
| IVTCWindow::IVTCWindow | ( | IVTCMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 24 of file ivtcwindow.C.
| IVTCWindow::~IVTCWindow | ( | ) |
Definition at line 39 of file ivtcwindow.C.
| int IVTCWindow::create_objects | ( | ) |
Definition at line 43 of file ivtcwindow.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::add_tool(), IVTCConfig::AUTOMATIC, BC_WindowBase::BC_Title, client, BC_Toggle::disable(), BC_TextBox::disable(), first_field, BC_WindowBase::flush(), frame_offset, pattern, pattern_text, BC_WindowBase::show_window(), TOTAL_PATTERNS, BC_WindowBase::x, and BC_WindowBase::y.

| int IVTCWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 34 of file ivtcwindow.h.
Referenced by create_objects(), and IVTCPattern::handle_event().
Definition at line 35 of file ivtcwindow.h.
Referenced by create_objects(), and IVTCPattern::handle_event().
Definition at line 37 of file ivtcwindow.h.
| IVTCPattern* IVTCWindow::pattern[TOTAL_PATTERNS] |
Definition at line 38 of file ivtcwindow.h.
Referenced by create_objects(), and IVTCPattern::handle_event().
1.5.5