PluginGrid gui object class
More...
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
|
void | DrawPluginDetails (int pluginpos, string dllfilename, int gridwith) |
| Draw details of a plugin. More...
|
|
void | PluginGrid_Click (object sender, EventArgs e) |
| Plugin toggle enabled. More...
|
|
void | SetPluginStatus (int pluginpos, string dllfilename) |
| Update the plugin status if it enabled or disabled. More...
|
|
void | SetButtonTooltip (Button btn, bool pluginenabled) |
| Set the tooltip of the enable and disable plugin button. More...
|
|
int | FindPos (string dllfilename) |
| Find the position of a plugin dll filename in the tlpnlPlugins More...
|
|
void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More...
|
|
NoteFly.PluginGrid.PluginGrid |
( |
| ) |
|
override void NoteFly.PluginGrid.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
- Parameters
-
disposing | True if managed resources should be disposed; otherwise, false. |
void NoteFly.PluginGrid.DrawAllPluginsDetails |
( |
int |
width | ) |
|
void NoteFly.PluginGrid.DrawPluginDetails |
( |
int |
pluginpos, |
|
|
string |
dllfilename, |
|
|
int |
gridwith |
|
) |
| |
|
private |
- Parameters
-
pluginpos | The position of the plugin in allplugins array. |
dllfilename | The dll filename of the plugin assemble. |
gridwith | The width of the plugingrid control. |
int NoteFly.PluginGrid.FindPos |
( |
string |
dllfilename | ) |
|
|
private |
- Parameters
-
dllfilename | The dll filename |
- Returns
- The position in tlpnlPlugins (counted from the top).
void NoteFly.PluginGrid.InitializeComponent |
( |
| ) |
|
|
private |
void NoteFly.PluginGrid.PluginGrid_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
private |
- Parameters
-
sender | Sender object |
e | Event argument |
void NoteFly.PluginGrid.SetButtonTooltip |
( |
Button |
btn, |
|
|
bool |
pluginenabled |
|
) |
| |
|
private |
void NoteFly.PluginGrid.SetControlTooltip |
( |
ToolTip |
tooltip | ) |
|
void NoteFly.PluginGrid.SetPluginStatus |
( |
int |
pluginpos, |
|
|
string |
dllfilename |
|
) |
| |
|
private |
- Parameters
-
pluginpos | The position in tablelayout. |
dllfilename | The dll filename to check if it's enabled. |
Button [] NoteFly.PluginGrid.btnPluginsStatus |
|
private |
System.ComponentModel.IContainer NoteFly.PluginGrid.components = null |
|
private |
System.Windows.Forms.Label NoteFly.PluginGrid.lblTextNopluginsinstalled |
|
private |
const int NoteFly.PluginGrid.MINWITH = 50 |
|
private |
TableLayoutPanel [] NoteFly.PluginGrid.tlpnlPlugins |
|
private |
ToolTip NoteFly.PluginGrid.tooltip |
|
private |