C# Class SRNicoNico.ViewModels.VideoViewModel

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

Méthodes publiques

Свойство Type Description
CommentInstance NicoNicoComment
Handler VideoFlashHandler
WatchApi SRNicoNico.Models.NicoNicoWrapper.NicoNicoWatchApi

Protected Properties

Свойство Type Description
PlayList PlayListViewModel

Private Properties

Свойство Type Description
InitializeView void
UpdateStatus void

Méthodes publiques

Méthode Description
Close ( ) : void
DisposeViewModel ( ) : void
FocusComment ( ) : void
GoToFullScreen ( ) : void
HideFullScreenPopup ( ) : void
Initialize ( System browser ) : void
JumpTo ( string videoUrl ) : void
KeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OpenNew ( ) : void
OpenTweetDialog ( ) : void
RTMPTimeOut ( ) : void
Refresh ( ) : void
Restart ( ) : void
ReturnFromFullScreen ( ) : void
SetSeekCursor ( float time ) : void
ShowFullScreenPopup ( ) : void
ToggleComment ( ) : void
ToggleFavorite ( ) : void
ToggleFullScreen ( ) : void
ToggleMute ( ) : void
TogglePlay ( ) : void
ToggleRepeat ( ) : void
VideoViewModel ( string videoUrl, PlayListViewModel playList = null ) : System.Threading.Tasks

Private Methods

Méthode Description
InitializeView ( ) : void
UpdateStatus ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DisposeViewModel() public méthode

public DisposeViewModel ( ) : void
Résultat void

FocusComment() public méthode

public FocusComment ( ) : void
Résultat void

GoToFullScreen() public méthode

public GoToFullScreen ( ) : void
Résultat void

HideFullScreenPopup() public méthode

public HideFullScreenPopup ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( System browser ) : void
browser System
Résultat void

JumpTo() public méthode

public JumpTo ( string videoUrl ) : void
videoUrl string
Résultat void

KeyDown() public méthode

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

OpenNew() public méthode

public OpenNew ( ) : void
Résultat void

OpenTweetDialog() public méthode

public OpenTweetDialog ( ) : void
Résultat void

RTMPTimeOut() public méthode

public RTMPTimeOut ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

ReturnFromFullScreen() public méthode

public ReturnFromFullScreen ( ) : void
Résultat void

SetSeekCursor() public méthode

public SetSeekCursor ( float time ) : void
time float
Résultat void

ShowFullScreenPopup() public méthode

public ShowFullScreenPopup ( ) : void
Résultat void

ToggleComment() public méthode

public ToggleComment ( ) : void
Résultat void

ToggleFavorite() public méthode

public ToggleFavorite ( ) : 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

ToggleRepeat() public méthode

public ToggleRepeat ( ) : void
Résultat void

VideoViewModel() public méthode

public VideoViewModel ( string videoUrl, PlayListViewModel playList = null ) : System.Threading.Tasks
videoUrl string
playList PlayListViewModel
Résultat System.Threading.Tasks

Property Details

CommentInstance public_oe property

public NicoNicoComment CommentInstance
Résultat NicoNicoComment

Handler public_oe property

public VideoFlashHandler,SRNicoNico.ViewModels Handler
Résultat VideoFlashHandler

PlayList protected_oe property

protected PlayListViewModel,SRNicoNico.ViewModels PlayList
Résultat PlayListViewModel

WatchApi public_oe property

public NicoNicoWatchApi,SRNicoNico.Models.NicoNicoWrapper WatchApi
Résultat SRNicoNico.Models.NicoNicoWrapper.NicoNicoWatchApi