|
|
admin
发表于 2013-12-3 21:12:42
. F1 ^4 _# W8 F! ]2 K* i& s和Form相关的函数
* {) {* G' Y; t3 H6 l2 Z
* w: ]6 k' E8 L& ?
, f# ?( G$ G( ^6 ^$ AFORM_create" }: e1 A1 T! K3 @& x2 N5 V3 J
FORM_describe- a& j" j! f$ t* B8 x$ J/ n8 ]
( s; e; d6 s) e; O
& {# q+ T. \. B) ~6 ]
和文件夹Folder创建相关函数/ s& [+ q: c6 b) M) z
/ r' l4 h( h6 t5 j- FL_create
9 J8 I. H$ b: f3 J! @ } - (const char name[WSO_name_size_c+1], const char description[WSO_desc_size_c+1], tag_t *pfolder_tag)
3 P0 w' U5 F9 j: I" ~. V. m
; X5 v9 x) m* J* r- FL_insert
$ r; q4 E+ p& V9 x* | - (tag_t folder_tag, tag_t workspaceobject_tag, int position). ?) N5 Y+ W7 {# k: H* ]% k9 l
7 \( S7 \* M; V$ ^- FL_remove# ~- n# P$ y' I- ]- A
- (tag_t folder_tag, tag_t workspaceobject_tag) e& F/ t3 R6 ]
- \0 Y$ s& k/ B% b& b% I1 Z
- FL_copy; j2 V( W* t' v8 W1 B! f
- (tag_t folder_tag, const char new_folder_name[WSO_name_size_c+1], tag_t *new_folder_tag)
, W d# b( n! w/ O n7 P8 m
# q# I7 F x1 O4 H, L6 X. N- FL_ask_size! q7 S$ @& p5 `
- (tag_t folder_tag, int *number_of_entries)
" M# x3 O: `; w - * O/ U/ u# g0 a& ?) ?" n
- FL_user_update_newstuff_folder
8 X: U8 o3 s, ?2 [; Y0 Z% Z - (tag_t folder_tag)& F. k) i$ v9 f* y) ?1 Q# _
复制代码
3 A1 Z0 F) p6 b; J
, J$ x, p- q0 y) V3 t( q
! w( N6 x5 e/ R' n8 Q和AOM相关的函数6 H+ @8 q6 ~4 X
$ ]& W: v$ S& {修改一个AOM数据对象
$ u5 w: S5 P) ^' F1 m1. get the object AOM_load() . l' Y1 I$ r7 x0 e7 X% c
2. lock the object AOM_lock()+ E, U) w K* p$ N; L2 p
3. change the object AOM_set_xxx()
0 \7 {, t8 K' A3 Y: z! g2 Y4. save the object AOM_save()% H6 E# T- E, R
5. unlock the object AOM_unlock()% h) ]- f+ n! V" y. N
. k: u M$ N% b& T8 V& |
8 L' ~; r l: x$ k( S
创建一个AOM数据对象! ?2 J2 L/ h. e2 |6 j
1. create the object/ }. g( L2 w1 q4 U2 V
2. save the object AOM_save()
) f3 l0 J e- r+ a7 }/ @3. unlock the object AOM_unlock()
0 T( D. p1 D0 j* a. F$ l9 Z9 r0 A
9 o4 g6 ]& _0 j! l删除一个AOM数据对象
. ~, X# r6 H* X1. get the object AOM_load()1 o f; D5 z) E$ o: j1 i
2. lock for delete AOM_lock_for_delete()0 ?5 z# p/ O' C
3. delete the object AOM_delete()
8 i! i! X" I6 k6 O4 ^! G$ c: K' P1 F8 e, y0 r7 W2 z+ M
. o7 T8 w* a& @; i! c
7 m& _" ?6 Y j- W. b
|
|