C# Class StarryEyes.Models.MainWindowModel

Mostrar archivo Open project: karno/StarryEyes Class Usage Examples

Public Methods

Method 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

Method Description
MainWindowModel ( ) : System
RaiseStateStringChanged ( ) : void
RegisterKeyAssigns ( ) : void

Method Details

ExecuteAccountSelectAction() public static method

public static ExecuteAccountSelectAction ( AccountSelectDescription desc ) : void
desc AccountSelectDescription
return void

ExecuteAccountSelectAction() public static method

public static ExecuteAccountSelectAction ( AccountSelectionAction action, IEnumerable defaultSelected, Action after ) : void
action AccountSelectionAction
defaultSelected IEnumerable
after Action
return void

SetFocusTo() public static method

public static SetFocusTo ( FocusRequest req ) : void
req FocusRequest
return void

SetShowMainWindowCommands() public static method

public static SetShowMainWindowCommands ( bool show ) : void
show bool
return void

SetState() public static method

public static SetState ( [ state ) : IDisposable
state [
return IDisposable

SetTimelineFocusTo() public static method

public static SetTimelineFocusTo ( TimelineFocusRequest req ) : void
req TimelineFocusRequest
return void

ShowSetting() public static method

public static ShowSetting ( ) : IObservable
return IObservable

ShowTabConfigure() public static method

public static ShowTabConfigure ( TabModel model ) : IObservable
model TabModel
return IObservable

ShowTaskDialog() public static method

public static ShowTaskDialog ( TaskDialogOptions options ) : void
options TaskDialogOptions
return void

TransitionBackstage() public static method

public static TransitionBackstage ( bool open ) : void
open bool
return void