#include <polarwindow.h>
Inherits BC_CheckBox, BC_CheckBox, and BC_CheckBox.

Public Member Functions | |
| AutomatedFn (PolarMain *client, PolarWindow *window, int x, int y, int number) | |
| ~AutomatedFn () | |
| int | handle_event () |
| AutomatedFn (WhirlMain *client, WhirlWindow *window, int x, int y, int number) | |
| ~AutomatedFn () | |
| int | handle_event () |
| AutomatedFn (YUVMain *client, YUVWindow *window, int x, int y, int number) | |
| ~AutomatedFn () | |
| int | handle_event () |
Data Fields | |
| PolarMain * | client |
| PolarWindow * | window |
| int | number |
| WhirlMain * | client |
| WhirlWindow * | window |
| YUVMain * | client |
| YUVWindow * | window |
Definition at line 54 of file polarwindow.h.
| AutomatedFn::AutomatedFn | ( | PolarMain * | client, | |
| PolarWindow * | window, | |||
| int | x, | |||
| int | y, | |||
| int | number | |||
| ) |
Definition at line 88 of file polarwindow.C.
| AutomatedFn::~AutomatedFn | ( | ) |
Definition at line 96 of file polarwindow.C.
| AutomatedFn::AutomatedFn | ( | WhirlMain * | client, | |
| WhirlWindow * | window, | |||
| int | x, | |||
| int | y, | |||
| int | number | |||
| ) |
Definition at line 117 of file whirlwindow.C.
| AutomatedFn::~AutomatedFn | ( | ) |
Definition at line 117 of file yuvwindow.C.
| AutomatedFn::~AutomatedFn | ( | ) |
| int AutomatedFn::handle_event | ( | ) | [virtual] |
Reimplemented from BC_CheckBox.
Definition at line 100 of file polarwindow.C.
References PolarMain::automated_function, PolarWindow::automation, client, number, PluginClient::send_configure_change(), BC_Toggle::update(), and window.

| int AutomatedFn::handle_event | ( | ) | [virtual] |
Reimplemented from BC_CheckBox.
| int AutomatedFn::handle_event | ( | ) | [virtual] |
Reimplemented from BC_CheckBox.
Definition at line 84 of file whirlwindow.h.
Definition at line 85 of file whirlwindow.h.
Definition at line 84 of file yuvwindow.h.
Definition at line 85 of file yuvwindow.h.
1.5.5