C# Class ZForge.Motion.Controls.CameraBoard

Afficher le fichier Open project: zhuangyy/Motion

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCameraBoardAddNewEvent ( CameraBoardAddNewEventArgs e ) : void

Private Methods

Méthode 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 méthode

public Add ( AVIClass c ) : IVideoView
c AVIClass
Résultat IVideoView

Add() public méthode

public Add ( CameraClass c ) : IVideoView
c CameraClass
Résultat IVideoView

Add() public méthode

public Add ( PICClass c ) : PICView
c PICClass
Résultat PICView

AlarmResetAll() public méthode

public AlarmResetAll ( ) : void
Résultat void

CameraBoard() public méthode

public CameraBoard ( ) : System
Résultat System

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

Dispose() protected méthode

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

Find() public méthode

public Find ( CameraClass c ) : IVideoView
c CameraClass
Résultat IVideoView

OnCameraBoardAddNewEvent() protected méthode

protected OnCameraBoardAddNewEvent ( CameraBoardAddNewEventArgs e ) : void
e CameraBoardAddNewEventArgs
Résultat void

PauseAll() public méthode

public PauseAll ( bool on ) : void
on bool
Résultat void

Remove() public méthode

public Remove ( AVIClass c ) : bool
c AVIClass
Résultat bool

Remove() public méthode

public Remove ( CameraClass c ) : bool
c CameraClass
Résultat bool

Remove() public méthode

public Remove ( IFileClass c ) : bool
c IFileClass
Résultat bool

Remove() public méthode

public Remove ( PICClass c ) : bool
c PICClass
Résultat bool

ScrollToView() public méthode

public ScrollToView ( string id ) : void
id string
Résultat void

ShortcutClear() public méthode

public ShortcutClear ( ) : void
Résultat void

ShortcutRemove() public méthode

public ShortcutRemove ( IView v ) : void
v IView
Résultat void

StartAll() public méthode

public StartAll ( ) : void
Résultat void

StopAll() public méthode

public StopAll ( ) : void
Résultat void

UpdateCulture() public méthode

public UpdateCulture ( ) : void
Résultat void