Home
last modified time | relevance | path

Searched refs:fDisabledOff (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DPictureButton.cpp24 fDisabledOff(NULL), in BPictureButton()
36 fDisabledOff(NULL), in BPictureButton()
56 fDisabledOff = new(std::nothrow) BPicture(&pictureArchive); in BPictureButton()
65 delete fDisabledOff; in ~BPictureButton()
110 if (fDisabledOff && fDisabledOff->Archive(&pictureArchive, deep) == B_OK) { in Archive()
201 if (fDisabledOff == NULL in Draw()
208 DrawPicture(fDisabledOff); in Draw()
337 delete fDisabledOff; in SetDisabledOff()
338 fDisabledOff = new (std::nothrow) BPicture(*picture); in SetDisabledOff()
366 return fDisabledOff; in DisabledOff()
/haiku/headers/os/interface/
H A DPictureButton.h94 BPicture* fDisabledOff; variable