fDitherType
Halftone::DitherType fDitherType;
return fDitherType;
fDitherType = dither_type;
BPopUpMenu* fDitherType;
fDitherType = jobData.fDitherType;
fDitherType = (Halftone::DitherType)message->FindInt32(kJDDitherType);
fDitherType = Halftone::kTypeFloydSteinberg;
message->AddInt32(kJDDitherType, fDitherType);
fDitherType(NULL),
fDitherType = new BPopUpMenu("");
fDitherType->SetRadioMode(true);
FillCapabilityMenu(fDitherType, kMsgQuality, gDitherTypes,
fDitherType);
fDitherType->SetTargetForItems(this);
int32 ID() const { return fDitherType; }
Halftone::DitherType fDitherType;
const char *label = fDitherType->FindMarked()->Label();