#include <shapelst.h>
Collaboration diagram for Shape_entry:

Private Member Functions | |
| Shape_entry () | |
| void | set (int ind, int shnum, int frnum, int rx, int ry, int rw, int rh) |
Private Attributes | |
| int | index |
| int | shapenum |
| int | framenum |
| Rectangle | box |
Friends | |
| class | Shape_chooser |
Definition at line 42 of file shapelst.h.
| Shape_entry::Shape_entry | ( | ) | [inline, private] |
Definition at line 49 of file shapelst.h.
| void Shape_entry::set | ( | int | ind, | |
| int | shnum, | |||
| int | frnum, | |||
| int | rx, | |||
| int | ry, | |||
| int | rw, | |||
| int | rh | |||
| ) | [inline, private] |
friend class Shape_chooser [friend] |
Definition at line 44 of file shapelst.h.
int Shape_entry::index [private] |
Definition at line 45 of file shapelst.h.
Referenced by Shape_chooser::all_frames_toggled(), and set().
int Shape_entry::shapenum [private] |
Definition at line 47 of file shapelst.h.
Referenced by Shape_chooser::drag_begin(), Shape_chooser::drag_data_get(), Shape_chooser::frame_changed(), Shape_chooser::get_selected(), Shape_chooser::get_selected_id(), Shape_chooser::import_frame(), Shape_chooser::on_shapes_popup_edtiles_activate(), and set().
int Shape_entry::framenum [private] |
Definition at line 47 of file shapelst.h.
Referenced by Shape_chooser::drag_begin(), Shape_chooser::drag_data_get(), Shape_chooser::frame_changed(), Shape_chooser::get_selected(), Shape_chooser::import_frame(), and set().
Rectangle Shape_entry::box [private] |
1.5.1