#include <combo.h>
Collaboration diagram for Combo_member:

Public Member Functions | |
| Combo_member (short x, short y, short z, short sh, short fr) | |
Private Attributes | |
| short | tx |
| short | ty |
| short | tz |
| short | shapenum |
| short | framenum |
Friends | |
| class | Combo |
| class | Combo_editor |
| class | Combo_chooser |
| int | hot_spot_compare (Combo_member &c0, Combo_member &c1) |
Definition at line 40 of file combo.h.
| Combo_member::Combo_member | ( | short | x, | |
| short | y, | |||
| short | z, | |||
| short | sh, | |||
| short | fr | |||
| ) | [inline] |
friend class Combo_editor [friend] |
friend class Combo_chooser [friend] |
| int hot_spot_compare | ( | Combo_member & | c0, | |
| Combo_member & | c1 | |||
| ) | [friend] |
short Combo_member::tx [private] |
Definition at line 42 of file combo.h.
Referenced by Combo_chooser::drag_data_get(), Combo::get_member_footprint(), hot_spot_compare(), Combo_editor::set_controls(), and Combo_editor::set_position().
short Combo_member::ty [private] |
Definition at line 42 of file combo.h.
Referenced by Combo_chooser::drag_data_get(), Combo::get_member_footprint(), hot_spot_compare(), Combo_editor::set_controls(), and Combo_editor::set_position().
short Combo_member::tz [private] |
Definition at line 42 of file combo.h.
Referenced by Combo_chooser::drag_data_get(), hot_spot_compare(), Combo_editor::set_controls(), and Combo_editor::set_position().
short Combo_member::shapenum [private] |
Definition at line 43 of file combo.h.
Referenced by Combo_chooser::drag_begin(), Combo::draw(), and Combo::get_member_footprint().
short Combo_member::framenum [private] |
Definition at line 43 of file combo.h.
Referenced by Combo_chooser::drag_begin(), Combo::draw(), and Combo::get_member_footprint().
1.5.1