void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.PointMarkerCombo = ((System.Windows.Controls.ComboBox)(target)); return; case 2: this.SizeSlider = ((System.Windows.Controls.Slider)(target)); return; case 3: this.OpacitySlider = ((System.Windows.Controls.Slider)(target)); return; case 4: this.SciChart = ((SciChart.Charting3D.SciChart3DSurface)(target)); return; case 5: this.ScatterSeries3D = ((SciChart.Charting3D.RenderableSeries.ScatterRenderableSeries3D)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.SciChart = ((SciChart.Charting3D.SciChart3DSurface)(target)); return; case 2: this.ImpulseSeries3D = ((SciChart.Charting3D.RenderableSeries.ImpulseRenderableSeries3D)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.uiZoomInBtn = ((System.Windows.Controls.Button)(target)); #line 98 "..\..\..\Surface.xaml" this.uiZoomInBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 2: this.uiZoomOutBtn = ((System.Windows.Controls.Button)(target)); #line 122 "..\..\..\Surface.xaml" this.uiZoomOutBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 3: this.uiZoomFitBtn = ((System.Windows.Controls.Button)(target)); #line 146 "..\..\..\Surface.xaml" this.uiZoomFitBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 4: this.uiTopViewBtn = ((System.Windows.Controls.Button)(target)); #line 170 "..\..\..\Surface.xaml" this.uiTopViewBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 5: this.uiROIBtn = ((System.Windows.Controls.Button)(target)); #line 194 "..\..\..\Surface.xaml" this.uiROIBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 6: this.uiLineBtn = ((System.Windows.Controls.Button)(target)); #line 218 "..\..\..\Surface.xaml" this.uiLineBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 7: this.uiClearBtn = ((System.Windows.Controls.Button)(target)); #line 242 "..\..\..\Surface.xaml" this.uiClearBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 8: this.uiHColorBtn = ((System.Windows.Controls.Button)(target)); #line 266 "..\..\..\Surface.xaml" this.uiHColorBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 9: this.uiRulerBtn = ((System.Windows.Controls.Button)(target)); #line 290 "..\..\..\Surface.xaml" this.uiRulerBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 10: this.uiSetBtn = ((System.Windows.Controls.Button)(target)); #line 314 "..\..\..\Surface.xaml" this.uiSetBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click); #line default #line hidden return; case 11: this.sciChart = ((SciChart.Charting3D.SciChart3DSurface)(target)); #line 345 "..\..\..\Surface.xaml" this.sciChart.MouseRightButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.SurfaceMouseUp); #line default #line hidden return; case 12: this.backgroundSurfaceMesh = ((SciChart.Charting3D.RenderableSeries.SurfaceMeshRenderableSeries3D)(target)); return; case 13: this.surfaceMeshRenderableSeries = ((SciChart.Charting3D.RenderableSeries.SurfaceMeshRenderableSeries3D)(target)); return; case 14: this.scatterRenderableSeries = ((SciChart.Charting3D.RenderableSeries.ScatterRenderableSeries3D)(target)); return; case 15: this.XAx3D = ((SciChart.Charting3D.Axis.NumericAxis3D)(target)); return; case 16: this.YAx3D = ((SciChart.Charting3D.Axis.NumericAxis3D)(target)); return; case 17: this.ZAx3D = ((SciChart.Charting3D.Axis.NumericAxis3D)(target)); return; case 18: this.tooltip = ((SciChart.Charting3D.Modifiers.Tooltip3D.TooltipModifier3D)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 9 "..\..\MainWindow.xaml" ((Lidar_processing_VLP16.MainWindow)(target)).Unloaded += new System.Windows.RoutedEventHandler(this.CreateRealTime3DPointCloudChart_OnUnloaded); #line default #line hidden return; case 2: this.textBox = ((System.Windows.Controls.TextBox)(target)); return; case 3: this.button = ((System.Windows.Controls.Button)(target)); #line 17 "..\..\MainWindow.xaml" this.button.Click += new System.Windows.RoutedEventHandler(this.button_Click); #line default #line hidden return; case 4: this.dataGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 5: this.button1 = ((System.Windows.Controls.Button)(target)); #line 19 "..\..\MainWindow.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click); #line default #line hidden return; case 6: this.StartButton = ((System.Windows.Controls.Primitives.ToggleButton)(target)); #line 30 "..\..\MainWindow.xaml" this.StartButton.Click += new System.Windows.RoutedEventHandler(this.StartButton_Click); #line default #line hidden return; case 7: this.PauseButton = ((System.Windows.Controls.Primitives.ToggleButton)(target)); #line 31 "..\..\MainWindow.xaml" this.PauseButton.Click += new System.Windows.RoutedEventHandler(this.PauseButton_Click); #line default #line hidden return; case 8: this.ResetButton = ((System.Windows.Controls.Primitives.ToggleButton)(target)); #line 32 "..\..\MainWindow.xaml" this.ResetButton.Click += new System.Windows.RoutedEventHandler(this.ResetButton_Click); #line default #line hidden return; case 9: this.sciChart = ((SciChart.Charting3D.SciChart3DSurface)(target)); return; case 10: this.ScatterRenderableSeries3D = ((SciChart.Charting3D.RenderableSeries.ScatterRenderableSeries3D)(target)); return; } this._contentLoaded = true; }