C# Class Harriet.Models.Chat.ChatWindowPositionModel

チャット枠の位置、サイズ情報を表します。
Inheritance: HarrietNotifiableModelBase
Afficher le fichier Open project: malaybaku/harriet Class Usage Examples

Méthodes publiques

Méthode Description
ChatWindowPositionModel ( IMainWindow mainWindow, IChatWindowLayoutSetting layout, IChatWindowRelocateRequestable relocateRequestor ) : Harriet.Models.Core
Relocate ( ) : void
ResetSize ( ) : void
SetDefaultSize ( double width, double height ) : void

Private Methods

Méthode Description
OnRelocateRequested ( object sender, EventArgs e ) : void

Method Details

ChatWindowPositionModel() public méthode

public ChatWindowPositionModel ( IMainWindow mainWindow, IChatWindowLayoutSetting layout, IChatWindowRelocateRequestable relocateRequestor ) : Harriet.Models.Core
mainWindow IMainWindow
layout IChatWindowLayoutSetting
relocateRequestor IChatWindowRelocateRequestable
Résultat Harriet.Models.Core

Relocate() public méthode

public Relocate ( ) : void
Résultat void

ResetSize() public méthode

public ResetSize ( ) : void
Résultat void

SetDefaultSize() public méthode

public SetDefaultSize ( double width, double height ) : void
width double
height double
Résultat void