doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
parent
31f62f53c5
commit
92f07fefcd
251 changed files with 0 additions and 17248 deletions
|
|
@ -17,53 +17,6 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_prefix" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_suffix" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
Return the specific suffix.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_editable" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
Return if the spinbox is editable.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_editable">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="editable" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
Set whether the spinbox is editable.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_prefix">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="prefix" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
Set a prefix.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_suffix">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="suffix" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
Set a specific suffix.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="editable" type="bool" setter="set_editable" getter="is_editable">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue