#include <rgb601window.h>
Inherits BC_CheckBox.

Public Member Functions | |
| RGB601Direction (RGB601Window *window, int x, int y, int *output, int true_value, char *text) | |
| ~RGB601Direction () | |
| int | handle_event () |
Data Fields | |
| RGB601Window * | window |
| int * | output |
| int | true_value |
Definition at line 15 of file rgb601window.h.
| RGB601Direction::RGB601Direction | ( | RGB601Window * | window, | |
| int | x, | |||
| int | y, | |||
| int * | output, | |||
| int | true_value, | |||
| char * | text | |||
| ) |
Definition at line 66 of file rgb601window.C.
| RGB601Direction::~RGB601Direction | ( | ) |
Definition at line 73 of file rgb601window.C.
| int RGB601Direction::handle_event | ( | ) | [virtual] |
Reimplemented from BC_CheckBox.
Definition at line 77 of file rgb601window.C.
References RGB601Window::client, BC_Toggle::get_value(), output, PluginClient::send_configure_change(), true_value, RGB601Window::update(), and window.

1.5.5