File: bindings.xml

package info (click to toggle)
kf6-kxmlgui 6.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,692 kB
  • sloc: cpp: 16,698; xml: 45; python: 41; ansic: 22; sh: 18; makefile: 7
file content (51 lines) | stat: -rw-r--r-- 2,019 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0"?>
<typesystem package="KXmlGui">
<!--
SPDX-FileCopyrightText: 2024 Manuel Alcaraz Zambrano <manuelalcarazzam@gmail.com>
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
-->
    <load-typesystem name="typesystem_widgets.xml" generate="no"/>

    <object-type name="KAboutApplicationDialog">
        <enum-type name="Option" flags="Options" />
    </object-type>
    <object-type name="KAboutPluginDialog">
        <enum-type name="Option" flags="Options" />
    </object-type>
    <object-type name="KActionCategory" />
    <object-type name="KActionCollection" />
    <object-type name="KBugReport">
        <modify-function signature="sendBugReport()" remove="all" />
    </object-type>
    <object-type name="KEditToolBar" />
    <object-type name="KHelpMenu">
        <enum-type name="MenuId" />
    </object-type>
    <object-type name="KKeySequenceWidget">
        <enum-type name="Validation" />
        <enum-type name="ShortcutType" flags="ShortcutTypes" />
    </object-type>
    <object-type name="KMainWindow" />
    <object-type name="KShortcutsDialog" />
    <object-type name="KShortcutsEditor">
        <enum-type name="ActionType" flags="ActionTypes" />
        <enum-type name="LetterShortcuts" />
    </object-type>
    <object-type name="KShortcutWidget" />
    <object-type name="KToggleToolBarAction" />
    <object-type name="KToolBar" />
    <object-type name="KToolTipHelper" />
    <namespace-type name="KUndoActions" />
    <object-type name="KXMLGUIBuilder">
        <modify-function signature="virtual_hook(int,void*)" remove="all" />
    </object-type>
    <object-type name="KXMLGUIClient">
        <enum-type name="ReverseStateChange" />
        <modify-function signature="virtual_hook(int,void*)" remove="all" />
    </object-type>
    <object-type name="KXMLGUIFactory" />
    <object-type name="KXmlGuiWindow">
        <enum-type name="StandardWindowOption" flags="StandardWindowOptions" />
    </object-type>

</typesystem>