menuPath | QString | where the plugin is placed in menu |
filePath | QString | source file path, without the file name (read only) |
version | QString | version of this plugin |
description | QString | human readable description, displayed in Plugin Manager |
pluginType | QString | type may be dialog, dock, or not defined. |
dockArea | QString | where to dock on main screen. left,top,bottom, right(default) |
division | int | number of MIDI ticks for 1/4 note (read only) |
mscoreVersion | int | complete version number of MuseScore in the form: MMmmuu (read only) |
mscoreMajorVersion | int | 1st part of the MuseScore version (read only) |
mscoreMinorVersion | int | 2nd part of the MuseScore version (read only) |
mscoreUpdateVersion | int | 3rd part of the MuseScore version (read only) |
mscoreDPI | qreal | (read only) |
curScore | Ms::Score* | current score, if any (read only) |
scores | array[Ms::Score] | all currently open scores (read only) |