You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Keiko

Unregistered

1

Sunday, October 31st 2004, 2:21pm

How to reimplement KIO::SimpleJob ?

How to reimplement KIO::SimpleJob to do my own actions ?

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Sunday, November 7th 2004, 8:52pm

What kind of job do you want to implement?

Cheers,
_
Qt/KDE Developer
Debian User

Keiko

Unregistered

3

Wednesday, December 1st 2004, 6:15pm

I want to divide some process into jobs. For example, first job decodes an image and calls addSubJob(new myJob()), the second job will decode the second image an so on. I neednt' call any of KIO jobs within my job (like KIO::stat, etc). Thanks.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

4

Thursday, December 2nd 2004, 7:47pm

I might be misunderstanding something, but I think this is not a use case for KIO jobs.

KIO Jobs are about transfering data and working on filesystem like structures (or simulating them).

The jobs work on KIO slaves, which do the actual manipulation.

However I am no expert on the KIO topic, so you might get better help on the kde-devel kfm-devel mailinglist.

Cheers,
_
Qt/KDE Developer
Debian User