fJob
fJob(job)
fJob._SetTicketNumber(ticketNumber);
fJob._ClearTicketNumber();
fJob.SetState(state);
fJob.NotifyStateListeners();
BJob& fJob;
fJob.SetApplicationName("Gutenprint");
fJob.SetConfiguration(configuration);
fJob.SetOutputStream(outputStream);
return fJob.Begin();
fJob.End();
status_t status = fJob.PrintPage(fBands);
fJob.GetErrorMessage(message);
GPJob fJob;
fJob(job),
fJob->Acquire();
fJob->Release();
BNode node(&fJob->EntryRef());
switch (fJob->Status()) {
Job* GetJob() const { return fJob; }
Job* fJob;
BPrintJob* fJob;
delete fJob;
fJob->BeginJob();
fJob->DrawView(fTestPage, fTestPage->Bounds(), B_ORIGIN);
fJob->SpoolPage();
if (!fJob->CanContinue())
fJob->CommitJob();
BaseJob* fJob;
fJob(job)
return parameter.AddString("job", fJob->Name());
if (jobName != NULL && strcmp(fJob->Name(), jobName) == 0)
target.SetToFormat("Job \"%s\" initialized.", fJob->Name());
target.SetToFormat("Job \"%s\" launched: %s", fJob->Name(),
target.SetToFormat("Job \"%s\" terminated: %s", fJob->Name(),
target.SetToFormat("Job \"%s\" %sabled", fJob->Name(),
target.SetToFormat("Job \"%s\" %sstopped", fJob->Name(),
target.SetToFormat("Event triggered \"%s\": \"%s\"", fJob->Name(),
fJob(NULL),
BFile jobFile(&fJob->EntryRef(), B_READ_WRITE);
BPath file(&fJob->EntryRef());
BEntry entry(&fJob->EntryRef());
fJob = fPrinter.GetNextJob();
if (fJob) {
fJob->SetStatus(kUnknown, false); // so that fPrinter.GetNextJob skips it
fJob->Release();
fJob->SetPrinter(this);
} while (fJob != NULL);
thread_id tid = spawn_thread(print_thread, "print", B_NORMAL_PRIORITY, (void*)fJob);
fJob->SetStatus(kProcessing);
fJob->Release();
Job* fJob;