Attachment Functions
The attachment functions are special type of creator function that creates a script class object and attaches the script object to a data or a window on displayed the Mira desktop. In contrast, the Creator Functions create a class object or copy an existing class object, but an extra class method must be used to attach the desktop data or window.
Attaches to the grid control in a Report Window and returns a new CGridView class object. |
|
Attaches a grid window to a CGridView object by matching the plot window's title. The new CGridView object is returned. |
|
Attaches a CGridCtrl from a grid pane owned by a view window. |
|
Attaches to the Report Window selected from a list of all open Report Windows and returns a new CGridView class object. |
|
Attaches to an image selected from a list of all images in all open Image Windows and returns a new CImage class object. |
|
Attaches to an Image Window and returns a new CImageView class object. |
|
Attaches an image window to a CImageView object by matching the plot window's title. The new CImageView object is returned. |
|
Attaches to an Image Window selected from a list of all open Image Windows and returns a new CImageView class object. |
|
Attaches to a Plot Window and returns a new CPlotView class object. |
|
Attaches a plot window to a CPlotView object by matching the plot window's title. The new CPlotView object is returned. |
|
Attaches to a Plot Window selected from a list of all open Plot Windows and returns a new CPlotView class object. |
|
Attaches to a a Text Window and returns a new CTextView class object. |
|
Attaches to a Text Window selected from a list of all open Text Windows and returns a new CTextView class object. |
Mira Pro x64 Script User's Guide, v.8.77 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.