M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.SingleQueryPopUpVM Class Reference

Inherits TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.PopUpBaseVM.

Public Member Functions

 SingleQueryPopUpVM (Action closeQuery)
 
override void OnTick (float dt)
 
override void ExecuteAffirmativeAction ()
 
override void ExecuteNegativeAction ()
 
override void OnClearData ()
 
void SetData (InquiryData data)
 
- Public Member Functions inherited from TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.PopUpBaseVM
 PopUpBaseVM (Action closeQuery)
 
abstract void ExecuteAffirmativeAction ()
 
abstract void ExecuteNegativeAction ()
 
virtual void OnTick (float dt)
 
virtual void OnClearData ()
 
void ForceRefreshKeyVisuals ()
 
void CloseQuery ()
 
override void OnFinalize ()
 
void SetCancelInputKey (HotKey hotKey)
 
void SetDoneInputKey (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)
 

Properties

float RemainingQueryTime [get, set]
 
float TotalQueryTime [get, set]
 
bool IsTimerShown [get, set]
 
- Properties inherited from TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.PopUpBaseVM
string TitleText [get, set]
 
string PopUpLabel [get, set]
 
string ButtonOkLabel [get, set]
 
string ButtonCancelLabel [get, set]
 
bool IsButtonOkShown [get, set]
 
bool IsButtonCancelShown [get, set]
 
bool IsButtonOkEnabled [get, set]
 
bool IsButtonCancelEnabled [get, set]
 
HintViewModel ButtonOkHint [get, set]
 
HintViewModel ButtonCancelHint [get, set]
 
InputKeyItemVM CancelInputKey [get, set]
 
InputKeyItemVM DoneInputKey [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)
 
- Protected Attributes inherited from TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.PopUpBaseVM
Action _affirmativeAction
 
Action _negativeAction
 
- 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

◆ SingleQueryPopUpVM()

TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.SingleQueryPopUpVM.SingleQueryPopUpVM ( Action  closeQuery)

Member Function Documentation

◆ OnTick()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.SingleQueryPopUpVM.OnTick ( float  dt)
virtual

◆ ExecuteAffirmativeAction()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.SingleQueryPopUpVM.ExecuteAffirmativeAction ( )
virtual

◆ ExecuteNegativeAction()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.SingleQueryPopUpVM.ExecuteNegativeAction ( )
virtual

◆ OnClearData()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.SingleQueryPopUpVM.OnClearData ( )
virtual

◆ SetData()

void TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.SingleQueryPopUpVM.SetData ( InquiryData  data)

Property Documentation

◆ RemainingQueryTime

float TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.SingleQueryPopUpVM.RemainingQueryTime
getset

◆ TotalQueryTime

float TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.SingleQueryPopUpVM.TotalQueryTime
getset

◆ IsTimerShown

bool TaleWorlds.MountAndBlade.ViewModelCollection.Inquiries.SingleQueryPopUpVM.IsTimerShown
getset