Class MapNotificationItemBaseVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class MapNotificationItemBaseVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
MapNotificationItemBaseVM
- Implements
- Derived
- Inherited Members
Constructors
MapNotificationItemBaseVM(InformationData)
public MapNotificationItemBaseVM(InformationData data)
Parameters
data
InformationData
Fields
_onInspect
protected Action _onInspect
Field Value
Properties
Data
public InformationData Data { get; }
Property Value
DescriptionText
[DataSourceProperty]
public string DescriptionText { get; set; }
Property Value
FastMoveCameraToPosition
protected Action<Vec2> FastMoveCameraToPosition { get; }
Property Value
ForceInspection
[DataSourceProperty]
public bool ForceInspection { get; set; }
Property Value
IsFocused
[DataSourceProperty]
public bool IsFocused { get; set; }
Property Value
NavigationHandler
public INavigationHandler NavigationHandler { get; }
Property Value
NotificationIdentifier
[DataSourceProperty]
public string NotificationIdentifier { get; set; }
Property Value
RemoveInputKey
[DataSourceProperty]
public InputKeyItemVM RemoveInputKey { get; set; }
Property Value
SoundId
[DataSourceProperty]
public string SoundId { get; set; }
Property Value
TitleText
[DataSourceProperty]
public string TitleText { get; set; }
Property Value
Methods
ExecuteAction()
public void ExecuteAction()
ExecuteRemove()
public void ExecuteRemove()
ExecuteSetFocused()
public void ExecuteSetFocused()
ExecuteSetUnfocused()
public void ExecuteSetUnfocused()
ManualRefreshRelevantStatus()
public virtual void ManualRefreshRelevantStatus()
RefreshValues()
public override void RefreshValues()
SetFastMoveCameraToPosition(Action<Vec2>)
public void SetFastMoveCameraToPosition(Action<Vec2> fastMoveCameraToPosition)
Parameters
SetNavigationHandler(INavigationHandler)
public void SetNavigationHandler(INavigationHandler navigationHandler)
Parameters
navigationHandler
INavigationHandler
SetRemoveInputKey(HotKey)
public void SetRemoveInputKey(HotKey hotKey)
Parameters
hotKey
HotKey
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).