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.

Attachment Functions

 

attach_gridview

Attaches to the grid control in a Report Window and returns a new CGridView class object.

attach_gridview_by_name

Attaches a grid window to a CGridView object by matching the plot window's title. The new CGridView object is returned.

attachlist_panegridctrl

Attaches a CGridCtrl from a grid pane owned by a view window.

attachlist_gridview

Attaches to the Report Window selected from a list of all open Report Windows and returns a new CGridView class object.

attachlist_image

Attaches to an image selected from a list of all images in all open Image Windows and returns a new CImage class object.

attach_imageview

Attaches to an Image Window and returns a new CImageView class object.

attach_image_by_name

Attaches an image window to a CImageView object by matching the plot window's title. The new CImageView object is returned.

attachlist_imageview

Attaches to an Image Window selected from a list of all open Image Windows and returns a new CImageView class object.

attach_plotview

Attaches to a Plot Window and returns a new CPlotView class object.

attach_plot_by_name

Attaches a plot window to a CPlotView object by matching the plot window's title. The new CPlotView object is returned.

attachlist_plotview

Attaches to a Plot Window selected from a list of all open Plot Windows and returns a new CPlotView class object.

attach_textview

Attaches to a a Text Window and returns a new CTextView class object.

attachlist_textview

Attaches to a Text Window selected from a list of all open Text Windows and returns a new CTextView class object.

Related Topics

Contents

Creator Functions

Script Classes


Mira Pro x64 Script User's Guide, v.8.77 Copyright Ⓒ 2024 Mirametrics, Inc. All Rights Reserved.