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

Public Member Functions | |
| OilIntensity (OilEffect *plugin, int x, int y) | |
| int | handle_event () |
| OilIntensity (OilMain *client, int x, int y) | |
| ~OilIntensity () | |
| int | handle_event () |
Data Fields | |
| OilEffect * | plugin |
| OilMain * | client |
Definition at line 54 of file oil.C.
| OilIntensity::OilIntensity | ( | OilEffect * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
| OilIntensity::OilIntensity | ( | OilMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 78 of file oilwindow.C.
| OilIntensity::~OilIntensity | ( | ) |
Definition at line 83 of file oilwindow.C.
| int OilIntensity::handle_event | ( | ) | [virtual] |
Reimplemented from BC_CheckBox.
Definition at line 227 of file oil.C.
References OilEffect::config, BC_Toggle::get_value(), plugin, PluginClient::send_configure_change(), and OilConfig::use_intensity.

| int OilIntensity::handle_event | ( | ) | [virtual] |
Reimplemented from BC_CheckBox.
Definition at line 60 of file oilwindow.h.
1.5.5