A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
register_function(_functionName:String, closureFunction:Function) — Static Method , class com.sogou.flashskin.FlashSkinSync
注册一个接口,给其他flash调用.需要与call_funciton()结合使用。
register_get_variable(func_name:Function) — Static Method , class com.sogou.flashskin.FlashSkinAsync
注册获取保存在本地的的变量的函数,结合do_get_variable方法使用
register_get_windowPose(func_name:Function) — Static Method , class com.sogou.flashskin.FlashSkinAsync
通知popup窗口中的flash,推送当前状态栏位置,popup窗口位置和屏幕大小。可以通过返回值设置popup窗口的位置,与状态栏粘滞的矩形的区域
register_mousePoint_setfocus(func_name:Function) — Static Method , class com.sogou.flashskin.FlashSkinAsync
点在某点上是否可抢焦点,只能用在popup窗口,一般使用情况是与popup窗口交互时防止状态栏消失(是否呼出搜狗输入法,如果当前不是使用的搜狗输入法会切换到搜狗输入法,此时会显示输入法状态栏)
register_popupWindow_movable(func_name:Function) — Static Method , class com.sogou.flashskin.FlashSkinAsync
popup窗口中flash的某点上是否可拖动窗口
register_save_file(_function:Function, register_funcName:String) — Static Method , class com.sogou.flashskin.FlashSkinAsync
注册将数据保存到文件的函数(存在”输入法用户目录\Flash\files”),结合do_save_file方法使用
regist_get_ime_status(func_name:Function, _input:Boolean, _status:Boolean, _comp:Boolean) — Static Method , class com.sogou.flashskin.FlashSkinAsync
用于输入法输入状态改变时获取输入法当前的输入状态(中、英、A,中文标点、英文标点;简体、繁体)此方式只可以用在状态栏里,分窗口中无效
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z