C# Class VAGSuite.MapViewerEx

Datei anzeigen Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Public Properties

Property Type Description
gridControl1 DevExpress.XtraGrid.GridControl

Public Methods

Method Description
HighlightCell ( int tpsindex, int rpmindex ) : void
MapViewerEx ( ) : System
SaveData ( ) : bool
SelectCell ( int rowhandle, int colindex ) : void
SetSelectedTabPageIndex ( int tabpageindex ) : void
SetSplitter ( int panel1height, int panel2height, int splitdistance, bool panel1collapsed, bool panel2collapsed ) : void
SetSurfaceGraphView ( int pov_x, int pov_y, int pov_z, int pan_x, int pan_y, double pov_d ) : void
SetSurfaceGraphViewEx ( float depthx, float depthy, float zoom, float rotation, float elevation ) : void
SetViewSize ( ViewSize vs ) : void
ShowTable ( int tablewidth, bool issixteenbits ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CastCloseEvent ( ) : void
CastEditXaxisEditorRequested ( ) : void
CastEditYaxisEditorRequested ( ) : void
CastGraphSelectionChangedEvent ( ) : void
CastLockEvent ( int mode ) : void
CastReadEvent ( ) : void
CastReadFromSRAM ( ) : void
CastSaveEvent ( ) : void
CastSelectEvent ( int rowhandle, int colindex ) : void
CastSliderMoveEvent ( ) : void
CastSplitterMovedEvent ( ) : void
CastSurfaceGraphChangedEvent ( int Pov_x, int Pov_y, int Pov_z, int Pan_x, int Pan_y, double Pov_d ) : void
CastSurfaceGraphChangedEventEx ( float xdepth, float ydepth, float zoom, float rotation, float elevation ) : void
CastViewTypeChangedEvent ( ) : void
CastWriteToSRAM ( ) : void
ClearSelection ( ) : void
ConvertToDouble ( string v ) : double
ConvertToEasyValue ( float editorvalue ) : float
ConvertXAxisValue ( string currValue ) : string
ConvertYAxisValue ( string currValue ) : string
CopyMapToClipboard ( ) : void
CopySelectionToClipboard ( ) : void
FillData ( NMeshSurfaceSeries surface ) : void
FillDataCompare ( NMeshSurfaceSeries surface ) : void
FillDataOriginal ( NMeshSurfaceSeries surface ) : void
GetDataFromGridView ( bool upsidedown ) : byte[]
GetOpenLoopValue ( int index ) : int
GetRowForAxisValue ( string axisvalue ) : int
GetXaxisValue ( int index ) : int
GetYaxisValue ( int index ) : int
Init2dChart ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MapViewerCellEdit_KeyDown ( object sender, KeyEventArgs e ) : void
MapViewer_VisibleChanged ( object sender, EventArgs e ) : void
ReShowTable ( ) : void
RefreshMeshGraph ( ) : void
SelectCellsWithValue ( double value ) : void
SetDataValueInMap ( string yaxisvalue, double datavalue ) : void
SetGroupText ( ) : void
SetSurfaceGraphZoom ( double pov_d ) : void
SetViewTypeParams ( ViewSize vs ) : void
ShowHitInfo ( GridHitInfo hi ) : void
StartChartUpdateTimer ( ) : void
StartSingleLineGraphTimer ( ) : void
StartSurfaceChartUpdateTimer ( ) : void
UpdateChartControlSlice ( byte data ) : void
atCurrentlySelectedLocationToolStripMenuItem_Click ( object sender, EventArgs e ) : void
btnToggleOverlay_Click ( object sender, EventArgs e ) : void
chartControl1_Click ( object sender, EventArgs e ) : void
chartControl1_CustomDrawSeries ( object sender, CustomDrawSeriesEventArgs e ) : void
chartControl1_CustomDrawSeriesPoint ( object sender, CustomDrawSeriesPointEventArgs e ) : void
chartControl1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
chartControl1_MouseDown ( object sender, MouseEventArgs e ) : void
chartControl1_MouseMove ( object sender, MouseEventArgs e ) : void
chartControl1_MouseUp ( object sender, MouseEventArgs e ) : void
chartControl1_ObjectHotTracked ( object sender, HotTrackEventArgs e ) : void
contextMenuStrip1_Opening ( object sender, System.CancelEventArgs e ) : void
copySelectedCellsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
editXaxisSymbolToolStripMenuItem_Click ( object sender, EventArgs e ) : void
editYaxisSymbolToolStripMenuItem_Click ( object sender, EventArgs e ) : void
gridView1_CellValueChanged ( object sender, DevExpress e ) : void
gridView1_CellValueChanging ( object sender, DevExpress e ) : void
gridView1_CustomDrawCell ( object sender, DevExpress e ) : void
gridView1_CustomDrawColumnHeader ( object sender, DevExpress e ) : void
gridView1_CustomDrawRowIndicator ( object sender, DevExpress e ) : void
gridView1_CustomRowCellEdit ( object sender, DevExpress e ) : void
gridView1_HiddenEditor ( object sender, EventArgs e ) : void
gridView1_KeyDown ( object sender, KeyEventArgs e ) : void
gridView1_MouseMove ( object sender, MouseEventArgs e ) : void
gridView1_RowUpdated ( object sender, DevExpress e ) : void
gridView1_SelectionChanged ( object sender, DevExpress e ) : void
gridView1_SelectionChanged_1 ( object sender, DevExpress e ) : void
gridView1_ShowingEditor ( object sender, System.CancelEventArgs e ) : void
gridView1_ShownEditor ( object sender, EventArgs e ) : void
gridView1_ValidatingEditor ( object sender, DevExpress e ) : void
groupControl1_DoubleClick ( object sender, EventArgs e ) : void
groupControl1_Paint ( object sender, PaintEventArgs e ) : void
groupControl2_Paint ( object sender, PaintEventArgs e ) : void
inOrgininalPositionToolStripMenuItem_Click ( object sender, EventArgs e ) : void
nChartControl1_MouseDown ( object sender, MouseEventArgs e ) : void
nChartControl1_MouseMove ( object sender, MouseEventArgs e ) : void
nChartControl1_MouseUp ( object sender, MouseEventArgs e ) : void
nChartControl1_MouseWheel ( object sender, MouseEventArgs e ) : void
popupContainerEdit1_CustomDisplayText ( object sender, DevExpress e ) : void
simpleButton10_Click ( object sender, EventArgs e ) : void
simpleButton1_Click ( object sender, EventArgs e ) : void
simpleButton2_Click ( object sender, EventArgs e ) : void
simpleButton3_Click ( object sender, EventArgs e ) : void
simpleButton4_Click ( object sender, EventArgs e ) : void
simpleButton5_Click ( object sender, EventArgs e ) : void
simpleButton6_Click ( object sender, EventArgs e ) : void
simpleButton7_Click ( object sender, EventArgs e ) : void
simpleButton8_Click ( object sender, EventArgs e ) : void
simpleButton9_Click ( object sender, EventArgs e ) : void
smoothSelectionToolStripMenuItem_Click ( object sender, EventArgs e ) : void
splitContainer1_MouseDown ( object sender, MouseEventArgs e ) : void
splitContainer1_MouseLeave ( object sender, EventArgs e ) : void
splitContainer1_MouseUp ( object sender, MouseEventArgs e ) : void
splitContainer1_SplitterMoved ( object sender, SplitterEventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void
timer2_Tick ( object sender, EventArgs e ) : void
timer3_Tick ( object sender, EventArgs e ) : void
timer4_Tick ( object sender, EventArgs e ) : void
timer5_Tick ( object sender, EventArgs e ) : void
toolStripButton1_Click ( object sender, EventArgs e ) : void
toolStripButton2_Click ( object sender, EventArgs e ) : void
toolStripButton3_Click ( object sender, EventArgs e ) : void
toolStripButton4_Click ( object sender, EventArgs e ) : void
toolStripButton5_Click ( object sender, EventArgs e ) : void
toolStripButton6_Click ( object sender, EventArgs e ) : void
toolStripButton7_Click ( object sender, EventArgs e ) : void
toolStripComboBox2_SelectedIndexChanged ( object sender, EventArgs e ) : void
toolStripComboBox3_KeyDown ( object sender, KeyEventArgs e ) : void
toolStripComboBox3_SelectedIndexChanged ( object sender, EventArgs e ) : void
trackBarControl1_ValueChanged ( object sender, EventArgs e ) : void
xtraTabControl1_SelectedPageChanged ( object sender, DevExpress e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

HighlightCell() public method

public HighlightCell ( int tpsindex, int rpmindex ) : void
tpsindex int
rpmindex int
return void

MapViewerEx() public method

public MapViewerEx ( ) : System
return System

SaveData() public method

public SaveData ( ) : bool
return bool

SelectCell() public method

public SelectCell ( int rowhandle, int colindex ) : void
rowhandle int
colindex int
return void

SetSelectedTabPageIndex() public method

public SetSelectedTabPageIndex ( int tabpageindex ) : void
tabpageindex int
return void

SetSplitter() public method

public SetSplitter ( int panel1height, int panel2height, int splitdistance, bool panel1collapsed, bool panel2collapsed ) : void
panel1height int
panel2height int
splitdistance int
panel1collapsed bool
panel2collapsed bool
return void

SetSurfaceGraphView() public method

public SetSurfaceGraphView ( int pov_x, int pov_y, int pov_z, int pan_x, int pan_y, double pov_d ) : void
pov_x int
pov_y int
pov_z int
pan_x int
pan_y int
pov_d double
return void

SetSurfaceGraphViewEx() public method

public SetSurfaceGraphViewEx ( float depthx, float depthy, float zoom, float rotation, float elevation ) : void
depthx float
depthy float
zoom float
rotation float
elevation float
return void

SetViewSize() public method

public SetViewSize ( ViewSize vs ) : void
vs ViewSize
return void

ShowTable() public method

public ShowTable ( int tablewidth, bool issixteenbits ) : void
tablewidth int
issixteenbits bool
return void

Property Details

gridControl1 public_oe property

public DevExpress.XtraGrid.GridControl gridControl1
return DevExpress.XtraGrid.GridControl