C# Class ZForge.Motion.Controls.CameraBoard

显示文件 Open project: zhuangyy/Motion

Private Properties

Property Type Description
AtTheEdge bool
IView_VisibleChanged void
InitializeComponent void
ShortcutAdd void
toolStripButtonAlarmCleanAll_Click void
toolStripButtonCloseAll_Click void
toolStripButtonDeleteAll_Click void
toolStripButtonExportAll_Click void
toolStripButtonPauseAll_Click void
toolStripButtonStartAll_Click void
toolStripButtonStopAll_Click void
toolStripComboBoxRatio_SelectedIndexChanged void
toolStripComboBoxShortCut_SelectedIndexChanged void

Public Methods

Method Description
Add ( AVIClass c ) : IVideoView
Add ( CameraClass c ) : IVideoView
Add ( PICClass c ) : PICView
AlarmResetAll ( ) : void
CameraBoard ( ) : System
ClearAll ( ) : void
Find ( CameraClass c ) : IVideoView
PauseAll ( bool on ) : void
Remove ( AVIClass c ) : bool
Remove ( CameraClass c ) : bool
Remove ( IFileClass c ) : bool
Remove ( PICClass c ) : bool
ScrollToView ( string id ) : void
ShortcutClear ( ) : void
ShortcutRemove ( IView v ) : void
StartAll ( ) : void
StopAll ( ) : void
UpdateCulture ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCameraBoardAddNewEvent ( CameraBoardAddNewEventArgs e ) : void

Private Methods

Method Description
AtTheEdge ( ) : bool
IView_VisibleChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

ShortcutAdd ( IView v ) : void
toolStripButtonAlarmCleanAll_Click ( object sender, EventArgs e ) : void
toolStripButtonCloseAll_Click ( object sender, EventArgs e ) : void
toolStripButtonDeleteAll_Click ( object sender, EventArgs e ) : void
toolStripButtonExportAll_Click ( object sender, EventArgs e ) : void
toolStripButtonPauseAll_Click ( object sender, EventArgs e ) : void
toolStripButtonStartAll_Click ( object sender, EventArgs e ) : void
toolStripButtonStopAll_Click ( object sender, EventArgs e ) : void
toolStripComboBoxRatio_SelectedIndexChanged ( object sender, EventArgs e ) : void
toolStripComboBoxShortCut_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Add() public method

public Add ( AVIClass c ) : IVideoView
c AVIClass
return IVideoView

Add() public method

public Add ( CameraClass c ) : IVideoView
c CameraClass
return IVideoView

Add() public method

public Add ( PICClass c ) : PICView
c PICClass
return PICView

AlarmResetAll() public method

public AlarmResetAll ( ) : void
return void

CameraBoard() public method

public CameraBoard ( ) : System
return System

ClearAll() public method

public ClearAll ( ) : void
return void

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

Find() public method

public Find ( CameraClass c ) : IVideoView
c CameraClass
return IVideoView

OnCameraBoardAddNewEvent() protected method

protected OnCameraBoardAddNewEvent ( CameraBoardAddNewEventArgs e ) : void
e CameraBoardAddNewEventArgs
return void

PauseAll() public method

public PauseAll ( bool on ) : void
on bool
return void

Remove() public method

public Remove ( AVIClass c ) : bool
c AVIClass
return bool

Remove() public method

public Remove ( CameraClass c ) : bool
c CameraClass
return bool

Remove() public method

public Remove ( IFileClass c ) : bool
c IFileClass
return bool

Remove() public method

public Remove ( PICClass c ) : bool
c PICClass
return bool

ScrollToView() public method

public ScrollToView ( string id ) : void
id string
return void

ShortcutClear() public method

public ShortcutClear ( ) : void
return void

ShortcutRemove() public method

public ShortcutRemove ( IView v ) : void
v IView
return void

StartAll() public method

public StartAll ( ) : void
return void

StopAll() public method

public StopAll ( ) : void
return void

UpdateCulture() public method

public UpdateCulture ( ) : void
return void