C# Class StarryEyes.Models.MainWindowModel

Afficher le fichier Open project: karno/StarryEyes Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteAccountSelectAction ( AccountSelectDescription desc ) : void
ExecuteAccountSelectAction ( AccountSelectionAction action, IEnumerable defaultSelected, Action after ) : void
SetFocusTo ( FocusRequest req ) : void
SetShowMainWindowCommands ( bool show ) : void
SetState ( [ state ) : IDisposable
SetTimelineFocusTo ( TimelineFocusRequest req ) : void
ShowSetting ( ) : IObservable
ShowTabConfigure ( TabModel model ) : IObservable
ShowTaskDialog ( TaskDialogOptions options ) : void
TransitionBackstage ( bool open ) : void

Private Methods

Méthode Description
MainWindowModel ( ) : System
RaiseStateStringChanged ( ) : void
RegisterKeyAssigns ( ) : void

Method Details

ExecuteAccountSelectAction() public static méthode

public static ExecuteAccountSelectAction ( AccountSelectDescription desc ) : void
desc AccountSelectDescription
Résultat void

ExecuteAccountSelectAction() public static méthode

public static ExecuteAccountSelectAction ( AccountSelectionAction action, IEnumerable defaultSelected, Action after ) : void
action AccountSelectionAction
defaultSelected IEnumerable
after Action
Résultat void

SetFocusTo() public static méthode

public static SetFocusTo ( FocusRequest req ) : void
req FocusRequest
Résultat void

SetShowMainWindowCommands() public static méthode

public static SetShowMainWindowCommands ( bool show ) : void
show bool
Résultat void

SetState() public static méthode

public static SetState ( [ state ) : IDisposable
state [
Résultat IDisposable

SetTimelineFocusTo() public static méthode

public static SetTimelineFocusTo ( TimelineFocusRequest req ) : void
req TimelineFocusRequest
Résultat void

ShowSetting() public static méthode

public static ShowSetting ( ) : IObservable
Résultat IObservable

ShowTabConfigure() public static méthode

public static ShowTabConfigure ( TabModel model ) : IObservable
model TabModel
Résultat IObservable

ShowTaskDialog() public static méthode

public static ShowTaskDialog ( TaskDialogOptions options ) : void
options TaskDialogOptions
Résultat void

TransitionBackstage() public static méthode

public static TransitionBackstage ( bool open ) : void
open bool
Résultat void