You are not logged in.

Keiko

Unregistered

1

Sunday, October 31st 2004, 2:21pm

How to reimplement KIO::SimpleJob ?

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

Posts: 2,162

Location: Graz, Austria

Occupation: Student

  • 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.

Posts: 2,162

Location: Graz, Austria

Occupation: Student

  • 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