dcop
Class List
Here are the classes, structs, unions and interfaces with brief descriptions: DCOPArg A generic DCOP argument
DCOPClient Inter-process communication and remote procedure calls for KDE applications
DCOPObject Provides an interface for receiving DCOP messages
DCOPObjectProxy You must use a proxy if you want to dispatch method calls for object IDs which don't have (yet) a corresponding DCOPObject
DCOPRef A DCOPRef(erence) encapsulates a remote DCOP object as a triple <app,obj,type> where type is optional
DCOPStub Abstract base class for dcop stubs as created by the dcopidl2cpp compiler
Test This is a stupid comment that might help geiseri at some point in the near future
TestObject $QTDIR/bin/moc testdcop.cpp -o testdcop.moc g++ -o testdcop testdcop.cpp -I$QTDIR/include -L$QTDIR/lib