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

/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp156 fStopIcon(NULL),
165 delete fStopIcon;
194 item->SetIcon(show ? fStopIcon : NULL);
240 if (fStopIcon == NULL) {
241 // allocate the fStopIcon bitmap
242 fStopIcon = new (std::nothrow) BBitmap(_IconRect(), 0, B_RGBA32);
243 if (fStopIcon == NULL || fStopIcon->InitCheck() != B_OK) {
245 delete fStopIcon;
246 fStopIcon
[all...]
H A DStatusMenuField.h67 BBitmap* fStopIcon; member in class:StatusMenuField

Completed in 82 milliseconds