#include <seltempavgwindow.h>
Inherits BC_Radial.

Public Member Functions | |
| SelTempAvgMethodRadial (SelTempAvgMain *client, SelTempAvgWindow *gui, int x, int y, int type, char *caption) | |
| int | handle_event () |
Data Fields | |
| SelTempAvgMain * | client |
| SelTempAvgWindow * | gui |
| int | type |
Definition at line 130 of file seltempavgwindow.h.
| SelTempAvgMethodRadial::SelTempAvgMethodRadial | ( | SelTempAvgMain * | client, | |
| SelTempAvgWindow * | gui, | |||
| int | x, | |||
| int | y, | |||
| int | type, | |||
| char * | caption | |||
| ) |
Definition at line 242 of file seltempavgwindow.C.
| int SelTempAvgMethodRadial::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Toggle.
Definition at line 252 of file seltempavgwindow.C.
References client, SelTempAvgMain::config, BC_Toggle::get_value(), gui, SelTempAvgConfig::method, SelTempAvgConfig::METHOD_AVERAGE, SelTempAvgWindow::method_average, SelTempAvgConfig::METHOD_NONE, SelTempAvgWindow::method_none, SelTempAvgConfig::METHOD_SELTEMPAVG, SelTempAvgWindow::method_seltempavg, SelTempAvgConfig::METHOD_STDDEV, SelTempAvgWindow::method_stddev, PluginClient::send_configure_change(), type, and BC_Toggle::update().

1.5.5