#include <recordgui.h>
Inherits BC_ListBox.

Public Member Functions | |
| RecordGUIBatches (Record *record, RecordGUI *gui, int x, int y, int w, int h) | |
| int | handle_event () |
| int | selection_changed () |
| int | column_resize_event () |
| int | drag_start_event () |
| int | drag_motion_event () |
| int | drag_stop_event () |
Data Fields | |
| int | dragging_item |
| Record * | record |
| RecordGUI * | gui |
Definition at line 188 of file recordgui.h.
| int RecordGUIBatches::handle_event | ( | ) | [virtual] |
| int RecordGUIBatches::selection_changed | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 608 of file recordgui.C.
References Record::batches, Record::change_editing_batch(), RecordGUI::column_widths, Batch::enabled, BC_WindowBase::get_cursor_x(), BC_ListBox::get_selection_number(), gui, record, RecordGUI::update_batches(), and ArrayList< TYPE >::values.

| int RecordGUIBatches::column_resize_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 624 of file recordgui.C.
References BATCH_COLUMNS, RecordGUI::column_widths, BC_ListBox::get_column_width(), and gui.

| int RecordGUIBatches::drag_start_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 633 of file recordgui.C.
References BC_ListBox::drag_start_event(), and dragging_item.

| int RecordGUIBatches::drag_motion_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 644 of file recordgui.C.
References BC_ListBox::drag_motion_event().

| int RecordGUIBatches::drag_stop_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 653 of file recordgui.C.
References Record::batches, BC_ListBox::drag_stop_event(), dragging_item, Record::editing_batch, BC_ListBox::get_highlighted_item(), gui, record, src, ArrayList< TYPE >::total, RecordGUI::update_batches(), and ArrayList< TYPE >::values.

Definition at line 199 of file recordgui.h.
Referenced by drag_start_event(), drag_stop_event(), and RecordGUIBatches().
Definition at line 200 of file recordgui.h.
Referenced by drag_stop_event(), and selection_changed().
Reimplemented from BC_ListBox.
Definition at line 201 of file recordgui.h.
Referenced by column_resize_event(), drag_stop_event(), and selection_changed().
1.5.5