doc: Sync classref to add operators after #43419
This commit is contained in:
parent
34cad0d020
commit
64e893deac
33 changed files with 2261 additions and 131 deletions
|
|
@ -8,14 +8,14 @@
|
|||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="Signal">
|
||||
<method name="Signal" qualifiers="constructor">
|
||||
<return type="Signal">
|
||||
</return>
|
||||
<description>
|
||||
Constructs a null [Signal] with no object nor signal name bound.
|
||||
</description>
|
||||
</method>
|
||||
<method name="Signal">
|
||||
<method name="Signal" qualifiers="constructor">
|
||||
<return type="Signal">
|
||||
</return>
|
||||
<argument index="0" name="from" type="Signal">
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
Constructs a [Signal] as a copy of the given [Signal].
|
||||
</description>
|
||||
</method>
|
||||
<method name="Signal">
|
||||
<method name="Signal" qualifiers="constructor">
|
||||
<return type="Signal">
|
||||
</return>
|
||||
<argument index="0" name="object" type="Object">
|
||||
|
|
@ -107,6 +107,22 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator !=" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="Signal">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator ==" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="Signal">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue