#include <formatwindow.h>
Inherits BC_Window.

Public Member Functions | |
| FormatVWindow (Asset *asset, int recording) | |
| ~FormatVWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| Asset * | asset |
| int | recording |
Definition at line 30 of file formatwindow.h.
| FormatVWindow::FormatVWindow | ( | Asset * | asset, | |
| int | recording | |||
| ) |
Definition at line 68 of file formatwindow.C.
| FormatVWindow::~FormatVWindow | ( | ) |
Definition at line 72 of file formatwindow.C.
| int FormatVWindow::create_objects | ( | ) |
Definition at line 76 of file formatwindow.C.
References _, BC_WindowBase::add_subwindow(), asset, BC_WindowBase::BC_Title, Asset::format, recording, BC_WindowBase::x, and BC_WindowBase::y.

| int FormatVWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 117 of file formatwindow.C.
References BC_WindowBase::set_done().

1.5.5