📄 bitimermanager.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTimerManager" extends="BiObject"> <description>This is a singleton class that handles the disposal of all <link class="BiTimer">timers</link>.</description> <arguments> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> <method name="add"> <description>Adds a timer to manage</description> <arguments> <argument name="oTimer"> <description>The <link class="BiTimer">BiTimer</link> to add</description> <type> <link class="BiTimer">BiTimer</link> </type> </argument> </arguments> <returns> <type>void</type> </returns> </method> <method name="remove"> <description>Removes a timer from the manager</description> <arguments> <argument name="oTimer"> <description>The <link class="BiTimer">BiTimer</link> to remove</description> <type> <link class="BiTimer">BiTimer</link> </type> </argument> </arguments> <returns> <type>void</type> </returns> </method> </methods> <properties> </properties> <events> </events> <remarks>This class is used to dispose all timers when the application is shut down. There is no need to manually use this class in your applications.</remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -