Directory mrLoadRet/Plugin/

Directory Created:
2010-11-25 11:28
Total Files:
1
Deleted Files:
0
Lines of Code:
150

[root]/mrLoadRet/Plugin
            directory in repo Default (1 files, 77 lines)

Lines of Code

mrLoadRet/Plugin/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
justin 2 (100.0%) 150 (100.0%) 75.0

Most Recent Commits

justin 2011-12-07 23:20 Rev.: 2392

Replace tilde directory to avoid warning of mismatched directory

2 lines of code changed in 1 file:

  • mrLoadRet/Plugin: mlrPlugin.m (+2)
justin 2010-11-25 11:28 Rev.: 1888

This changeset implements plugin functionality for the MLR interface. There are two new added functions:

mlrAdjustGUI, which is the one that plugins call to make adjustments to the GUI (e.g. add menu items)
mlrPlugin, which is used to select/deselect plugins that you want and also installs plugins that are selected

viewGet/viewSet have two new parameters, one to set defaultInterrogators and one to set colormaps. This allows editOverlayGUImrParams to get additional colormaps of your choosing, and allows mrInterrogator to display customized interrogators.

mrOpenWindow has one line in it which calls mlrPlugin to install plugins when you start mrLoadRet.

A default plugin which demonstrates how to write a plugin is in the directory Plugin/Default. It adds a menu item 'Select Plugins'.

mrGetPref was modified to allow two new preferences. One keeps what plugins are selected as a cell array of strings for the folder name (selectedPlugins). The other keeps a comma-delimited list of path names where additional plugin directories may be found.

148 lines of code changed in 1 file:

  • mrLoadRet/Plugin: mlrPlugin.m (new 148)
Generated by StatSVN 0.4.1