-
Notifications
You must be signed in to change notification settings - Fork 2
API
Martin Vallevand edited this page Oct 3, 2019
·
1 revision
| | | | | |
Most plugins will implement this interface or one of the helper classes based on it, such as the NewStyleButtonListPlugin base class.
On this page... (hide)
- void Activate()
- void Deactivate()
- void Dispose()
- string GetDescription()
- string GetName()
- List<UiElement> GetRenderList()
- bool NeedsRendering()
- bool OnClick(PointF location)
- bool OnDblClick(PointF location)
- bool OnKeyDown(KeyEventArgs e)
- bool OnMouseMove(PointF location)
- void OnMouseWheel(MouseEventArgs e)
- void SetPluginCallback(IPluginCallback callback)
...
...
...
...
...
...
...
...
...
...
...
...
void SetPluginCallback(IPluginCallback callback)
...
Page last modified on December 22, 2010, at 02:13 PM
Help pay the bills, and keep the project alive!
Support NextPVR by viewing this ad

