Mercurial > MadButterfly
annotate nodejs/coord.m4 @ 744:6a988e23ad2a
A dirty implementation of removing subtree
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 25 Aug 2010 14:23:06 +0800 |
parents | d8764f10e141 |
children | 4ccb0553e804 |
rev | line source |
---|---|
661
90c7726bc953
Replace part code of coord.cc by the code generated by generator
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
1 define([PROJ_PREFIX], [xnjsmb_auto_])dnl |
90c7726bc953
Replace part code of coord.cc by the code generated by generator
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
2 STRUCT([coord], [coord_t], [], |
90c7726bc953
Replace part code of coord.cc by the code generated by generator
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
3 [METHOD([add_shape], [xnjsmb_coord_add_shape], |
741
d8764f10e141
Remove a coord from the tree in JS
Thinker K.F. Li <thinker@codemud.net>
parents:
680
diff
changeset
|
4 (SELF, OBJ([shape], [shape], [shape_t]), ERR), 1, []), |
d8764f10e141
Remove a coord from the tree in JS
Thinker K.F. Li <thinker@codemud.net>
parents:
680
diff
changeset
|
5 METHOD([remove], [xnjsmb_coord_remove], (SELF, ERR), 0, [])], |
661
90c7726bc953
Replace part code of coord.cc by the code generated by generator
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
6 ((GET_INDEX, (coord_get_index, NUMBER)), |
680
a588eefd3f04
Refactor to xnjsmb_coord_mod().
Thinker K.F. Li <thinker@branda.to>
parents:
666
diff
changeset
|
7 (SET_INDEX, (coord_set_index, NUMBER)), |
a588eefd3f04
Refactor to xnjsmb_coord_mod().
Thinker K.F. Li <thinker@branda.to>
parents:
666
diff
changeset
|
8 ([STMOD], [xnjsmb_coord_mod]))) |