C# 클래스 TowerLightsControllerGUI.ViewModel.MainViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: uiacm/tower_creator

공개 메소드들

메소드 설명
MainViewModel ( ) : System

비공개 메소드들

메소드 설명
Exit ( ) : void
GenerateMessageFromException ( Exception exception ) : string

Creates string that the message from the exception and the inner exception if that is defined

Play ( ) : void

Plays the selected animation. Designed to run in a different thread. It will start playing at currentFrameIndex, or it will start at the beginning of the animation.

PlayPause ( ) : void

Plays or pauses the selected animation. This function handles the PlayPause command.

RefreshAnimations ( ) : void

Downloads the list of animations from the server

Stop ( ) : void

Stops the current animation

UploadAnimation ( ) : void

Uploads an animation to the server

메소드 상세

MainViewModel() 공개 메소드

public MainViewModel ( ) : System
리턴 System