![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_AttributesManagerEditorComponentClass |
|
protected |
Cancel changes made during editing. Must be called on editor owner.
Definition at line 417 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 438 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
|
protected |
Definition at line 510 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Confirm changes made during editing. Must be called on editor owner.
Definition at line 297 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 384 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 971 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 977 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 983 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 1003 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Gets the attribute in the atribute window
| [in] | type | Class of attribute |
| [out] | attribute | attribute to get |
Definition at line 711 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get list of all attributes of given type (or inherits from type)
| [in] | type | Class of attribute |
| [out] | attributes | list of attributes of type |
| [in] | includedInherit | If true will also get inherit classes else will only get the attributes of given type |
| [in] | ignoreAttribute | Add if a given attribute should be ignored |
Definition at line 690 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
|
protected |
Gets the value of an attribute in the atribute window
| [in] | type | Class of attribute to set value |
| [out] | var | Value to get |
Definition at line 663 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get if user has changed attributes once
Definition at line 949 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Info displayed when attribute is locked if it is a conflicting attribute
Definition at line 926 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 941 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get currently edited attributes
| [in] | outAttributes | Array to be filled with attributes |
Definition at line 842 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get currently edited items
| [in] | outAttributes | Array to be filled with items |
Definition at line 851 of file SCR_AttributesManagerEditorComponent.c.
Definition at line 275 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get script invoker that is called everytime category is changed
Definition at line 918 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get event called when attribute changes are applied
Definition at line 902 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get event called when attribute description changes and should be displayed in the attribute UI dailog
Definition at line 910 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get event called when editing attributes is canceled. Called only for editor user.
Definition at line 886 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get event called when editing attributes is confirmed. Called only for editor user.
Definition at line 878 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get event called when request for editing attributes is sent to server. Called only for editor user.
Definition at line 860 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get event called when editing attributes is confirmed by server. Called only for editor user.
Definition at line 869 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Get event called when attributes are reset.
Definition at line 894 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 525 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Reset values of currently edited attributes to the state they had when the editing started. Must be called on editor owner.
| [in] | telegraphChange | True to update GUI when attribute value is changed |
Definition at line 452 of file SCR_AttributesManagerEditorComponent.c.
Called to send out an event that makes sure the given attribute knows it is a sub attribute for another attribute which sets so visual differences
| [in] | type | class of attribute |
Definition at line 800 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Calls an event to set the attribute Description displayed in the Attributes dialog
| [in] | uiInfo | |
| [in] | customDescription | |
| [in] | param1 | param in text |
| [in] | param2 | param in text |
| [in] | param3 | param in text |
Definition at line 961 of file SCR_AttributesManagerEditorComponent.c.
Called to send out an event that the attribute is enabled or disabled
| [in] | type | Class of attribute to set value |
| [in] | enabled | enable value to set |
Definition at line 735 of file SCR_AttributesManagerEditorComponent.c.
Called to send out an event that the attribute should be selected. Think of a slider being used which is also set by presets
| [in] | type | class of attribute to set value |
| [in] | selected | value to set |
| [in] | index | optionally an index of a element that needs to be set selected |
Definition at line 771 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Sets the value of an attribute in the atribute window This is called seperetly from the UI and is for attributes to influence other attributes
| [in] | type | Class of attribute to set value |
| [in] | var | value to set |
Definition at line 634 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Set current category config.
| [in] | category | Category config |
Definition at line 934 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Start attributes editing of single item. Must be called on editor owner.
| [in] | item |
Definition at line 93 of file SCR_AttributesManagerEditorComponent.c.
Start attributes editing of multiple items. Must be called on editor owner.
| [in] | items | |
| [in] | onlyServer |
Definition at line 123 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 215 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 171 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 78 of file SCR_AttributesManagerEditorComponent.c.
|
protectedattribute |
Definition at line 62 of file SCR_AttributesManagerEditorComponent.c.
|
protected |
Definition at line 82 of file SCR_AttributesManagerEditorComponent.c.