Class MLDSGraphView.TMLDSGraphView

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 11: Line 11:
 
'''Unit:''' [[Unit MLDSGraphView|MLDSGraphView]]
 
'''Unit:''' [[Unit MLDSGraphView|MLDSGraphView]]
  
'''Inherits:''' [[Class LPControl.TLPCustomControl|TLPCustomControl]]
+
'''Inherits:''' [[Class VCL.LPControl.TLPCustomControl|LPControl.TLPCustomControl]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TMLDSGraphView = '''class'''( [[Class LPControl.TLPCustomControl|TLPCustomControl]] )
+
'''type''' TMLDSGraphView = '''class'''( [[Class VCL.LPControl.TLPCustomControl|LPControl.TLPCustomControl]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TMLDSGraphView : '''public''' [[Class LPControl.TLPCustomControl|TLPCustomControl]]
+
'''class''' TMLDSGraphView : '''public''' [[Class VCL.LPControl.TLPCustomControl|LPControl.TLPCustomControl]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTMLDSGraphView : '''public''' [[Class LPControl.TLPCustomControl|CTLPCustomControl]]
+
'''class''' CTMLDSGraphView : '''public''' [[Class VCL.LPControl.TLPCustomControl|CLPControl.TLPCustomControl]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TMLDSGraphView : [[Class LPControl.TLPCustomControl|Mitov.MediaLab.CustomControl]]
+
'''public ref class''' DSGraphView : [[Class VCL.LPControl.TLPCustomControl|Mitov.MediaLab.CustomControl]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 40: Line 40:
 
inspect the internal DirectShow graphs of the DirectShow
 
inspect the internal DirectShow graphs of the DirectShow
 
components.
 
components.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:MLDSGraphView_Preview.png]]
  
  
Line 54: Line 60:
 
*[[Property MLDSGraphView.TMLDSGraphView.Connections|Connections]] - Specifies the appearance settings of the connections in the view.  
 
*[[Property MLDSGraphView.TMLDSGraphView.Connections|Connections]] - Specifies the appearance settings of the connections in the view.  
 
*[[Property MLDSGraphView.TMLDSGraphView.Color|Color]] - Specifies the background color of the view.  
 
*[[Property MLDSGraphView.TMLDSGraphView.Color|Color]] - Specifies the background color of the view.  
 
== Pins ==
 
*[[Pin MLDSGraphView.TMLDSGraphView.GraphPin|GraphPin]] - The DirectShow Graph pin of the filter.
 
 
== From [[Class LPControl.TLPCustomControl|TLPCustomControl]] ==
 
 
== Properties ==
 
 
=== Published ===
 
*[[Property LPControl.TLPCustomControl.Visible|Visible]]
 
  
 
== Methods ==
 
== Methods ==
  
 
=== Public ===
 
=== Public ===
*[[Method procedure LPControl.TLPCustomControl.InvalidateIntRect(TRect)|procedure InvalidateIntRect(ARect : TRect)]]
+
*[[Method procedure MLDSGraphView.TMLDSGraphView.CopyToBitmap(TBitmap)|procedure CopyToBitmap(ABitmap : TBitmap)]] - Copies the content of the control into a bitmap.
  
== Events ==
+
== Pins ==
*[[Event LPControl.TLPCustomControl.OnMouseEnter|OnMouseEnter]]
+
*[[Pin MLDSGraphView.TMLDSGraphView.GraphPin|GraphPin]] - The DirectShow Graph pin of the filter.  
*[[Event LPControl.TLPCustomControl.OnMouseLeave|OnMouseLeave]]
+
  
 
[[Category:Controls]][[Category:Classes]]
 
[[Category:Controls]][[Category:Classes]]

Latest revision as of 00:30, 26 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.

BIGMLDSGraphView.gif MLDSGraphView.gif NETMLDSGraphView.gif

Package: MediaLabBasicPkg

Unit: MLDSGraphView

Inherits: LPControl.TLPCustomControl

Contents

Syntax

Delphi:

type TMLDSGraphView = class( LPControl.TLPCustomControl )

C++ Builder:

class TMLDSGraphView : public LPControl.TLPCustomControl

Visual C++ (MFC):

class CTMLDSGraphView : public CLPControl.TLPCustomControl

C# (.NET):

public ref class DSGraphView : Mitov.MediaLab.CustomControl

Summary

DirectShow graph display.

Description

Use this component to visualize DirectShow graphs.

The main purpose of the component is to assist in DirectShow development and debugging. It allows the developer to quickly inspect the internal DirectShow graphs of the DirectShow components.


Diagram:

MLDSGraphView Preview.png


Example:

MLDSGraphiViewDemo.png

Properties

Published

Methods

Public

Pins

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox