Class OptProfileSelectorControl
Logique d'interaction pour OptProfileSelectorControl.xaml
Inheritance
OptProfileSelectorControl
Implements
Inherited Members
Namespace: JeremyAnsel.Xwa.OptTransform.Wpf
Assembly: JeremyAnsel.Xwa.OptTransform.Wpf.dll
Syntax
public class OptProfileSelectorControl : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, INotifyPropertyChanged, IComponentConnector
Constructors
| Edit this page View SourceOptProfileSelectorControl()
Declaration
public OptProfileSelectorControl()
Properties
| Edit this page View SourceOptFileName
Declaration
public string? OptFileName { get; }
Property Value
Type | Description |
---|---|
string |
OptObjectProfiles
Declaration
public List<string>? OptObjectProfiles { get; }
Property Value
Type | Description |
---|---|
List<string> |
OptSkins
Declaration
public List<string>? OptSkins { get; }
Property Value
Type | Description |
---|---|
List<string> |
OptVersions
Declaration
public List<int>? OptVersions { get; }
Property Value
Type | Description |
---|---|
List<int> |
SelectedObjectProfile
Declaration
public string SelectedObjectProfile { get; set; }
Property Value
Type | Description |
---|---|
string |
SelectedSkins
Declaration
public ObservableCollection<OptSkinItem> SelectedSkins { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<OptSkinItem> |
SelectedSkinsKeys
Declaration
public List<string> SelectedSkinsKeys { get; }
Property Value
Type | Description |
---|---|
List<string> |
SelectedVersion
Declaration
public int SelectedVersion { get; set; }
Property Value
Type | Description |
---|---|
int |
ShowVersions
Declaration
public bool ShowVersions { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
LoadOpt(string)
Declaration
public void LoadOpt(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename |
RaisePropertyChangedEvent(string)
Declaration
public void RaisePropertyChangedEvent(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
string | propertyName |
Events
| Edit this page View SourcePropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler? PropertyChanged
Event Type
Type | Description |
---|---|
PropertyChangedEventHandler |