Searched refs:fEnabledOff (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DPictureButton.cpp22 fEnabledOff(new(std::nothrow) BPicture(*off)),
34 fEnabledOff(NULL),
50 fEnabledOff = new(std::nothrow) BPicture(&pictureArchive);
63 delete fEnabledOff;
96 if (fEnabledOff->Archive(&pictureArchive, deep) == B_OK) {
198 DrawPicture(fEnabledOff);
321 delete fEnabledOff;
322 fEnabledOff = new (std::nothrow) BPicture(*picture);
352 return fEnabledOff;
/haiku/headers/os/interface/
H A DPictureButton.h92 BPicture* fEnabledOff; member in class:BPictureButton

Completed in 35 milliseconds