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

Inherits TaleWorlds.Library.ViewModel.

Inherited by StoryMode.ViewModelCollection.Map.ConspiracyQuestMapNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.AlleyLeaderDiedMapNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.AlleyUnderAttackMapNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.ArmyCreationNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.ArmyDispersionItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.DeathNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.EducationNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.HeirComeOfAgeNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.KingdomDestroyedNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.KingdomVoteNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MarriageNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MarriageOfferNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MercenaryOfferMapNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.NewBornNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.PartyLeaderChangeNotificationVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.PeaceNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.PeaceOfferNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.QuestNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.RansomNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.RebellionNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.SettlementOwnerChangedNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.SettlementUnderSiegeMapNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.TraitChangedNotificationItemVM, TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.VassalOfferMapNotificationItemVM, and TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.WarNotificationItemVM.

Public Member Functions

 MapNotificationItemBaseVM (InformationData data)
 All derived notifications of MapNotificationItemBaseVM needs to have one parameter that derives from InformationData in constructor.
 
override void RefreshValues ()
 Used for updating localized texts.
 
void SetNavigationHandler (INavigationHandler navigationHandler)
 
void SetFastMoveCameraToPosition (Action< Vec2 > fastMoveCameraToPosition)
 
void ExecuteAction ()
 
void ExecuteRemove ()
 
void ExecuteSetFocused ()
 
void ExecuteSetUnfocused ()
 
virtual void ManualRefreshRelevantStatus ()
 
void SetRemoveInputKey (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)
 

Protected Attributes

Action _onInspect
 

Properties

INavigationHandler NavigationHandler [get]
 
Action< Vec2FastMoveCameraToPosition [get]
 
InformationData Data [get]
 
InputKeyItemVM RemoveInputKey [get, set]
 
bool IsFocused [get, set]
 
string NotificationIdentifier [get, set]
 
string TitleText [get, set]
 
bool ForceInspection [get, set]
 
string DescriptionText [get, set]
 
string SoundId [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

◆ MapNotificationItemBaseVM()

TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.MapNotificationItemBaseVM ( InformationData  data)
Parameters
data

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ SetNavigationHandler()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.SetNavigationHandler ( INavigationHandler  navigationHandler)

◆ SetFastMoveCameraToPosition()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.SetFastMoveCameraToPosition ( Action< Vec2 fastMoveCameraToPosition)

◆ ExecuteAction()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.ExecuteAction ( )

◆ ExecuteRemove()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.ExecuteRemove ( )

◆ ExecuteSetFocused()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.ExecuteSetFocused ( )

◆ ExecuteSetUnfocused()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.ExecuteSetUnfocused ( )

◆ ManualRefreshRelevantStatus()

virtual void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.ManualRefreshRelevantStatus ( )
virtual

◆ SetRemoveInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.SetRemoveInputKey ( HotKey  hotKey)

Member Data Documentation

◆ _onInspect

Action TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM._onInspect
protected

Property Documentation

◆ NavigationHandler

INavigationHandler TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.NavigationHandler
get

◆ FastMoveCameraToPosition

Action<Vec2> TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.FastMoveCameraToPosition
getprotected

◆ Data

InformationData TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.Data
get

◆ RemoveInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.RemoveInputKey
getset

◆ IsFocused

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.IsFocused
getset

◆ NotificationIdentifier

string TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.NotificationIdentifier
getset

◆ TitleText

string TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.TitleText
getset

◆ ForceInspection

bool TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.ForceInspection
getset

◆ DescriptionText

string TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.DescriptionText
getset

◆ SoundId

string TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationTypes.MapNotificationItemBaseVM.SoundId
getset