C# Class Talis.XIVPlugin.Twintania.Windows.TwintaniaWidgetViewModel

Inheritance: INotifyPropertyChanged
Mostra file Open project: Bio2hazard/talis.xivplugin.twintania

Private Properties

Property Type Description
RaisePropertyChanged void

Public Methods

Method Description
DeathSentenceTimerStart ( ) : void
DeathSentenceTimerStop ( ) : void
DivebombTimerStart ( ) : void
DivebombTimerStop ( ) : void
EnrageTimerStart ( ) : void
EnrageTimerStop ( ) : void
TestModeStart ( ) : void
TestModeStop ( ) : void
TriggerDeathSentence ( ) : void
TriggerDiveBomb ( ) : void
TriggerTwister ( ) : void
TwisterTimerStart ( ) : void
TwisterTimerStop ( ) : void

Private Methods

Method Description
RaisePropertyChanged ( [ caller = "" ) : void

Method Details

DeathSentenceTimerStart() public method

public DeathSentenceTimerStart ( ) : void
return void

DeathSentenceTimerStop() public method

public DeathSentenceTimerStop ( ) : void
return void

DivebombTimerStart() public method

public DivebombTimerStart ( ) : void
return void

DivebombTimerStop() public method

public DivebombTimerStop ( ) : void
return void

EnrageTimerStart() public method

public EnrageTimerStart ( ) : void
return void

EnrageTimerStop() public method

public EnrageTimerStop ( ) : void
return void

TestModeStart() public method

public TestModeStart ( ) : void
return void

TestModeStop() public method

public TestModeStop ( ) : void
return void

TriggerDeathSentence() public method

public TriggerDeathSentence ( ) : void
return void

TriggerDiveBomb() public method

public TriggerDiveBomb ( ) : void
return void

TriggerTwister() public method

public TriggerTwister ( ) : void
return void

TwisterTimerStart() public method

public TwisterTimerStart ( ) : void
return void

TwisterTimerStop() public method

public TwisterTimerStop ( ) : void
return void