Property | Type | Description | |
---|---|---|---|
AreCurrentTasksVisibleProperty | |||
AreHistoryTasksVisibleProperty | |||
AreObjectsVisibleProperty | |||
AreZonesVisibleProperty | |||
CartridgeFilenameKey | string | ||
CartridgeTagProperty | |||
IsInventoryEmptyProperty | |||
IsTasksEmptyProperty | |||
IsWorldEmptyProperty | |||
PivotSelectedIndexProperty | |||
SavegameFilenameKey | string | ||
SectionKey | string | ||
SectionValue_Inventory | string | ||
SectionValue_Overview | string | ||
SectionValue_Tasks | string | ||
SectionValue_World | string |
Method | Description | |
---|---|---|
InitCollectionViewSourcesForTasks ( |
Initializes filters for task collection view sources.
|
|
OnPageReady ( ) : void |
Method | Description | |
---|---|---|
InitFromNavigation ( NavigationInfo nav ) : void | ||
OnCoreGameStateChanged ( WF oldState, WF newState ) : void | ||
OnCorePropertyChanged ( string propName ) : void | ||
OnModelChanged ( Models newModel ) : void | ||
OnPageBackKeyPressOverride ( System e ) : void |
Method | Description | |
---|---|---|
FailInit ( |
Displays a message when the async initialization failed, and returns back to the main menu.
|
|
OnCurrentTasksSourceFilter ( object sender, System.Windows.Data.FilterEventArgs e ) : void | ||
OnHistoryTasksSourceFilter ( object sender, System.Windows.Data.FilterEventArgs e ) : void | ||
QuickSaveGame ( ) : void |
Makes a quick save game.
|
|
RefreshAppBar ( ) : void |
Refreshes the application bar.
|
|
RefreshProgressBar ( WF gameState ) : void |
Refreshes the progress bar depending on the game state.
|
|
RefreshVisibilities ( string propName = null ) : void |
Refreshes the visibility of one or all wherigo object panels.
|
|
RunOrDeferIfNotReady ( System.Action action ) : void |
Runs an action now or defers it if the page is not ready yet.
|
|
ShowDetails ( WF.Player.Core.UIObject t ) : void |
Makes the app show the details of a thing.
|
|
ShowDeviceInfo ( ) : void |
Makes the app show the device info page.
|
|
ShowMap ( ) : void |
Makes the app show a map of the game zone.
|
|
ShowSection ( string section ) : void |
Shows a particular section of the view.
|
|
ShowSectionFromTag ( |
Shows a particular section of the view from the tag of a FrameworkElement.
|
|
StartSaveGame ( ) : void |
Starts the process of saving a game.
|
public InitCollectionViewSourcesForTasks ( |
||
currrentTs | ||
historyTs | ||
return | void |
protected InitFromNavigation ( NavigationInfo nav ) : void | ||
nav | NavigationInfo | |
return | void |
protected OnCoreGameStateChanged ( WF oldState, WF newState ) : void | ||
oldState | WF | |
newState | WF | |
return | void |
protected OnCorePropertyChanged ( string propName ) : void | ||
propName | string | |
return | void |
protected OnModelChanged ( Models newModel ) : void | ||
newModel | Models | |
return | void |
protected OnPageBackKeyPressOverride ( System e ) : void | ||
e | System | |
return | void |
public static DependencyProperty,System.Windows AreCurrentTasksVisibleProperty | ||
return |
public static DependencyProperty,System.Windows AreHistoryTasksVisibleProperty | ||
return |
public static DependencyProperty,System.Windows AreObjectsVisibleProperty | ||
return |
public static DependencyProperty,System.Windows AreZonesVisibleProperty | ||
return |
public static DependencyProperty,System.Windows CartridgeTagProperty | ||
return |
public static DependencyProperty,System.Windows IsInventoryEmptyProperty | ||
return |
public static DependencyProperty,System.Windows IsTasksEmptyProperty | ||
return |
public static DependencyProperty,System.Windows IsWorldEmptyProperty | ||
return |
public static DependencyProperty,System.Windows PivotSelectedIndexProperty | ||
return |
public static string SectionValue_Inventory | ||
return | string |
public static string SectionValue_Overview | ||
return | string |