|
| | Notes (bool resetpositions) |
| | Initializes a new instance of the Notes class. More...
|
| |
| void | AddNoteDefaultSettings (string title, int skinnr, int x, int y, int width, int height, string content, bool wordwarp) |
| | Add a new default note to the notes list More...
|
| |
| void | BringToFrontNotes () |
| | Bring all notes to front of all other windows. More...
|
| |
| Note | CreateNoteDefaultSettings (string title, int skinnr, int x, int y, int width, int height, bool wordwarp) |
| | Create a new note object with some default settings The default settings are note that can't be changed while editing a note. More...
|
| |
| int | GenerateRandomSkinnr () |
| | Generate a random skinnummer. More...
|
| |
| System.Drawing.Color | GetHighlightClr (int skinnr) |
| | Gets the highlight color. More...
|
| |
| Note | GetNote (int pos) |
| | Gets a note, by position in list More...
|
| |
| string | GetNoteFilename (string title) |
| | Create a string used for filename of the note based on the title of the note limited to the first xx characters. More...
|
| |
| System.Drawing.Color | GetPrimaryClr (int skinnr) |
| | Gets the primary color. More...
|
| |
| System.Drawing.Color | GetSelectClr (int skinnr) |
| | Gets the selected color. More...
|
| |
| Bitmap | GetPrimaryTexture (int skinnr) |
| | Gets the primary texture for a skin. More...
|
| |
| System.Windows.Forms.ImageLayout | GetPrimaryTextureLayout (int skinnr) |
| | Get the primary texture image layout for a skin. More...
|
| |
| string | GetSkinName (int skinnr) |
| | Get the name of a skin by the skinnr. More...
|
| |
| int | GetSkinNr (string skinname) |
| | Get the skinnr that belongs by a name. If not found return 0 is return so first skin is used. More...
|
| |
| string[] | GetSkinsNames () |
| | Gets a string array with all the skin names. More...
|
| |
| System.Drawing.Color | GetTextClr (int skinnr) |
| | Gets the text color. More...
|
| |
| void | LoadNotes (bool hasbeenfirstrun, bool resetpositions) |
| | Loads all note files in the NotesSavepath. More...
|
| |
| void | RemoveNote (int pos) |
| | Remove a note from the notes list. More...
|
| |
| string | StripForbiddenFilenameChars (string orgname) |
| | Strip forbidden filename characters of a string. More...
|
| |
| void | UpdateAllNoteForms () |
| | Update all note forms. More...
|
| |
| string | GetPrimaryTextureFile (int skinnr) |
| | Get the primary texture full file path. More...
|
| |
| void | ReloadAllSkins () |
| | Reload all skins again. More...
|
| |
| string | GetNotesSavepath () |
| | Gets the notes save directory. More...
|
| |
| string | GetSettingsFile () |
| | Gets the full file path to the settings file. More...
|
| |
| string | GetSkinsFile () |
| | Gets the skins file path skins file. More...
|
| |
| void | LogPluginInfo (string infomsg) |
| | Log plugin info. More...
|
| |
| void | LogPluginError (string errormsg) |
| | Log plugin error. More...
|
| |
| string | GetAssemblyTitle () |
| | Gets the programme title. (for plugins) More...
|
| |
| string | GetAssemblyVersionAsString () |
| | Get programme version. Method for plugins More...
|
| |
| bool | GetSettingBool (string settingname) |
| | Get a setting as boolean. (for plugins) More...
|
| |
| int | GetSettingInt (string settingname) |
| | Get a setting as integer. (for plugins) More...
|
| |
| float | GetSettingFloat (string settingname) |
| | Get a setting as float. (for plugins) More...
|
| |
| string | GetSettingString (string settingname) |
| | Get a setting as string. (for plugins) More...
|
| |
| void | ClearAllNotes () |
| | Clear all notes from memory of notefly. More...
|
| |
| string | GetInstallFolder () |
| | Get install folder of program Wrapper method for plugins. More...
|
| |
| string | GetOS () |
| | Get operating system this program is running on Wrapper method for plugins. More...
|
| |