M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM Class Reference

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 EncyclopediaNavigatorVM (Func< string, object, bool, EncyclopediaPageVM > goToLink, Action closeEncyclopedia)
 
override void OnFinalize ()
 
override void RefreshValues ()
 Used for updating localized texts.
 
void ExecuteHome ()
 
void ExecuteBarLink (string targetID)
 
void ExecuteCloseEncyclopedia ()
 
void ResetHistory ()
 
void ExecuteBack ()
 
void ExecuteForward ()
 
Tuple< string, object > GetLastPage ()
 
void AddHistory (string pageId, object obj)
 
void UpdatePageName (string value)
 
void ResetSearch ()
 
void ExecuteOnSearchActivated ()
 
void SetCancelInputKey (HotKey hotkey)
 
void SetPreviousPageInputKey (HotKey hotkey)
 
void SetNextPageInputKey (HotKey hotkey)
 
- Public Member Functions inherited from TaleWorlds.Library.ViewModel
void OnPropertyChanged ([CallerMemberName] string propertyName=null)
 Method for notifying binded views about the changes in a property. Uses reflection to get the value of the property. If reflection is not needed or updated value of the property is already known, use OnPropertyChangedWithValue() instead.
 
void OnPropertyChangedWithValue< T > (T value, [CallerMemberName]string propertyName=null)
 Faster method for notifying binded views about the changes in a property. To avoid reflection, caller can pass changed value to this method. If caller does not have access rights to the value, use OnPropertyChanged() instead.
 
void OnPropertyChangedWithValue (bool value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (int value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (float value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (uint value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Color value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (double value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Vec2 value, [CallerMemberName] string propertyName=null)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetViewModelAtPath (BindingPath path)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
object GetPropertyValue (string name)
 
Type GetPropertyType (string name)
 
void SetPropertyValue (string name, object value)
 
virtual void OnFinalize ()
 
void ExecuteCommand (string commandName, object[] parameters)
 
virtual void RefreshValues ()
 Used for updating localized texts.
 
object GetViewModelAtPath (BindingPath path)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetPropertyValue (string name)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
void SetPropertyValue (string name, object value)
 
void ExecuteCommand (string commandName, object[] parameters)
 

Properties

Tuple< string, object > LastActivePage [get]
 
bool CanSwitchTabs [get, set]
 
bool IsBackEnabled [get, set]
 
bool IsForwardEnabled [get, set]
 
bool IsHighlightEnabled [get, set]
 
bool IsSearchResultsShown [get, set]
 
string NavBarString [get, set]
 
string PageName [get, set]
 
string DoneText [get, set]
 
string LeaderText [get, set]
 
MBBindingList< EncyclopediaSearchResultVMSearchResults [get, set]
 
string SearchText [get, set]
 
int MinCharAmountToShowResults [get, set]
 
InputKeyItemVM CancelInputKey [get, set]
 
InputKeyItemVM PreviousPageInputKey [get, set]
 
InputKeyItemVM NextPageInputKey [get, set]
 
- Properties inherited from TaleWorlds.Library.ViewModel
PropertyChangedEventHandler PropertyChanged
 
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Additional Inherited Members

- Static Public Member Functions inherited from TaleWorlds.Library.ViewModel
static void CollectPropertiesAndMethods ()
 
- Static Public Attributes inherited from TaleWorlds.Library.ViewModel
static bool UIDebugMode
 
- Protected Member Functions inherited from TaleWorlds.Library.ViewModel
 ViewModel ()
 
bool SetField< T > (ref T field, T value, string propertyName)
 
- Events inherited from TaleWorlds.Library.IViewModel
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Constructor & Destructor Documentation

◆ EncyclopediaNavigatorVM()

TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.EncyclopediaNavigatorVM ( Func< string, object, bool, EncyclopediaPageVM goToLink,
Action  closeEncyclopedia 
)

Member Function Documentation

◆ OnFinalize()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ RefreshValues()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ ExecuteHome()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.ExecuteHome ( )

◆ ExecuteBarLink()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.ExecuteBarLink ( string  targetID)

◆ ExecuteCloseEncyclopedia()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.ExecuteCloseEncyclopedia ( )

◆ ResetHistory()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.ResetHistory ( )

◆ ExecuteBack()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.ExecuteBack ( )

◆ ExecuteForward()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.ExecuteForward ( )

◆ GetLastPage()

Tuple< string, object > TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.GetLastPage ( )

◆ AddHistory()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.AddHistory ( string  pageId,
object  obj 
)

◆ UpdatePageName()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.UpdatePageName ( string  value)

◆ ResetSearch()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.ResetSearch ( )

◆ ExecuteOnSearchActivated()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.ExecuteOnSearchActivated ( )

◆ SetCancelInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.SetCancelInputKey ( HotKey  hotkey)

◆ SetPreviousPageInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.SetPreviousPageInputKey ( HotKey  hotkey)

◆ SetNextPageInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.SetNextPageInputKey ( HotKey  hotkey)

Property Documentation

◆ LastActivePage

Tuple<string, object> TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.LastActivePage
get

◆ CanSwitchTabs

bool TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.CanSwitchTabs
getset

◆ IsBackEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.IsBackEnabled
getset

◆ IsForwardEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.IsForwardEnabled
getset

◆ IsHighlightEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.IsHighlightEnabled
getset

◆ IsSearchResultsShown

bool TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.IsSearchResultsShown
getset

◆ NavBarString

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.NavBarString
getset

◆ PageName

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.PageName
getset

◆ DoneText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.DoneText
getset

◆ LeaderText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.LeaderText
getset

◆ SearchResults

MBBindingList<EncyclopediaSearchResultVM> TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.SearchResults
getset

◆ SearchText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.SearchText
getset

◆ MinCharAmountToShowResults

int TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.MinCharAmountToShowResults
getset

◆ CancelInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.CancelInputKey
getset

◆ PreviousPageInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.PreviousPageInputKey
getset

◆ NextPageInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.EncyclopediaNavigatorVM.NextPageInputKey
getset