From kde-core-devel Mon Oct 29 19:11:11 2001 From: Waldo Bastian Date: Mon, 29 Oct 2001 19:11:11 +0000 To: kde-core-devel Subject: Re: Yeah so I can demarshal it... now what X-MARC-Message: https://marc.info/?l=kde-core-devel&m=100438267120599 On Monday 29 October 2001 04:06 am, ian reinhart geiser wrote: bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com -- > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Greetings > I have been trying add some handy types to KDCOP, and so far I have had > some good luck with being able to add these types. My issue is now what to > the data? Currently I have been throwing thinks like QPixmaps into the > clipboard. But is this correct? The points of contention are: > QPixmap > QPoint > QSize > QRect > The other issue, is can these objects be demarshaled on the command line, > and how? Apart from QPixmap, yes. See kdelibs/dcop/client/marshall.cpp Cheers, Waldo