M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM Class Reference

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 MPLobbyClanCreationPopupVM ()
 
override void RefreshValues ()
 Used for updating localized texts.
 
void ExecuteOpenPopup ()
 
void ExecuteClosePopup ()
 
void UpdateFactionErrorText ()
 
void UpdateSigilIconErrorText ()
 
void UpdateConfirmation (PlayerId playerId, ClanCreationAnswer answer)
 
void ExecuteSwitchToWaiting ()
 
override void OnFinalize ()
 
void SetCancelInputKey (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

InputKeyItemVM CancelInputKey [get, set]
 
bool IsEnabled [get, set]
 
bool HasCreationStarted [get, set]
 
bool IsWaiting [get, set]
 
string CreateClanText [get, set]
 
string NameText [get, set]
 
string NameErrorText [get, set]
 
string TagText [get, set]
 
string TagErrorText [get, set]
 
string FactionText [get, set]
 
string FactionErrorText [get, set]
 
string SigilText [get, set]
 
string SigilIconErrorText [get, set]
 
string CreateText [get, set]
 
string CancelText [get, set]
 
string NameInputText [get, set]
 
string TagInputText [get, set]
 
string WaitingForConfirmationText [get, set]
 
MBBindingList< MPCultureItemVMFactionsList [get, set]
 
MBBindingList< MPLobbySigilItemVMIconsList [get, set]
 
MBBindingList< MPLobbyClanMemberItemVMPartyMembersList [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

◆ MPLobbyClanCreationPopupVM()

TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.MPLobbyClanCreationPopupVM ( )

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ ExecuteOpenPopup()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.ExecuteOpenPopup ( )

◆ ExecuteClosePopup()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.ExecuteClosePopup ( )

◆ UpdateFactionErrorText()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.UpdateFactionErrorText ( )

◆ UpdateSigilIconErrorText()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.UpdateSigilIconErrorText ( )

◆ UpdateConfirmation()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.UpdateConfirmation ( PlayerId  playerId,
ClanCreationAnswer  answer 
)

◆ ExecuteSwitchToWaiting()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.ExecuteSwitchToWaiting ( )

◆ OnFinalize()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ SetCancelInputKey()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.SetCancelInputKey ( HotKey  hotKey)

Property Documentation

◆ CancelInputKey

InputKeyItemVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.CancelInputKey
getset

◆ IsEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.IsEnabled
getset

◆ HasCreationStarted

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.HasCreationStarted
getset

◆ IsWaiting

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.IsWaiting
getset

◆ CreateClanText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.CreateClanText
getset

◆ NameText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.NameText
getset

◆ NameErrorText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.NameErrorText
getset

◆ TagText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.TagText
getset

◆ TagErrorText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.TagErrorText
getset

◆ FactionText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.FactionText
getset

◆ FactionErrorText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.FactionErrorText
getset

◆ SigilText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.SigilText
getset

◆ SigilIconErrorText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.SigilIconErrorText
getset

◆ CreateText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.CreateText
getset

◆ CancelText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.CancelText
getset

◆ NameInputText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.NameInputText
getset

◆ TagInputText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.TagInputText
getset

◆ WaitingForConfirmationText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.WaitingForConfirmationText
getset

◆ FactionsList

MBBindingList<MPCultureItemVM> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.FactionsList
getset

◆ IconsList

MBBindingList<MPLobbySigilItemVM> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.IconsList
getset

◆ PartyMembersList

MBBindingList<MPLobbyClanMemberItemVM> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.Clan.MPLobbyClanCreationPopupVM.PartyMembersList
getset