From 39d98386f72c65826e162e3e8fd36752ec469252 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 16 Aug 2011 09:06:37 +0000 Subject: Move python-kde3 to the more correct python-trinity git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/python-trinity@1247483 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/classref/dcop/DCOPClient.html | 456 +++++++++++++++++++++++++++++++++ doc/classref/dcop/DCOPObject.html | 160 ++++++++++++ doc/classref/dcop/DCOPObjectProxy.html | 60 +++++ doc/classref/dcop/DCOPRef.html | 142 ++++++++++ doc/classref/dcop/DCOPReply.html | 50 ++++ doc/classref/dcop/DCOPStub.html | 93 +++++++ doc/classref/dcop/index.html | 40 +++ 7 files changed, 1001 insertions(+) create mode 100644 doc/classref/dcop/DCOPClient.html create mode 100644 doc/classref/dcop/DCOPObject.html create mode 100644 doc/classref/dcop/DCOPObjectProxy.html create mode 100644 doc/classref/dcop/DCOPRef.html create mode 100644 doc/classref/dcop/DCOPReply.html create mode 100644 doc/classref/dcop/DCOPStub.html create mode 100644 doc/classref/dcop/index.html (limited to 'doc/classref/dcop') diff --git a/doc/classref/dcop/DCOPClient.html b/doc/classref/dcop/DCOPClient.html new file mode 100644 index 0000000..57faa27 --- /dev/null +++ b/doc/classref/dcop/DCOPClient.html @@ -0,0 +1,456 @@ + + + + + class DCOPClient + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class DCOPClient


+
+ + + + + +
Table of contents
Modules
dcop Classes
All Classes
+
+ + + + + + + + + + +
Moduledcop
ClassDCOPClient
InheritsQObject
+

methods

+ + + diff --git a/doc/classref/dcop/DCOPObject.html b/doc/classref/dcop/DCOPObject.html new file mode 100644 index 0000000..c4eb432 --- /dev/null +++ b/doc/classref/dcop/DCOPObject.html @@ -0,0 +1,160 @@ + + + + + class DCOPObject + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class DCOPObject


+
+ + + + + +
Table of contents
Modules
dcop Classes
All Classes
+
+ + + + + + + + + + +
Moduledcop
ClassDCOPObject
Inherits
+

methods

+ + + diff --git a/doc/classref/dcop/DCOPObjectProxy.html b/doc/classref/dcop/DCOPObjectProxy.html new file mode 100644 index 0000000..4344e35 --- /dev/null +++ b/doc/classref/dcop/DCOPObjectProxy.html @@ -0,0 +1,60 @@ + + + + + class DCOPObjectProxy + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class DCOPObjectProxy


+
+ + + + + +
Table of contents
Modules
dcop Classes
All Classes
+
+ + + + + + + + + + +
Moduledcop
ClassDCOPObjectProxy
Inherits
+

methods

+ + + diff --git a/doc/classref/dcop/DCOPRef.html b/doc/classref/dcop/DCOPRef.html new file mode 100644 index 0000000..4bdb970 --- /dev/null +++ b/doc/classref/dcop/DCOPRef.html @@ -0,0 +1,142 @@ + + + + + class DCOPRef + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class DCOPRef


+
+ + + + + +
Table of contents
Modules
dcop Classes
All Classes
+
+ + + + + + + + + + +
Moduledcop
ClassDCOPRef
Inherits
+

enums

+

methods

+ + + diff --git a/doc/classref/dcop/DCOPReply.html b/doc/classref/dcop/DCOPReply.html new file mode 100644 index 0000000..5260ccf --- /dev/null +++ b/doc/classref/dcop/DCOPReply.html @@ -0,0 +1,50 @@ + + + + + class DCOPReply + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class DCOPReply


+
+ + + + + +
Table of contents
Modules
dcop Classes
All Classes
+
+ + + + + + + + + + +
Moduledcop
ClassDCOPReply
Inherits
+

methods

+

variables

+ + + diff --git a/doc/classref/dcop/DCOPStub.html b/doc/classref/dcop/DCOPStub.html new file mode 100644 index 0000000..a578888 --- /dev/null +++ b/doc/classref/dcop/DCOPStub.html @@ -0,0 +1,93 @@ + + + + + class DCOPStub + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class DCOPStub


+
+ + + + + +
Table of contents
Modules
dcop Classes
All Classes
+
+ + + + + + + + + + +
Moduledcop
ClassDCOPStub
Inherits
+

enums

+

methods

+ + + diff --git a/doc/classref/dcop/index.html b/doc/classref/dcop/index.html new file mode 100644 index 0000000..65b4823 --- /dev/null +++ b/doc/classref/dcop/index.html @@ -0,0 +1,40 @@ + + + + + module dcop + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

dcop Class Index


+
+ + + + +
Table of contents
Modules
All Classes
+
+ +
+ + + +
DCOPClient - DCOPObject
DCOPClient
DCOPObject
+ + + +
DCOPObjectProxy - DCOPRef
DCOPObjectProxy
DCOPRef
+ + + +
DCOPReply - DCOPStub
DCOPReply
DCOPStub
+ + -- cgit v1.2.1