#include "u7drag.h"#include "utils.h"Include dependency graph for u7drag.cc:

Go to the source code of this file.
Functions | |
| int | Store_u7_shapeid (unsigned char *data, int file, int shape, int frame) |
| U7drag.cc - Common defines for drag-and-drop of U7 shapes. | |
| void | Get_u7_shapeid (unsigned char *data, int &file, int &shape, int &frame) |
| int | Store_u7_chunkid (unsigned char *data, int cnum) |
| void | Get_u7_chunkid (unsigned char *data, int &cnum) |
| int | Store_u7_comboid (unsigned char *data, int xtiles, int ytiles, int tiles_right, int tiles_below, int cnt, U7_combo_data *ents) |
| void | Get_u7_comboid (unsigned char *data, int &xtiles, int &ytiles, int &tiles_right, int &tiles_below, int &cnt, U7_combo_data *&ents) |
| void Get_u7_chunkid | ( | unsigned char * | data, | |
| int & | cnum | |||
| ) |
Definition at line 94 of file u7drag.cc.
References Read2().
Referenced by Chunk_chooser::drag_data_received().
Here is the call graph for this function:

| void Get_u7_comboid | ( | unsigned char * | data, | |
| int & | xtiles, | |||
| int & | ytiles, | |||
| int & | tiles_right, | |||
| int & | tiles_below, | |||
| int & | cnt, | |||
| U7_combo_data *& | ents | |||
| ) |
Definition at line 145 of file u7drag.cc.
References U7_combo_data::frame, Read2(), U7_combo_data::shape, U7_combo_data::ty, and U7_combo_data::tz.
Here is the call graph for this function:

| void Get_u7_shapeid | ( | unsigned char * | data, | |
| int & | file, | |||
| int & | shape, | |||
| int & | frame | |||
| ) |
Definition at line 59 of file u7drag.cc.
References Read2().
Referenced by Shape_draw::drag_data_received().
Here is the call graph for this function:

| int Store_u7_chunkid | ( | unsigned char * | data, | |
| int | cnum | |||
| ) |
Definition at line 79 of file u7drag.cc.
References Write2().
Referenced by Chunk_chooser::drag_data_get().
Here is the call graph for this function:

| int Store_u7_comboid | ( | unsigned char * | data, | |
| int | xtiles, | |||
| int | ytiles, | |||
| int | tiles_right, | |||
| int | tiles_below, | |||
| int | cnt, | |||
| U7_combo_data * | ents | |||
| ) |
Definition at line 110 of file u7drag.cc.
References Write2().
Referenced by Combo_chooser::drag_data_get().
Here is the call graph for this function:

| int Store_u7_shapeid | ( | unsigned char * | data, | |
| int | file, | |||
| int | shape, | |||
| int | frame | |||
| ) |
U7drag.cc - Common defines for drag-and-drop of U7 shapes.
Written: 12/13/00 - JSF
Definition at line 40 of file u7drag.cc.
References Write2().
Referenced by Shape_chooser::drag_data_get(), and Palette_edit::drag_data_get().
Here is the call graph for this function:

1.5.1