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

/haiku/src/kits/interface/
H A DPictureButton.cpp23 fEnabledOn(new(std::nothrow) BPicture(*on)),
35 fEnabledOn(NULL),
47 fEnabledOn = new(std::nothrow) BPicture(&pictureArchive);
62 delete fEnabledOn;
89 if (fEnabledOn->Archive(&pictureArchive, deep) == B_OK) {
196 DrawPicture(fEnabledOn);
313 delete fEnabledOn;
314 fEnabledOn = new (std::nothrow) BPicture(*picture);
345 return fEnabledOn;
/haiku/headers/os/interface/
H A DPictureButton.h93 BPicture* fEnabledOn; member in class:BPictureButton

Completed in 46 milliseconds