#include <swapchannels.h>
Inherits BC_Window.

Public Member Functions | |
| SwapWindow (SwapMain *plugin, int x, int y) | |
| ~SwapWindow () | |
| void | create_objects () |
| int | close_event () |
Data Fields | |
| SwapMain * | plugin |
| SwapMenu * | red |
| SwapMenu * | green |
| SwapMenu * | blue |
| SwapMenu * | alpha |
Definition at line 66 of file swapchannels.h.
| SwapWindow::SwapWindow | ( | SwapMain * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 61 of file swapchannels.C.
| SwapWindow::~SwapWindow | ( | ) |
Definition at line 76 of file swapchannels.C.
| void SwapWindow::create_objects | ( | ) |
Definition at line 81 of file swapchannels.C.
References _, BC_WindowBase::add_subwindow(), SwapConfig::alpha, alpha, BC_WindowBase::BC_Title, SwapConfig::blue, blue, SwapMain::config, SwapMenu::create_objects(), BC_WindowBase::flush(), SwapConfig::green, green, plugin, SwapConfig::red, red, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

| int SwapWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
1.5.5