| ADDIN_AddToUI |
ADDIN_AddToUI adds a function to the UniPlot user interface. |
| GridCloseNCID |
GridCloseNCID closes the currently in the browser displayed NC file. |
| GridFreezeCols |
GridFreezeCols freezes the selected columns or unfreezes the frozen columns. |
| GridGetColCount |
GridGetColCount returns the number of columns or in case of an error -1. |
| GridGetConfigInfo |
GridGetConfigInfo returns a string vector with 6 elements containing the options, displayed in the option dialog box. |
| GridGetFrozenCols |
GridGetFrozenCols retrieves the number of frozen columns. |
| GridGetLeftCol |
GridGetLeftCol returns the leftmost non-frozen column of the grid or in case of an error 0. |
| GridGetNCID |
GridGetNCID returns the current ncid or in case of an error -1. |
| GridGetReadOnly |
GridGetReadOnly returns TRUE (1) if the the file was opend as read only. |
| GridGetRecordCount |
GridGetRecordCount returns the number of records (rows) or in case of an error -1. |
| GridGetSettings |
GridGetSettings returns a real vector with 8 elements containing the options displayed in the browser dialog box. |
| GridGetSwapRowCol |
GridGetSwapRowCol checks if the channels are displayed in the Browser dialog in columns or rows. |
| GridGetTopRow |
GridGetTopRow returns the topmost column of the grid or in case of an error 0. |
| GridGetVarids |
GridGetVarids returns a list of all variables displayed in the data browser grid. |
| GridLoadCallback_xxx |
GridLoadCallback_xxx is called when the user presses the Load button in the data browser. |
| GridLoadEnableCallback_xxx |
GridLoadEnableCallback_xxx |
| GridReplaceFile |
GridReplaceFile replaces the data file displayed in the Browser dialog. |
| GridSetConfigInfo |
GridSetConfigInfo sets the data browser configuration. |
| GridSetLeftCol |
GridSetLeftCol sets the leftmost column displayed in the grid. |
| GridSetSettings |
GridSetSettings sets the settings of the browser dialog box. |
| GridSetSwapRowCol |
GridSetSwapRowCol sets the display of the data channels in the data browser (channels can be displayed in rows or columns). |
| GridSetTopRow |
GridSetTopRow sets the topmost row displayed in the grid. |
| GridSetValues |
GridSetValues sets data values in the grid. |
| GridUpdate |
Call GridUpdate to update the grid or all controls in the browser dialog box. |
| NC_DlgGetFileName |
The NC_DlgGetFileName function returns the NC file name of the currently open file in the NC file browser. |
| NC_Edit |
NC_Edit opens a dialog box to edit a netCDF data file (NC file). |
| OnGridKeyDown |
OnGridKeyDown. |