|
void | AddNoteDefaultSettings (string title, int skinnr, int x, int y, int width, int height, string content, bool wordwarp) |
| Add a note with some default settings: Locked = false, RolledUp = false, Ontop = false, Visible = true More...
|
|
void | UpdateAllNoteForms () |
| Update all notes forms, in case some notefly application wide settings are changed. More...
|
|
string[] | GetSkinsNames () |
| Get a list of skin names More...
|
|
int | GetSkinNr (string skinname) |
| Get the skin position in the list belong to a skinname. More...
|
|
string | GetSkinName (int skinnr) |
| Get the skinname belonging to a particulair skin position. More...
|
|
Color | GetPrimaryClr (int skinnr) |
| Get the primary color of a skin. More...
|
|
Color | GetSelectClr (int skinnr) |
| Get the select color of a skin. More...
|
|
Color | GetHighlightClr (int skinnr) |
| Get the highligh color of a skin. More...
|
|
Color | GetTextClr (int skinnr) |
| Get the text color of a skin. More...
|
|
Bitmap | GetPrimaryTexture (int skinnr) |
| Get the texture bitmap of a skin More...
|
|
string | GetPrimaryTextureFile (int skinnr) |
| Get the texture filepath of a skin. More...
|
|
ImageLayout | GetPrimaryTextureLayout (int skinnr) |
| Get the texture layout of a skin More...
|
|
void | ReloadAllSkins () |
| Remove all skins and load them all again from skins.xml. More...
|
|
string | GetSettingsFile () |
| Gets filepath to the settings file of NoteFly. More...
|
|
string | GetSkinsFile () |
| Gets filepath to the skins file of NoteFly. More...
|
|
string | GetNotesSavepath () |
| Get the notes save path of NoteFly More...
|
|
void | LogPluginInfo (string infomsg) |
| Log info level information for a plugin to NoteFly logfile. More...
|
|
void | LogPluginError (string errormsg) |
| Log error level information for a plugin to NoteFly login More...
|
|
string | GetAssemblyTitle () |
| Get the name of the program. More...
|
|
string | GetAssemblyVersionAsString () |
| Get the version of the program as string, in the form: major.minor.release version numbers More...
|
|
bool | GetSettingBool (string settingname) |
| Get a NoteFly boolean setting. More...
|
|
int | GetSettingInt (string settingsname) |
| Get a NoteFly integer setting. More...
|
|
float | GetSettingFloat (string settingsname) |
| Get a NoteFly float setting. More...
|
|
string | GetSettingString (string settingsname) |
| Get a NoteFly string setting. More...
|
|
string | GetInstallFolder () |
| Get the installation folder. More...
|
|
string | GetOS () |
| Get the operating system where this program is running on. More...
|
|