Symbol: SetImage
headers/private/debugger/model/StackFrame.h
66
void SetImage(Image* image);
src/add-ons/screen_savers/slideshowsaver/SlideShowSaver.cpp
352
while (SetImage(&imgRef) != B_OK) {
src/add-ons/screen_savers/slideshowsaver/SlideShowSaver.h
65
status_t SetImage(const entry_ref *pref);
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
166
SetImage(NULL);
src/apps/debugger/user_interface/gui/team_window/ImageListView.h
28
void SetImage(Image* image);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1428
fImageListView->SetImage(fActiveImage);
src/apps/showimage/ShowImageView.cpp
367
status = SetImage(&ref, bitmap, bitmapOwner);
src/apps/showimage/ShowImageView.h
52
status_t SetImage(const BMessage* message);
src/apps/showimage/ShowImageView.h
53
status_t SetImage(const entry_ref* ref, BBitmap* bitmap,
src/apps/showimage/ShowImageWindow.cpp
664
status_t status = fImageView->SetImage(message);
src/kits/debugger/arch/Architecture.cpp
185
frame->SetImage(image);
src/kits/debugger/model/StackFrame.cpp
51
SetImage(NULL);
src/libs/icon/shape/ReferenceImage.cpp
111
SetImage(bitmap);
src/libs/icon/shape/ReferenceImage.cpp
37
SetImage(image);
src/libs/icon/shape/ReferenceImage.cpp
66
SetImage(bitmap);
src/libs/icon/shape/ReferenceImage.h
56
virtual void SetImage(BBitmap* image);
src/tools/translation/inspector/ImageView.cpp
641
SetImage(NULL);
src/tools/translation/inspector/ImageView.cpp
651
SetImage(NULL);
src/tools/translation/inspector/ImageView.cpp
661
SetImage(NULL);
src/tools/translation/inspector/ImageView.cpp
671
SetImage(NULL);
src/tools/translation/inspector/ImageView.h
55
void SetImage(BMessage *pmsg);
src/tools/translation/inspector/ImageWindow.cpp
155
fpimageView->SetImage(pmsg);