C# Class BigRedButtonOfDeath.WPF.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, IView
Afficher le fichier Open project: russjudge/ArtemisSBS-ProtocolSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
AbortSelfDestructImageProperty System.Windows.DependencyProperty
ConnectionStartedProperty System.Windows.DependencyProperty
GameRunningProperty System.Windows.DependencyProperty
HostProperty System.Windows.DependencyProperty
PortProperty System.Windows.DependencyProperty
RedAlertEnabledProperty System.Windows.DependencyProperty
SelfDestructImageProperty System.Windows.DependencyProperty
SelfDestructRunningProperty System.Windows.DependencyProperty
ShieldsRaisedProperty System.Windows.DependencyProperty
SimulationRunningProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
AlertAboutArtemisVersionConflict ( string message ) : void
ConnectionFailed ( ) : void
Dispose ( ) : void
GameEnded ( ) : void
GameStarted ( ) : void
GetShipSelection ( PlayerShip shipList ) : void
MainWindow ( ) : ArtemisComm
SetAbortSelfDestruct ( ) : void
SetSelfDestructImage ( ) : void
SimulationEnded ( ) : void
UnableToConnect ( ) : void
UserShipSelect ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Private Methods

Méthode Description
GetImage ( string path ) : ImageSource
InitializeComponent ( ) : void
OnChangeAbortSelfDestruct ( object sender, RoutedEventArgs e ) : void
OnChangeSelfDestruct ( object sender, RoutedEventArgs e ) : void
OnClose ( object sender, RoutedEventArgs e ) : void
OnClosed ( object sender, EventArgs e ) : void
OnConnect ( object sender, RoutedEventArgs e ) : void
OnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnReset ( object sender, RoutedEventArgs e ) : void
OnResetSelfDestruct ( object sender, RoutedEventArgs e ) : void
OnSelfDestruct ( object sender, RoutedEventArgs e ) : void
OnSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
SelectImage ( string title, string baseFile ) : string>.KeyValuePair
System ( int connectionId, object target ) : void

Method Details

AlertAboutArtemisVersionConflict() public méthode

public AlertAboutArtemisVersionConflict ( string message ) : void
message string
Résultat void

ConnectionFailed() public méthode

public ConnectionFailed ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

GameEnded() public méthode

public GameEnded ( ) : void
Résultat void

GameStarted() public méthode

public GameStarted ( ) : void
Résultat void

GetShipSelection() public méthode

public GetShipSelection ( PlayerShip shipList ) : void
shipList ArtemisComm.PlayerShip
Résultat void

MainWindow() public méthode

public MainWindow ( ) : ArtemisComm
Résultat ArtemisComm

SetAbortSelfDestruct() public méthode

public SetAbortSelfDestruct ( ) : void
Résultat void

SetSelfDestructImage() public méthode

public SetSelfDestructImage ( ) : void
Résultat void

SimulationEnded() public méthode

public SimulationEnded ( ) : void
Résultat void

UnableToConnect() public méthode

public UnableToConnect ( ) : void
Résultat void

UserShipSelect() public méthode

public UserShipSelect ( ) : void
Résultat void

Property Details

AbortSelfDestructImageProperty public_oe static_oe property

public static DependencyProperty,System.Windows AbortSelfDestructImageProperty
Résultat System.Windows.DependencyProperty

ConnectionStartedProperty public_oe static_oe property

public static DependencyProperty,System.Windows ConnectionStartedProperty
Résultat System.Windows.DependencyProperty

GameRunningProperty public_oe static_oe property

public static DependencyProperty,System.Windows GameRunningProperty
Résultat System.Windows.DependencyProperty

HostProperty public_oe static_oe property

public static DependencyProperty,System.Windows HostProperty
Résultat System.Windows.DependencyProperty

PortProperty public_oe static_oe property

public static DependencyProperty,System.Windows PortProperty
Résultat System.Windows.DependencyProperty

RedAlertEnabledProperty public_oe static_oe property

public static DependencyProperty,System.Windows RedAlertEnabledProperty
Résultat System.Windows.DependencyProperty

SelfDestructImageProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelfDestructImageProperty
Résultat System.Windows.DependencyProperty

SelfDestructRunningProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelfDestructRunningProperty
Résultat System.Windows.DependencyProperty

ShieldsRaisedProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShieldsRaisedProperty
Résultat System.Windows.DependencyProperty

SimulationRunningProperty public_oe static_oe property

public static DependencyProperty,System.Windows SimulationRunningProperty
Résultat System.Windows.DependencyProperty