diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /dcop/dcopidl/dcopidl_output.kidl | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'dcop/dcopidl/dcopidl_output.kidl')
-rw-r--r-- | dcop/dcopidl/dcopidl_output.kidl | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/dcop/dcopidl/dcopidl_output.kidl b/dcop/dcopidl/dcopidl_output.kidl new file mode 100644 index 000000000..83df49a81 --- /dev/null +++ b/dcop/dcopidl/dcopidl_output.kidl @@ -0,0 +1,82 @@ +<!DOCTYPE DCOP-IDL><DCOP-IDL> +<SOURCE>./dcopidl_test.h</SOURCE> +<INCLUDE>dcopobject.h</INCLUDE> +<INCLUDE>dcopref.h</INCLUDE> +<INCLUDE>qstring.h</INCLUDE> +<CLASS> + <NAME>Test</NAME> + <LINK_SCOPE>KDEUI_EXPORT</LINK_SCOPE> + <SUPER>MyNamespace::MyParentClass</SUPER> + <SUPER>DCOPObject</SUPER> + <SUPER>QValueList<<TYPE>QString</TYPE>></SUPER> + <FUNC> + <TYPE>QString</TYPE> + <NAME>url</NAME> + </FUNC> + <FUNC qual="const"> + <TYPE>QString</TYPE> + <NAME>constTest</NAME> + </FUNC> + <FUNC> + <TYPE>DCOPRef</TYPE> + <NAME>firstView</NAME> + </FUNC> + <FUNC> + <TYPE>DCOPRef</TYPE> + <NAME>nextView</NAME> + </FUNC> + <FUNC> + <TYPE>int</TYPE> + <NAME>getNumObjects</NAME> + </FUNC> + <FUNC> + <TYPE>DCOPRef</TYPE> + <NAME>getObject</NAME> + <ARG><TYPE>int</TYPE><NAME>num</NAME></ARG> + </FUNC> + <FUNC> + <TYPE>int</TYPE> + <NAME>getNumPages</NAME> + </FUNC> + <FUNC> + <TYPE>DCOPRef</TYPE> + <NAME>getPage</NAME> + <ARG><TYPE>int</TYPE><NAME>num</NAME></ARG> + </FUNC> + <FUNC> + <TYPE>int</TYPE> + <NAME>getPageOfObj</NAME> + <ARG><TYPE>int</TYPE><NAME>obj</NAME></ARG> + </FUNC> + <FUNC> + <TYPE>void</TYPE> + <NAME>setCell</NAME> + <ARG><TYPE qleft="const" qright="&">int</TYPE><NAME>point</NAME></ARG> + </FUNC> + <FUNC> + <TYPE>QValueList<DCOPRef></TYPE> + <NAME>getWindows</NAME> + </FUNC> + <FUNC> + <TYPE>QStringList</TYPE> + <NAME>remotes</NAME> + </FUNC> + <SIGNAL> + <TYPE>void</TYPE> + <NAME>blah_signal</NAME> + </SIGNAL> +</CLASS> +<CLASS> + <NAME>Test2</NAME> + <SUPER>DCOPObject</SUPER> + <SIGNAL> + <TYPE>void</TYPE> + <NAME>fooSignal</NAME> + <ARG><TYPE>int</TYPE><NAME>arg</NAME></ARG> + </SIGNAL> +</CLASS> +<CLASS> + <NAME>TheNameSpace::Test3</NAME> + <SUPER>DCOPObject</SUPER> +</CLASS> +</DCOP-IDL> |