BaseItem QML Type

Base item which all visual items derive. More...

Import Statement: import CSDataQuick.Components 1.0
Inherited By:

CS2DSscan, CSADImage, CSCartesianPlot, CSComposite, CSControl, CSGraphics, CSMJPEGVideo, CSMonitor, CSRelatedDisplay, CSShellCommand, and CSStripChart

Properties

Attached Properties

Detailed Description

Property Documentation

background : color

Color used to fill background.


cursorType : enumeration

Mouse cursor shape.


dynamicAttribute : DynamicAttribute

Configure item's visibility and color


foreground : color

Color used to draw outline, text.

This is also the color fill graphics item.


limits : Limits

Configure the operation range and data precision


window : Window

Window which contains this item.


Attached Property Documentation

BaseItem.filePath : string

This attached property holds the absolute file path of the display in which this item resides.

It is attached to each instance of BaseItem. This property maybe give the items awareness of the global context.