#include <histogramwindow.h>
Inherits BC_Radial.

Public Member Functions | |
| HistogramMode (HistogramMain *plugin, int x, int y, int value, char *text) | |
| int | handle_event () |
Data Fields | |
| HistogramMain * | plugin |
| int | value |
Definition at line 72 of file histogramwindow.h.
| HistogramMode::HistogramMode | ( | HistogramMain * | plugin, | |
| int | x, | |||
| int | y, | |||
| int | value, | |||
| char * | text | |||
| ) |
Definition at line 806 of file histogramwindow.C.
| int HistogramMode::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Toggle.
Definition at line 816 of file histogramwindow.C.
References HistogramMain::current_point, HistogramMain::mode, HistogramMain::output, plugin, and value.
Reimplemented from BC_Toggle.
Definition at line 82 of file histogramwindow.h.
Referenced by handle_event().
1.5.5