M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM Class Reference

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 SceneNotificationVM (Action onPositiveTrigger, Action closeNotification, Func< string > getContinueInputText)
 
override void RefreshValues ()
 Used for updating localized texts.
 
void CreateNotification (SceneNotificationData data)
 
void ForceClose ()
 
void ExecuteAffirmativeProcess ()
 
void ExecuteClose ()
 
void ExecuteNegativeProcess ()
 
void ClearData ()
 
override void OnFinalize ()
 
- 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

SceneNotificationData ActiveData [get]
 
bool IsShown [get, set]
 
bool IsReady [get, set]
 
string ClickToContinueText [get, set]
 
string TitleText [get]
 
string AffirmativeDescription [get]
 
string CancelDescription [get]
 
string SceneID [get]
 
string ButtonOkLabel [get]
 
string ButtonCancelLabel [get]
 
bool IsButtonOkShown [get]
 
bool IsButtonCancelShown [get]
 
string AffirmativeTitleText [get]
 
string NegativeTitleText [get]
 
object Scene [get, set]
 
float EndProgress [get, set]
 
BasicTooltipViewModel AffirmativeHint [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

◆ SceneNotificationVM()

TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.SceneNotificationVM ( Action  onPositiveTrigger,
Action  closeNotification,
Func< string >  getContinueInputText 
)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ CreateNotification()

void TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.CreateNotification ( SceneNotificationData  data)

◆ ForceClose()

void TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.ForceClose ( )

◆ ExecuteAffirmativeProcess()

void TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.ExecuteAffirmativeProcess ( )

◆ ExecuteClose()

void TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.ExecuteClose ( )

◆ ExecuteNegativeProcess()

void TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.ExecuteNegativeProcess ( )

◆ ClearData()

void TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.ClearData ( )

◆ OnFinalize()

override void TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

Property Documentation

◆ ActiveData

SceneNotificationData TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.ActiveData
get

◆ IsShown

bool TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.IsShown
getset

◆ IsReady

bool TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.IsReady
getset

◆ ClickToContinueText

string TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.ClickToContinueText
getset

◆ TitleText

string TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.TitleText
get

◆ AffirmativeDescription

string TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.AffirmativeDescription
get

◆ CancelDescription

string TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.CancelDescription
get

◆ SceneID

string TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.SceneID
get

◆ ButtonOkLabel

string TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.ButtonOkLabel
get

◆ ButtonCancelLabel

string TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.ButtonCancelLabel
get

◆ IsButtonOkShown

bool TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.IsButtonOkShown
get

◆ IsButtonCancelShown

bool TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.IsButtonCancelShown
get

◆ AffirmativeTitleText

string TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.AffirmativeTitleText
get

◆ NegativeTitleText

string TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.NegativeTitleText
get

◆ Scene

object TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.Scene
getset

◆ EndProgress

float TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.EndProgress
getset

◆ AffirmativeHint

BasicTooltipViewModel TaleWorlds.Core.ViewModelCollection.Information.SceneNotificationVM.AffirmativeHint
getset