C# Class Octgn.Controls.CustomGameList

Interaction logic for CustomGames.xaml
Inheritance: INotifyPropertyChanged, IDisposable
Show file Open project: octgn/OCTGN

Public Properties

Property Type Description
IsJoinableGameSelectedProperty System.Windows.DependencyProperty

Public Methods

Method Description
CustomGameList ( ) : System
Dispose ( ) : void
VisibleChanged ( bool visible ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
ButtonHostClick ( object sender, RoutedEventArgs e ) : void
ButtonJoinClick ( object sender, RoutedEventArgs e ) : void
ButtonJoinOfflineGame ( object sender, RoutedEventArgs e ) : void
ButtonKillGame ( object sender, RoutedEventArgs e ) : void
ChattingOnOnCreateRoom ( object sender, Skylabs.Lobby.ChatRoom room ) : void
ConnectOfflineGameDialogOnClose ( object o, DialogResult dialogResult ) : void
FinishJoinGame ( System.Threading.Tasks.Task task ) : void
GameListItemDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
HostGameSettingsDialogOnClose ( object o, DialogResult dialogResult ) : void
ListViewGameListSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ListViewGameList_OnDragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
LobbyClient_OnDisconnect ( object sender, EventArgs e ) : void
LobbyClient_OnLoginComplete ( object sender, LoginResults results ) : void
RefreshGameList ( List games ) : void
RefreshGamesTask ( object state ) : void
ShowHostGameDialog ( ) : void
ShowJoinOfflineGameDialog ( ) : void
StartJoinGame ( Octgn.ViewModels.HostedGameViewModel hostedGame, DataNew game, bool spectate ) : void

Method Details

CustomGameList() public method

public CustomGameList ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

VisibleChanged() public method

public VisibleChanged ( bool visible ) : void
visible bool
return void

Property Details

IsJoinableGameSelectedProperty public static property

public static DependencyProperty,System.Windows IsJoinableGameSelectedProperty
return System.Windows.DependencyProperty