summaryrefslogtreecommitdiff
path: root/doc/classes/EditorInspectorPlugin.xml
blob: e5e886057fd273ce7ca4bd1339b9641ca6a69a8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8" ?>
<class name="EditorInspectorPlugin" inherits="Reference" category="Core" version="3.2">
	<brief_description>
	</brief_description>
	<description>
	</description>
	<tutorials>
	</tutorials>
	<demos>
	</demos>
	<methods>
		<method name="add_custom_control">
			<return type="void">
			</return>
			<argument index="0" name="control" type="Control">
			</argument>
			<description>
			</description>
		</method>
		<method name="add_property_editor">
			<return type="void">
			</return>
			<argument index="0" name="property" type="String">
			</argument>
			<argument index="1" name="editor" type="Control">
			</argument>
			<description>
			</description>
		</method>
		<method name="add_property_editor_for_multiple_properties">
			<return type="void">
			</return>
			<argument index="0" name="label" type="String">
			</argument>
			<argument index="1" name="properties" type="PoolStringArray">
			</argument>
			<argument index="2" name="editor" type="Control">
			</argument>
			<description>
			</description>
		</method>
		<method name="can_handle" qualifiers="virtual">
			<return type="bool">
			</return>
			<argument index="0" name="object" type="Object">
			</argument>
			<description>
			</description>
		</method>
		<method name="parse_begin" qualifiers="virtual">
			<return type="void">
			</return>
			<argument index="0" name="object" type="Object">
			</argument>
			<description>
			</description>
		</method>
		<method name="parse_category" qualifiers="virtual">
			<return type="void">
			</return>
			<argument index="0" name="object" type="Object">
			</argument>
			<argument index="1" name="category" type="String">
			</argument>
			<description>
			</description>
		</method>
		<method name="parse_end" qualifiers="virtual">
			<return type="void">
			</return>
			<description>
			</description>
		</method>
		<method name="parse_property" qualifiers="virtual">
			<return type="bool">
			</return>
			<argument index="0" name="object" type="Object">
			</argument>
			<argument index="1" name="type" type="int">
			</argument>
			<argument index="2" name="path" type="String">
			</argument>
			<argument index="3" name="hint" type="int">
			</argument>
			<argument index="4" name="hint_text" type="String">
			</argument>
			<argument index="5" name="usage" type="int">
			</argument>
			<description>
			</description>
		</method>
	</methods>
	<constants>
	</constants>
</class>