|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | DesignerOptionCollection |
| class | DesignerOptionConverter |
Protected Member Functions | |
| DesignerOptionCollection | CreateOptionCollection (DesignerOptionCollection parent, string name, object value) |
| virtual void | PopulateOptionCollection (DesignerOptionCollection options) |
| virtual bool | ShowDialog (DesignerOptionCollection options, object optionObject) |
Properties | |
| DesignerOptionCollection | Options [get] |
Private Member Functions | |
| PropertyDescriptor | GetOptionProperty (string pageName, string valueName) |
| object IDesignerOptionService. | GetOptionValue (string pageName, string valueName) |
| void IDesignerOptionService. | SetOptionValue (string pageName, string valueName, object value) |
Private Attributes | |
| DesignerOptionCollection | _options |
Definition at line 7 of file DesignerOptionService.cs.