#include <whirlwindow.h>
Inherits BC_Window, and BC_Window.

Public Member Functions | |
| WhirlWindow (WhirlEffect *plugin, int x, int y) | |
| void | create_objects () |
| int | close_event () |
| WhirlWindow (WhirlMain *client) | |
| ~WhirlWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| WhirlEffect * | plugin |
| WhirlRadius * | radius |
| WhirlPinch * | pinch |
| WhirlAngle * | angle |
| WhirlMain * | client |
| AngleSlider * | angle_slider |
| PinchSlider * | pinch_slider |
| RadiusSlider * | radius_slider |
| AutomatedFn * | automation [3] |
Definition at line 77 of file whirl.C.
| WhirlWindow::WhirlWindow | ( | WhirlEffect * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
| WhirlWindow::WhirlWindow | ( | WhirlMain * | client | ) |
Definition at line 35 of file whirlwindow.C.
| WhirlWindow::~WhirlWindow | ( | ) |
Definition at line 39 of file whirlwindow.C.
References angle_slider, automation, pinch_slider, and radius_slider.
| int WhirlWindow::create_objects | ( | ) |
Definition at line 236 of file whirl.C.
References _, BC_WindowBase::add_subwindow(), angle, BC_WindowBase::BC_Title, BC_WindowBase::flush(), pinch, plugin, radius, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.
Referenced by WhirlThread::run().

| int WhirlWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 255 of file whirl.C.
References BC_WindowBase::set_done().

| int WhirlWindow::create_objects | ( | ) |
| int WhirlWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 84 of file whirl.C.
Referenced by create_objects(), and WhirlEffect::update_gui().
Definition at line 85 of file whirl.C.
Referenced by create_objects(), and WhirlEffect::update_gui().
Definition at line 86 of file whirl.C.
Referenced by create_objects(), and WhirlEffect::update_gui().
Definition at line 40 of file whirlwindow.h.
1.5.5