M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM Class Reference

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 BrightnessOptionVM (Action< bool > onClose=null)
 
override void RefreshValues ()
 Used for updating localized texts.
 
void ExecuteConfirm ()
 
void ExecuteCancel ()
 
void SetCancelInputKey (HotKey hotkey)
 
void SetConfirmInputKey (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

string TitleText [get, set]
 
string ExplanationText [get, set]
 
string CancelText [get, set]
 
string AcceptText [get, set]
 
int Value [get, set]
 
int InitialValue [get, set]
 
float InitialValue1 [get, set]
 
float InitialValue2 [get, set]
 
int Value1 [get, set]
 
int Value2 [get, set]
 
bool Visible [get, set]
 
InputKeyItemVM CancelInputKey [get, set]
 
InputKeyItemVM ConfirmInputKey [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

◆ BrightnessOptionVM()

TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.BrightnessOptionVM ( Action< bool >  onClose = null)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ ExecuteConfirm()

void TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.ExecuteConfirm ( )

◆ ExecuteCancel()

void TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.ExecuteCancel ( )

◆ SetCancelInputKey()

void TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.SetCancelInputKey ( HotKey  hotkey)

◆ SetConfirmInputKey()

void TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.SetConfirmInputKey ( HotKey  hotkey)

Property Documentation

◆ TitleText

string TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.TitleText
getset

◆ ExplanationText

string TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.ExplanationText
getset

◆ CancelText

string TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.CancelText
getset

◆ AcceptText

string TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.AcceptText
getset

◆ Value

int TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.Value
getset

◆ InitialValue

int TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.InitialValue
getset

◆ InitialValue1

float TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.InitialValue1
getset

◆ InitialValue2

float TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.InitialValue2
getset

◆ Value1

int TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.Value1
getset

◆ Value2

int TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.Value2
getset

◆ Visible

bool TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.Visible
getset

◆ CancelInputKey

InputKeyItemVM TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.CancelInputKey
getset

◆ ConfirmInputKey

InputKeyItemVM TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.BrightnessOptionVM.ConfirmInputKey
getset