2021-07-23 21:01:18 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<class name="ResourceUID" inherits="Object" version="4.0">
|
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="add_id">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
|
|
|
<argument index="1" name="path" type="String" />
|
2021-07-23 21:01:18 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="create_id" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
2021-07-23 21:01:18 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_id_path" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="String" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
2021-07-23 21:01:18 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="has_id" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="bool" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
2021-07-23 21:01:18 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="id_to_text" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="String" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
2021-07-23 21:01:18 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2021-07-25 11:54:48 +02:00
|
|
|
<method name="remove_id">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
2021-07-25 11:54:48 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2021-07-23 21:01:18 +02:00
|
|
|
<method name="set_id">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
|
|
|
<argument index="1" name="path" type="String" />
|
2021-07-23 21:01:18 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="text_to_id" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="text_id" type="String" />
|
2021-07-23 21:01:18 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
<constant name="INVALID_ID" value="-1">
|
|
|
|
</constant>
|
|
|
|
</constants>
|
|
|
|
</class>
|