Mercurial > MadButterfly
annotate nodejs/coord.m4 @ 829:379fd510ba38
Define accessor for the opacity attribute of the coord
author | wycc |
---|---|
date | Wed, 15 Sep 2010 01:17:43 +0800 |
parents | 84853c8559cf |
children | 2bcacd29d95f |
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 |
829
379fd510ba38
Define accessor for the opacity attribute of the coord
wycc
parents:
810
diff
changeset
|
2 STRUCT([coord], [coord_t], |
379fd510ba38
Define accessor for the opacity attribute of the coord
wycc
parents:
810
diff
changeset
|
3 [ACCESSOR([opacity], [xnjsmb_coord_get_opacity],[xnjsmb_coord_set_opacity])], |
661
90c7726bc953
Replace part code of coord.cc by the code generated by generator
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
4 [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
|
5 (SELF, OBJ([shape], [shape], [shape_t]), ERR), 1, []), |
749
ed59e659a202
Implement binding for hide/show for shapes and coords
Thinker K.F. Li <thinker@codemud.net>
parents:
745
diff
changeset
|
6 METHOD([remove], [xnjsmb_coord_remove], (SELF), 0, []), |
ed59e659a202
Implement binding for hide/show for shapes and coords
Thinker K.F. Li <thinker@codemud.net>
parents:
745
diff
changeset
|
7 METHOD([show], [xnjsmb_coord_show], (SELF), 0, []), |
829
379fd510ba38
Define accessor for the opacity attribute of the coord
wycc
parents:
810
diff
changeset
|
8 METHOD([hide], [xnjsmb_coord_hide], (SELF), 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
|
9 ((GET_INDEX, (coord_get_index, NUMBER)), |
680
a588eefd3f04
Refactor to xnjsmb_coord_mod().
Thinker K.F. Li <thinker@branda.to>
parents:
666
diff
changeset
|
10 (SET_INDEX, (coord_set_index, NUMBER)), |
a588eefd3f04
Refactor to xnjsmb_coord_mod().
Thinker K.F. Li <thinker@branda.to>
parents:
666
diff
changeset
|
11 ([STMOD], [xnjsmb_coord_mod]))) |