Figbrowser: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
 
imported>Jeremy
(Importing text file)
Line 6: Line 6:
The figbrowser function creates a figure containing thumbnail images of all visible Matlab figures. Clicking on an icon will instantly make that figure the current figure and bring to the front.  
The figbrowser function creates a figure containing thumbnail images of all visible Matlab figures. Clicking on an icon will instantly make that figure the current figure and bring to the front.  
INPUTS
INPUTS
* ''(empty) = Creates or updates current figbrowser window
* '''''(empty)''' = Creates or updates current figbrowser window
* 'focus' = Brings the figbrowser window to the front and updates if figures have been created or deleted since last update
* ''''focus'''' = Brings the figbrowser window to the front and updates if figures have been created or deleted since last update
* 'hide' = Hides the figbrowser window
* ''''hide'''' = Hides the figbrowser window
* ['addmenu',target_figure] =  Adds figbrowser trigger menu to current or specified figure
* '''['addmenu',target_figure]''' =  Adds figbrowser trigger menu to current or specified figure
* 'on' = Turns on automatic addition of figbrowser menu to all figures.
* ''''on'''' = Turns on automatic addition of figbrowser menu to all figures.
*  NOTE: menu addition can be permanently disabled by modifying the enableautoadd option in figbrowser. This option can be set using setplspref. When set to 'off', figbrowser will only show up on GUIs which specifically add it themselves, no matter what figbrowser        command is issued. This option can also be modified through the "Figbrowser on All" menu item in all Figbrowser menus.
'''NOTE''': menu addition can be permanently disabled by modifying the enableautoadd option in figbrowser. This option can be set using setplspref. When set to 'off', figbrowser will only show up on GUIs which specifically add it themselves, no matter what figbrowser        command is issued. This option can also be modified through the "Figbrowser on All" menu item in all Figbrowser menus.
* 'off' = Removes figbrowser menus from all figures.
* ''''off'''' = Removes figbrowser menus from all figures.
*['autodock','on'] =  Adds figbrowser trigger menu to current or specified figure
*[''''autodock','on']''' =  Adds figbrowser trigger menu to current or specified figure
*['autodock','off'] =  Adds figbrowser trigger menu to current or specified figure
*[''''autodock','off']''' =  Adds figbrowser trigger menu to current or specified figure
*  Controls auto-docking of standard figures on creation (figbrowser must be "on"). Auto-docking forces any standard figure to be opened in the Figure window.
'''Controls''' auto-docking of standard figures on creation (figbrowser must be "on"). Auto-docking forces any standard figure to be opened in the Figure window.
===See Also===
===See Also===

Revision as of 20:56, 2 September 2008

Purpose

Browser with icons of all Matlab figures.

Synopsis

figbrowser(varargin)

Description

The figbrowser function creates a figure containing thumbnail images of all visible Matlab figures. Clicking on an icon will instantly make that figure the current figure and bring to the front. INPUTS

  • (empty) = Creates or updates current figbrowser window
  • 'focus' = Brings the figbrowser window to the front and updates if figures have been created or deleted since last update
  • 'hide' = Hides the figbrowser window
  • ['addmenu',target_figure] = Adds figbrowser trigger menu to current or specified figure
  • 'on' = Turns on automatic addition of figbrowser menu to all figures.
  • NOTE: menu addition can be permanently disabled by modifying the enableautoadd option in figbrowser. This option can be set using setplspref. When set to 'off', figbrowser will only show up on GUIs which specifically add it themselves, no matter what figbrowser command is issued. This option can also be modified through the "Figbrowser on All" menu item in all Figbrowser menus.
  • 'off' = Removes figbrowser menus from all figures.
  • ['autodock','on'] = Adds figbrowser trigger menu to current or specified figure
  • ['autodock','off'] = Adds figbrowser trigger menu to current or specified figure
  • Controls auto-docking of standard figures on creation (figbrowser must be "on"). Auto-docking forces any standard figure to be opened in the Figure window.

See Also