#include <perspective.h>
Inherits BC_TumbleTextBox.

Public Member Functions | |
| PerspectiveCoord (PerspectiveWindow *gui, PerspectiveMain *plugin, int x, int y, float value, int is_x) | |
| int | handle_event () |
Data Fields | |
| PerspectiveMain * | plugin |
| int | is_x |
Definition at line 72 of file perspective.h.
| PerspectiveCoord::PerspectiveCoord | ( | PerspectiveWindow * | gui, | |
| PerspectiveMain * | plugin, | |||
| int | x, | |||
| int | y, | |||
| float | value, | |||
| int | is_x | |||
| ) |
Definition at line 475 of file perspective.C.
| int PerspectiveCoord::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TumbleTextBox.
Definition at line 487 of file perspective.C.
References BC_TumbleTextBox::get_text(), is_x, plugin, PluginClient::send_configure_change(), PerspectiveMain::set_current_x(), and PerspectiveMain::set_current_y().

1.5.5