#include <formatwindow.h>
Inherits BC_Window.

Public Member Functions | |
| FormatAWindow (Asset *asset, int *dither) | |
| ~FormatAWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| Asset * | asset |
| int * | dither |
| FormatHILO * | hilo_button |
| FormatLOHI * | lohi_button |
Definition at line 16 of file formatwindow.h.
| FormatAWindow::FormatAWindow | ( | Asset * | asset, | |
| int * | dither | |||
| ) |
Definition at line 7 of file formatwindow.C.
| FormatAWindow::~FormatAWindow | ( | ) |
Definition at line 13 of file formatwindow.C.
| int FormatAWindow::create_objects | ( | ) |
Definition at line 17 of file formatwindow.C.
References _, BC_WindowBase::add_subwindow(), asset, BC_WindowBase::BC_Title, dither, Asset::format, hilo_button, FormatHILO::lohi, lohi_button, SMALLFONT, BC_WindowBase::x, and BC_WindowBase::y.

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

1.5.5