mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
improve script binding
This commit is contained in:
parent
ac715579b3
commit
dc6bc337b4
@ -37,6 +37,7 @@
|
||||
#include "scroll_view/list_item.h"
|
||||
#include "scroll_view/list_view.h"
|
||||
#include "slide_view/slide_view.h"
|
||||
#include "slide_view/slide_indicator.h"
|
||||
#include "scroll_view/scroll_bar.h"
|
||||
#include "scroll_view/scroll_view.h"
|
||||
#include "scroll_view/list_view_h.h"
|
||||
|
@ -43,6 +43,7 @@ struct _emitter_item_t {
|
||||
|
||||
/**
|
||||
* @class emitter_t
|
||||
* @order -10
|
||||
* @annotation ["scriptable"]
|
||||
*
|
||||
* 事件分发器, 用于实现观察者模式。
|
||||
|
@ -77,6 +77,7 @@ typedef enum _event_base_type_t {
|
||||
|
||||
/**
|
||||
* @class event_t
|
||||
* @order -100
|
||||
* @annotation ["scriptable"]
|
||||
* 事件基类。
|
||||
*/
|
||||
|
@ -57,6 +57,7 @@ struct _object_vtable_t {
|
||||
|
||||
/**
|
||||
* @class object_t
|
||||
* @order -9
|
||||
* @parent emitter_t
|
||||
* @annotation ["scriptable"]
|
||||
*
|
||||
|
@ -151,7 +151,7 @@ typedef struct _sized_str_t {
|
||||
|
||||
/**
|
||||
* @class value_t
|
||||
* @order -10
|
||||
* @order -9
|
||||
* @annotation ["scriptable"]
|
||||
* 一个通用数据类型,用来存放整数、浮点数、字符串和其它对象。
|
||||
*
|
||||
|
14395
tools/idl_gen/idl.json
14395
tools/idl_gen/idl.json
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user