-
Notifications
You must be signed in to change notification settings - Fork 0
WidgetColor
Starlon edited this page Nov 30, 2011
·
1 revision
<tr>
<td class="name" nowrap><a href="#WidgetColor:Del">WidgetColor:Del</a> ()</td>
<td class="summary">Delete a LibScriptableWidgetColor object </td>
</tr>
<tr>
<td class="name" nowrap><a href="#WidgetColor:GetOptions">WidgetColor:GetOptions</a> (db, callback, data)</td>
<td class="summary">Get an Ace3 option table.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#WidgetColor:New">WidgetColor:New</a> (visitor, name, config, errorLevel, callback, timer)</td>
<td class="summary">Create a new LibScriptableWidgetColor object </td>
</tr>
<tr>
<td class="name" nowrap><a href="#WidgetColor:Start">WidgetColor:Start</a> ()</td>
<td class="summary">Start a LibScriptableWidgetColor </td>
</tr>
<tr>
<td class="name" nowrap><a href="#WidgetColor:Stop">WidgetColor:Stop</a> ()</td>
<td class="summary">Stop a LibScriptableWidgetColor </td>
</tr>
<tr>
<td class="name" nowrap><a href="#WidgetColor:Update">WidgetColor:Update</a> ()</td>
<td class="summary">Update this widget </td>
</tr>
- WidgetColor:Del ()
- Delete a LibScriptableWidgetColor object object:Del() Nothing
- WidgetColor:GetOptions (db, callback, data)
-
Get an Ace3 option table. Plug this into a group type's args.
An Ace3 options table -- `name.args = options`.
<li> db: The database table </li> <li> callback: Provide this if you want to execute the callback once an option is changed </li> <li> data: Some data to pass when executing the callback </li> - WidgetColor:New (visitor, name, config, errorLevel, callback, timer)
-
Create a new LibScriptableWidgetColor object
WidgetColor:New(visitor, name, config, errorLevel) A new LibScriptableWidgetColor widget
<li> visitor: An LibScriptableCore-1.0 object, or provide your own </li> <li> name: A name for the timer widget </li> <li> config: This timeer's parameters </li> <li> errorLevel: The errorLevel for this object </li> <li> callback: An optional callback function to be executed when the gesture is performed. </li> <li> timer: An optional timer. This should have a :Start() and :Stop(). </li> - WidgetColor:Start ()
- Start a LibScriptableWidgetColor object:Start() Nothing
- WidgetColor:Stop ()
- Stop a LibScriptableWidgetColor object:Stop() Nothing
- WidgetColor:Update ()
- Update this widget object:Update() Nothing