#include <chunklst.h>
Collaboration diagram for Chunk_info:

Private Member Functions | |
| Chunk_info () | |
| void | set (int n, int rx, int ry, int rw, int rh) |
Private Attributes | |
| int | num |
| Rectangle | box |
Friends | |
| class | Chunk_chooser |
Definition at line 40 of file chunklst.h.
| Chunk_info::Chunk_info | ( | ) | [inline, private] |
Definition at line 45 of file chunklst.h.
| void Chunk_info::set | ( | int | n, | |
| int | rx, | |||
| int | ry, | |||
| int | rw, | |||
| int | rh | |||
| ) | [inline, private] |
friend class Chunk_chooser [friend] |
Definition at line 42 of file chunklst.h.
int Chunk_info::num [private] |
Definition at line 43 of file chunklst.h.
Referenced by Chunk_chooser::drag_data_get(), Chunk_chooser::get_selected_id(), and set().
Rectangle Chunk_info::box [private] |
1.5.1