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

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 MapNavigationVM (INavigationHandler navigationHandler, Func< MapBarShortcuts > getMapBarShortcuts)
 
override void RefreshValues ()
 Used for updating localized texts.
 
override void OnFinalize ()
 
void Refresh ()
 
void Tick ()
 
void ExecuteOpenQuests ()
 
void ExecuteOpenInventory ()
 
void ExecuteOpenParty ()
 
void ExecuteOpenCharacterDeveloper ()
 
void ExecuteOpenKingdom ()
 
void ExecuteOpenClan ()
 
void ExecuteOpenEscapeMenu ()
 
void ExecuteOpenMainHeroEncyclopedia ()
 
void ExecuteOpenMainHeroClanEncyclopedia ()
 
void ExecuteOpenMainHeroKingdomEncyclopedia ()
 
- 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

BasicTooltipViewModel PartyAlertHint [get, set]
 
BasicTooltipViewModel CharacterAlertHint [get, set]
 
BasicTooltipViewModel QuestAlertHint [get, set]
 
string AlertText [get, set]
 
bool SkillAlert [get, set]
 
bool QuestsAlert [get, set]
 
bool PartyAlert [get, set]
 
bool KingdomAlert [get, set]
 
bool ClanAlert [get, set]
 
bool InventoryAlert [get, set]
 
bool IsEscapeMenuEnabled [get, set]
 
bool IsKingdomEnabled [get, set]
 
bool IsPartyEnabled [get, set]
 
bool IsInventoryEnabled [get, set]
 
bool IsQuestsEnabled [get, set]
 
bool IsCharacterDeveloperEnabled [get, set]
 
bool IsClanEnabled [get, set]
 
bool IsKingdomActive [get, set]
 
bool IsPartyActive [get, set]
 
bool IsInventoryActive [get, set]
 
bool IsQuestsActive [get, set]
 
bool IsCharacterDeveloperActive [get, set]
 
bool IsClanActive [get, set]
 
bool IsEscapeMenuActive [get, set]
 
HintViewModel FinanceHint [get, set]
 
HintViewModel EncyclopediaHint [get, set]
 
BasicTooltipViewModel EscapeMenuHint [get, set]
 
BasicTooltipViewModel SkillsHint [get, set]
 
BasicTooltipViewModel QuestsHint [get, set]
 
BasicTooltipViewModel InventoryHint [get, set]
 
BasicTooltipViewModel PartyHint [get, set]
 
BasicTooltipViewModel KingdomHint [get, set]
 
BasicTooltipViewModel ClanHint [get, set]
 
HintViewModel CenterCameraHint [get, set]
 
HintViewModel CampHint [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

◆ MapNavigationVM()

TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.MapNavigationVM ( INavigationHandler  navigationHandler,
Func< MapBarShortcuts getMapBarShortcuts 
)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ OnFinalize()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ Refresh()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.Refresh ( )

◆ Tick()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.Tick ( )

◆ ExecuteOpenQuests()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ExecuteOpenQuests ( )

◆ ExecuteOpenInventory()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ExecuteOpenInventory ( )

◆ ExecuteOpenParty()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ExecuteOpenParty ( )

◆ ExecuteOpenCharacterDeveloper()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ExecuteOpenCharacterDeveloper ( )

◆ ExecuteOpenKingdom()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ExecuteOpenKingdom ( )

◆ ExecuteOpenClan()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ExecuteOpenClan ( )

◆ ExecuteOpenEscapeMenu()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ExecuteOpenEscapeMenu ( )

◆ ExecuteOpenMainHeroEncyclopedia()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ExecuteOpenMainHeroEncyclopedia ( )

◆ ExecuteOpenMainHeroClanEncyclopedia()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ExecuteOpenMainHeroClanEncyclopedia ( )

◆ ExecuteOpenMainHeroKingdomEncyclopedia()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ExecuteOpenMainHeroKingdomEncyclopedia ( )

Property Documentation

◆ PartyAlertHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.PartyAlertHint
getset

◆ CharacterAlertHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.CharacterAlertHint
getset

◆ QuestAlertHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.QuestAlertHint
getset

◆ AlertText

string TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.AlertText
getset

◆ SkillAlert

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.SkillAlert
getset

◆ QuestsAlert

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.QuestsAlert
getset

◆ PartyAlert

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.PartyAlert
getset

◆ KingdomAlert

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.KingdomAlert
getset

◆ ClanAlert

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ClanAlert
getset

◆ InventoryAlert

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.InventoryAlert
getset

◆ IsEscapeMenuEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsEscapeMenuEnabled
getset

◆ IsKingdomEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsKingdomEnabled
getset

◆ IsPartyEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsPartyEnabled
getset

◆ IsInventoryEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsInventoryEnabled
getset

◆ IsQuestsEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsQuestsEnabled
getset

◆ IsCharacterDeveloperEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsCharacterDeveloperEnabled
getset

◆ IsClanEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsClanEnabled
getset

◆ IsKingdomActive

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsKingdomActive
getset

◆ IsPartyActive

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsPartyActive
getset

◆ IsInventoryActive

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsInventoryActive
getset

◆ IsQuestsActive

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsQuestsActive
getset

◆ IsCharacterDeveloperActive

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsCharacterDeveloperActive
getset

◆ IsClanActive

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsClanActive
getset

◆ IsEscapeMenuActive

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.IsEscapeMenuActive
getset

◆ FinanceHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.FinanceHint
getset

◆ EncyclopediaHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.EncyclopediaHint
getset

◆ EscapeMenuHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.EscapeMenuHint
getset

◆ SkillsHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.SkillsHint
getset

◆ QuestsHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.QuestsHint
getset

◆ InventoryHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.InventoryHint
getset

◆ PartyHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.PartyHint
getset

◆ KingdomHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.KingdomHint
getset

◆ ClanHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.ClanHint
getset

◆ CenterCameraHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.CenterCameraHint
getset

◆ CampHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.CampHint
getset