Class SLScope.TSLOptionalAxesDisplayCollectionItem
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 14: | Line 14: | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TSLOptionalAxesDisplayCollectionItem = '''class'''( [[Class SLScope.TSLOptionalDisplayCollectionItem|TSLOptionalDisplayCollectionItem]] ) | + | '''type''' TSLOptionalAxesDisplayCollectionItem = '''class'''( [[Class SLScope.TSLOptionalDisplayCollectionItem|TSLOptionalDisplayCollectionItem, ISLOptionalAxesDisplayCollectionItem]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
Line 35: | Line 35: | ||
item. | item. | ||
− | == | + | == Methods == |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
=== Public === | === Public === | ||
− | *[[ | + | *[[Method function SLScope.TSLOptionalAxesDisplayCollectionItem.GetOwnerComponent() : TSLDataDisplay|function GetOwnerComponent() : TSLDataDisplay]] |
− | + | ||
== From [[Class SLScope.TSLOptionalDisplayCollectionItem|TSLOptionalDisplayCollectionItem]] == | == From [[Class SLScope.TSLOptionalDisplayCollectionItem|TSLOptionalDisplayCollectionItem]] == | ||
Line 51: | Line 46: | ||
=== Published === | === Published === | ||
*[[Property SLScope.TSLOptionalDisplayCollectionItem.Visible|Visible]] - Specifies if the item will be visible. | *[[Property SLScope.TSLOptionalDisplayCollectionItem.Visible|Visible]] - Specifies if the item will be visible. | ||
+ | |||
+ | == From [[Class SLScope.TSLDisplaySelectableCollectionItem|TSLDisplaySelectableCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method procedure SLScope.TSLDisplaySelectableCollectionItem.MouseEnter()|procedure MouseEnter()]] | ||
+ | *[[Method procedure SLScope.TSLDisplaySelectableCollectionItem.MouseLeave()|procedure MouseLeave()]] | ||
+ | *[[Method procedure SLScope.TSLDisplaySelectableCollectionItem.MouseDown(TMouseButton;TShiftState;Integer;Integer;Boolean;Boolean)|procedure MouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean; var MouseHandled : Boolean)]] | ||
+ | *[[Method procedure SLScope.TSLDisplaySelectableCollectionItem.MouseUp(TMouseButton;TShiftState;Integer;Integer;Boolean)|procedure MouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean)]] | ||
== From [[Class SLScope.TSLDisplayCollectionItem|TSLDisplayCollectionItem]] == | == From [[Class SLScope.TSLDisplayCollectionItem|TSLDisplayCollectionItem]] == | ||
Line 57: | Line 62: | ||
=== Published === | === Published === | ||
− | |||
*[[Property SLScope.TSLDisplayCollectionItem.Tag|Tag]] - Stores an general purpose integer value as part of an item | *[[Property SLScope.TSLDisplayCollectionItem.Tag|Tag]] - Stores an general purpose integer value as part of an item | ||
+ | |||
+ | == From [[Class LPComponent.TLPNamedCollectionItem|TLPNamedCollectionItem]] == | ||
+ | |||
+ | == Properties == | ||
+ | |||
+ | === Published === | ||
+ | *[[Property LPComponent.TLPNamedCollectionItem.Name|Name]] | ||
+ | |||
+ | == From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 10 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabScopePkg
Unit: SLScope
Inherits: TSLOptionalDisplayCollectionItem
Contents |
Syntax
Delphi:
type TSLOptionalAxesDisplayCollectionItem = class( TSLOptionalDisplayCollectionItem, ISLOptionalAxesDisplayCollectionItem )
C++ Builder:
class TSLOptionalAxesDisplayCollectionItem : public TSLOptionalDisplayCollectionItem
Visual C++ (MFC):
class CTSLOptionalAxesDisplayCollectionItem : public CTSLOptionalDisplayCollectionItem
C# (.NET):
public ref class TSLOptionalAxesDisplayCollectionItem : Mitov.PlotLab.OptionalDisplayCollectionItem
Summary
Optional (Visible/Invisible) display axis collection item.
Description
Defines optional (Visible/Invisible) display axis collection item.
Methods
Public
From TSLOptionalDisplayCollectionItem
Properties
Published
- Visible - Specifies if the item will be visible.
From TSLDisplaySelectableCollectionItem
Methods
Public
- procedure MouseEnter()
- procedure MouseLeave()
- procedure MouseDown(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean; var MouseHandled : Boolean)
- procedure MouseUp(Button : TMouseButton; Shift : TShiftState; X : Integer; Y : Integer; MouseInside : Boolean)
From TSLDisplayCollectionItem
Properties
Published
- Tag - Stores an general purpose integer value as part of an item