C# Class Project2.OptionsPage

A page that displays a group title, a list of items within the group, and details for the currently selected item.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: nuclearpidgeon/graphicsproj2

Méthodes publiques

Méthode Description
OptionsPage ( ) : Project2.Common

Private Methods

Méthode Description
AccelerometerSensitiveChanged ( object sender, RangeBaseValueChangedEventArgs e ) : void
CanGoBack ( ) : bool
GoBack ( ) : void
LightingHighClick ( object sender, RoutedEventArgs e ) : void
LightingLowClick ( object sender, RoutedEventArgs e ) : void
LightingMediumClick ( object sender, RoutedEventArgs e ) : void
PhysicsAccuracyChanged ( object sender, RangeBaseValueChangedEventArgs e ) : void
SetLightingQuality ( Quality q ) : void
SetTextureQuality ( Quality q ) : void
TextureHighClick ( object sender, RoutedEventArgs e ) : void
TextureLowClick ( object sender, RoutedEventArgs e ) : void
TextureMediumClick ( object sender, RoutedEventArgs e ) : void
UpdateButtons ( ) : void
UsingLogicalPageNavigation ( ) : bool

Invoked to determine whether the page should act as one logical page or two.

Window_SizeChanged ( object sender, Windows e ) : void

Invoked with the Window changes size

cboxDebugRenderChecked ( object sender, RoutedEventArgs e ) : void
cboxDynamicTimestepChecked ( object sender, RoutedEventArgs e ) : void
cboxMultithreadingPhysicsChecked ( object sender, RoutedEventArgs e ) : void
initView ( ) : void
itemListView_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
navigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

navigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.

Method Details

OptionsPage() public méthode

public OptionsPage ( ) : Project2.Common
Résultat Project2.Common