#include <ivtcwindow.h>
Inherits BC_Radial.

Public Member Functions | |
| IVTCPattern (IVTCMain *client, IVTCWindow *window, int number, char *text, int x, int y) | |
| ~IVTCPattern () | |
| int | handle_event () |
Data Fields | |
| IVTCWindow * | window |
| IVTCMain * | client |
| int | number |
Definition at line 68 of file ivtcwindow.h.
| IVTCPattern::IVTCPattern | ( | IVTCMain * | client, | |
| IVTCWindow * | window, | |||
| int | number, | |||
| char * | text, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 137 of file ivtcwindow.C.
| IVTCPattern::~IVTCPattern | ( | ) |
Definition at line 149 of file ivtcwindow.C.
| int IVTCPattern::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Toggle.
Definition at line 152 of file ivtcwindow.C.
References IVTCConfig::AUTOMATIC, client, BC_Toggle::disable(), BC_TextBox::disable(), BC_Toggle::enable(), BC_TextBox::enable(), IVTCWindow::first_field, IVTCWindow::frame_offset, number, IVTCWindow::pattern, PluginClient::send_configure_change(), TOTAL_PATTERNS, BC_Toggle::update(), and window.

1.5.5