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

Inherits TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaContentPageVM.

Public Member Functions

 EncyclopediaSettlementPageVM (EncyclopediaPageArgs args)
 
override void RefreshValues ()
 Used for updating localized texts.
 
override void Refresh ()
 
override string GetName ()
 
void ExecuteTrack ()
 
override string GetNavigationBarURL ()
 
void ExecuteBoundSettlementLink ()
 
override void ExecuteSwitchBookmarkedState ()
 
override void OnFinalize ()
 
- Public Member Functions inherited from TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaContentPageVM
 EncyclopediaContentPageVM (EncyclopediaPageArgs args)
 
override void RefreshValues ()
 Used for updating localized texts.
 
void InitializeQuickNavigation (EncyclopediaListVM list)
 
void ExecuteGoToNextItem ()
 
void ExecuteGoToPreviousItem ()
 
- Public Member Functions inherited from TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaPageVM
virtual string GetName ()
 
virtual string GetNavigationBarURL ()
 
virtual void Refresh ()
 
 EncyclopediaPageVM (EncyclopediaPageArgs args)
 
virtual void OnTick ()
 
virtual void ExecuteSwitchBookmarkedState ()
 
- 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

EncyclopediaFactionVM OwnerBanner [get, set]
 
EncyclopediaSettlementVM BoundSettlement [get, set]
 
bool IsFortification [get, set]
 
bool IsTrackerButtonHighlightEnabled [get, set]
 
bool HasBoundSettlement [get, set]
 
double SettlementCropPosition [get, set]
 
string BoundSettlementText [get, set]
 
string TrackText [get, set]
 
string SettlementPath [get, set]
 
string SettlementName [get, set]
 
string InformationText [get, set]
 
HeroVM Owner [get, set]
 
string SettlementsText [get, set]
 
string SettlementImageID [get, set]
 
string NotableCharactersText [get, set]
 
int SettlementType [get, set]
 
MBBindingList< EncyclopediaHistoryEventVMHistory [get, set]
 
MBBindingList< EncyclopediaSettlementVMSettlements [get, set]
 
MBBindingList< HeroVMNotableCharacters [get, set]
 
HintViewModel ShowInMapHint [get, set]
 
BasicTooltipViewModel MilitasHint [get, set]
 
BasicTooltipViewModel FoodHint [get, set]
 
BasicTooltipViewModel GarrisonHint [get, set]
 
BasicTooltipViewModel ProsperityHint [get, set]
 
BasicTooltipViewModel LoyaltyHint [get, set]
 
BasicTooltipViewModel SecurityHint [get, set]
 
BasicTooltipViewModel WallsHint [get, set]
 
string MilitasText [get, set]
 
string ProsperityText [get, set]
 
string LoyaltyText [get, set]
 
string SecurityText [get, set]
 
string WallsText [get, set]
 
string FoodText [get, set]
 
string GarrisonText [get, set]
 
string NameText [get, set]
 
string CultureText [get, set]
 
string OwnerText [get, set]
 
bool IsVisualTrackerSelected [get, set]
 
- Properties inherited from TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaContentPageVM
bool IsPreviousButtonEnabled [get, set]
 
bool IsNextButtonEnabled [get, set]
 
string PreviousButtonLabel [get, set]
 
string NextButtonLabel [get, set]
 
HintViewModel PreviousButtonHint [get, set]
 
HintViewModel NextButtonHint [get, set]
 
- Properties inherited from TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaPageVM
object Obj [get]
 
bool IsLoadingOver [get, set]
 
bool IsBookmarked [get, set]
 
HintViewModel BookmarkHint [get, set]
 
virtual MBBindingList< EncyclopediaListItemVMItems [get, set]
 
virtual MBBindingList< EncyclopediaFilterGroupVMFilterGroups [get, set]
 
virtual EncyclopediaListSortControllerVM SortController [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.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaPageVM
void UpdateBookmarkHintText ()
 
- 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

◆ EncyclopediaSettlementPageVM()

TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.EncyclopediaSettlementPageVM ( EncyclopediaPageArgs  args)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.RefreshValues ( )
virtual

◆ Refresh()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.Refresh ( )
virtual

◆ GetName()

override string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.GetName ( )
virtual

◆ ExecuteTrack()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.ExecuteTrack ( )

◆ GetNavigationBarURL()

override string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.GetNavigationBarURL ( )
virtual

◆ ExecuteBoundSettlementLink()

void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.ExecuteBoundSettlementLink ( )

◆ ExecuteSwitchBookmarkedState()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.ExecuteSwitchBookmarkedState ( )
virtual

◆ OnFinalize()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

Property Documentation

◆ OwnerBanner

EncyclopediaFactionVM TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.OwnerBanner
getset

◆ BoundSettlement

EncyclopediaSettlementVM TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.BoundSettlement
getset

◆ IsFortification

bool TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.IsFortification
getset

◆ IsTrackerButtonHighlightEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.IsTrackerButtonHighlightEnabled
getset

◆ HasBoundSettlement

bool TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.HasBoundSettlement
getset

◆ SettlementCropPosition

double TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.SettlementCropPosition
getset

◆ BoundSettlementText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.BoundSettlementText
getset

◆ TrackText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.TrackText
getset

◆ SettlementPath

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.SettlementPath
getset

◆ SettlementName

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.SettlementName
getset

◆ InformationText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.InformationText
getset

◆ Owner

HeroVM TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.Owner
getset

◆ SettlementsText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.SettlementsText
getset

◆ SettlementImageID

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.SettlementImageID
getset

◆ NotableCharactersText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.NotableCharactersText
getset

◆ SettlementType

int TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.SettlementType
getset

◆ History

MBBindingList<EncyclopediaHistoryEventVM> TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.History
getset

◆ Settlements

MBBindingList<EncyclopediaSettlementVM> TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.Settlements
getset

◆ NotableCharacters

MBBindingList<HeroVM> TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.NotableCharacters
getset

◆ ShowInMapHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.ShowInMapHint
getset

◆ MilitasHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.MilitasHint
getset

◆ FoodHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.FoodHint
getset

◆ GarrisonHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.GarrisonHint
getset

◆ ProsperityHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.ProsperityHint
getset

◆ LoyaltyHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.LoyaltyHint
getset

◆ SecurityHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.SecurityHint
getset

◆ WallsHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.WallsHint
getset

◆ MilitasText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.MilitasText
getset

◆ ProsperityText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.ProsperityText
getset

◆ LoyaltyText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.LoyaltyText
getset

◆ SecurityText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.SecurityText
getset

◆ WallsText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.WallsText
getset

◆ FoodText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.FoodText
getset

◆ GarrisonText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.GarrisonText
getset

◆ NameText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.NameText
getset

◆ CultureText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.CultureText
getset

◆ OwnerText

string TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.OwnerText
getset

◆ IsVisualTrackerSelected

bool TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaSettlementPageVM.IsVisualTrackerSelected
getset