C# Class SRNicoNico.ViewModels.LiveWatchViewModel

Inheritance: TabItemViewModel
Afficher le fichier Open project: mrtska/SRNicoNico Class Usage Examples

Méthodes publiques

Свойство Type Description
Handler LiveFlashHandler

Méthodes publiques

Méthode Description
Close ( ) : void
FocusComment ( ) : void
GoToFullScreen ( ) : void
Initialize ( ) : void
KeyDown ( System.Windows.Input.KeyEventArgs e ) : void
LiveWatchViewModel ( LiveViewModel vm, NicoNicoLive instance, NicoNicoLiveContent content ) : System
OpenVideo ( ) : void
Restart ( ) : void
ReturnFromFullScreen ( ) : void
ToggleComment ( ) : void
ToggleFullScreen ( ) : void
ToggleMute ( ) : void
TogglePlay ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FocusComment() public méthode

public FocusComment ( ) : void
Résultat void

GoToFullScreen() public méthode

public GoToFullScreen ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

KeyDown() public méthode

public KeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

LiveWatchViewModel() public méthode

public LiveWatchViewModel ( LiveViewModel vm, NicoNicoLive instance, NicoNicoLiveContent content ) : System
vm LiveViewModel
instance SRNicoNico.Models.NicoNicoWrapper.NicoNicoLive
content SRNicoNico.Models.NicoNicoWrapper.NicoNicoLiveContent
Résultat System

OpenVideo() public méthode

public OpenVideo ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

ReturnFromFullScreen() public méthode

public ReturnFromFullScreen ( ) : void
Résultat void

ToggleComment() public méthode

public ToggleComment ( ) : void
Résultat void

ToggleFullScreen() public méthode

public ToggleFullScreen ( ) : void
Résultat void

ToggleMute() public méthode

public ToggleMute ( ) : void
Résultat void

TogglePlay() public méthode

public TogglePlay ( ) : void
Résultat void

Property Details

Handler public_oe property

public LiveFlashHandler,SRNicoNico.ViewModels Handler
Résultat LiveFlashHandler