M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM Class Reference

Inherits TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationStageBaseVM.

Public Member Functions

 CharacterCreationOptionsStageVM (TaleWorlds.CampaignSystem.CharacterCreationContent.CharacterCreation characterCreation, Action affirmativeAction, TextObject affirmativeActionText, Action negativeAction, TextObject negativeActionText, int currentStageIndex, int totalStagesCount, int furthestIndex, Action< int > goToIndex)
 
override void RefreshValues ()
 Used for updating localized texts.
 
override bool CanAdvanceToNextStage ()
 
override void OnNextStage ()
 
override void OnPreviousStage ()
 
override void OnFinalize ()
 
void SetCancelInputKey (HotKey hotKey)
 
void SetDoneInputKey (HotKey hotKey)
 
- Public Member Functions inherited from TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationStageBaseVM
abstract void OnNextStage ()
 
abstract void OnPreviousStage ()
 
abstract bool CanAdvanceToNextStage ()
 
virtual void ExecuteGoToIndex (int index)
 
- 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

InputKeyItemVM CancelInputKey [get, set]
 
InputKeyItemVM DoneInputKey [get, set]
 
CampaignOptionsControllerVM OptionsController [get, set]
 
- Properties inherited from TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationStageBaseVM
bool CanAdvance [get]
 
string NextStageText [get]
 
string PreviousStageText [get]
 
string Title [get, set]
 
string Description [get, set]
 
string SelectionText [get, set]
 
int TotalStageCount [get, set]
 
int FurthestIndex [get, set]
 
int CurrentStageIndex [get, set]
 
bool AnyItemSelected [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.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationStageBaseVM
 CharacterCreationStageBaseVM (TaleWorlds.CampaignSystem.CharacterCreationContent.CharacterCreation characterCreation, Action affirmativeAction, TextObject affirmativeActionText, Action negativeAction, TextObject negativeActionText, int currentStageIndex, int totalStagesCount, int furthestIndex, Action< int > goToIndex)
 
- Protected Member Functions inherited from TaleWorlds.Library.ViewModel
 ViewModel ()
 
bool SetField< T > (ref T field, T value, string propertyName)
 
- Protected Attributes inherited from TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationStageBaseVM
readonly TaleWorlds.CampaignSystem.CharacterCreationContent.CharacterCreation _characterCreation
 
readonly Action _affirmativeAction
 
readonly Action _negativeAction
 
readonly TextObject _affirmativeActionText
 
readonly TextObject _negativeActionText
 
- 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

◆ CharacterCreationOptionsStageVM()

TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.CharacterCreationOptionsStageVM ( TaleWorlds::CampaignSystem::CharacterCreationContent::CharacterCreation  characterCreation,
Action  affirmativeAction,
TextObject  affirmativeActionText,
Action  negativeAction,
TextObject  negativeActionText,
int  currentStageIndex,
int  totalStagesCount,
int  furthestIndex,
Action< int >  goToIndex 
)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ CanAdvanceToNextStage()

override bool TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.CanAdvanceToNextStage ( )
virtual

◆ OnNextStage()

override void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.OnNextStage ( )
virtual

◆ OnPreviousStage()

override void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.OnPreviousStage ( )
virtual

◆ OnFinalize()

override void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ SetCancelInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.SetCancelInputKey ( HotKey  hotKey)

◆ SetDoneInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.SetDoneInputKey ( HotKey  hotKey)

Property Documentation

◆ CancelInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.CancelInputKey
getset

◆ DoneInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.DoneInputKey
getset

◆ OptionsController

CampaignOptionsControllerVM TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.OptionsStage.CharacterCreationOptionsStageVM.OptionsController
getset