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

/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp157 fWarnIcon(NULL)
166 delete fWarnIcon;
204 item->SetIcon(show ? fWarnIcon : NULL);
258 if (fWarnIcon == NULL) {
259 // allocate the fWarnIcon bitmap
260 fWarnIcon = new (std::nothrow) BBitmap(_IconRect(), 0, B_RGBA32);
261 if (fWarnIcon == NULL || fWarnIcon->InitCheck() != B_OK) {
263 delete fWarnIcon;
264 fWarnIcon
[all...]
H A DStatusMenuField.h68 BBitmap* fWarnIcon; member in class:StatusMenuField

Completed in 181 milliseconds