Method | Description | |
---|---|---|
CombatLogViewModelFactory ( ISettingsService settingsService, IImageService imageService, IFontService fontService ) : System | ||
Create ( CombatLogEvent @event ) : CombatLogViewModel |
Method | Description | |
---|---|---|
ApplyAbilitySettings ( CombatLogEvent @event, CombatLogViewModel viewModel, Settings settings ) : void | ||
ApplyFontSettings ( CombatLogViewModel viewModel, Settings settings ) : void | ||
ApplyLoggerSettings ( CombatLogEvent combatLogEvent, CombatLogViewModel viewModel, Settings settings ) : void |
public CombatLogViewModelFactory ( ISettingsService settingsService, IImageService imageService, IFontService fontService ) : System | ||
settingsService | ISettingsService | |
imageService | IImageService | |
fontService | IFontService | |
return | System |
public Create ( CombatLogEvent @event ) : CombatLogViewModel | ||
@event | CombatLogEvent | |
return | CombatLogViewModel |