#include <histogramwindow.h>
Inherits BC_TumbleTextBox.

Public Member Functions | |
| HistogramInputText (HistogramMain *plugin, HistogramWindow *gui, int x, int y, int do_x) | |
| int | handle_event () |
| void | update () |
Data Fields | |
| HistogramMain * | plugin |
| HistogramWindow * | gui |
| int | do_x |
Definition at line 108 of file histogramwindow.h.
| HistogramInputText::HistogramInputText | ( | HistogramMain * | plugin, | |
| HistogramWindow * | gui, | |||
| int | x, | |||
| int | y, | |||
| int | do_x | |||
| ) |
Definition at line 877 of file histogramwindow.C.
References BC_TumbleTextBox::set_increment(), and BC_TumbleTextBox::set_precision().

| int HistogramInputText::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TumbleTextBox.
Definition at line 898 of file histogramwindow.C.
References HistogramMain::current_point, do_x, BC_TumbleTextBox::get_text(), gui, HistogramMain::mode, HistogramMain::output, plugin, PluginClient::send_configure_change(), HistogramWindow::update_canvas(), HistogramPoint::x, and HistogramPoint::y.

| void HistogramInputText::update | ( | ) |
Definition at line 924 of file histogramwindow.C.
References HistogramMain::current_point, do_x, HistogramMain::mode, plugin, BC_TumbleTextBox::update(), HistogramPoint::x, and HistogramPoint::y.
Referenced by HistogramWindow::update_input().

1.5.5