Raveupdateanalysis
From Rave Documentation
Revision as of 13:45, 5 March 2012 by Admin (Talk | contribs) (Created page with "=Introduction= raveupdateanalysis.m is the function that is called whenever the user changes a property related an an analysis. This function updates all workspace objects t...")
Contents
Introduction
raveupdateanalysis.m is the function that is called whenever the user changes a property related an an analysis. This function updates all workspace objects to reflect the current state of the analysis.
When coding your own workspace objects, you will need to call this function at the end of any function that changes the selection. You may also need to call it in other cases as described below.
Update Types
The following updates are controlled by raveupdateanalysis. To do one of these updates, call raveupdateanalysis with the keyword listed below as the 3rd argument.
Current Values
Keyword: xdials
Selected Rows
Keyword: isselected
Row Colors
Keyword: rowcolors
Visible/Hidden Rows
Keyword: visiblerows
Constraints
Keyword: constraints
Variable Colors
Keyword: variablecolors
Filters
Keyword: isfiltered