Searched refs:which (Results 126 - 150 of 193) sorted by relevance

12345678

/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp287 // Note: this runs in the looper's thread, which isn't that nice
547 int32 which; local
549 || message->FindInt32("be:which", &which) != B_OK) {
557 if (which != B_MIME_TYPE_DELETED)
558 _SetType(&fCurrentType, which);
H A DFileTypesWindow.cpp934 int32 which; local
936 || message->FindInt32("be:which", &which) != B_OK)
943 if (which != B_MIME_TYPE_DELETED)
944 _SetType(&fCurrentType, which);
950 if (which == B_MIME_TYPE_DELETED
951 || which == B_SUPPORTED_TYPES_CHANGED
952 || which == B_PREFERRED_APP_CHANGED) {
H A DIconView.cpp390 Icon::GetData(icon_size which, BBitmap** _bitmap) const argument
393 switch (which) {
668 int32 which; local
670 || message->FindInt32("be:which", &which) != B_OK)
674 switch (which) {
691 if (which == B_MIME_TYPE_DELETED
692 || which == B_PREFERRED_APP_CHANGED
693 || which == B_SUPPORTED_TYPES_CHANGED
694 || which
[all...]
H A DMimeTypeListView.cpp471 int32 which; local
473 || message->FindInt32("be:which", &which) != B_OK)
476 switch (which) {
/haiku/src/kits/tracker/
H A DUtilities.h249 icon_size which, const BMessage* message, BMessenger target,
254 static BRect PreferredRect(BPoint offset, icon_size which);
443 status_t GetAppIconFromAttr(BFile* file, BBitmap* icon, icon_size which);
444 status_t GetFileIconFromAttr(BNode* node, BBitmap* icon, icon_size which);
H A DFavoritesMenu.cpp350 RecentsMenu::RecentsMenu(const char* name, int32 which, uint32 what, argument
354 fWhich(which),
H A DUtilities.cpp566 const char* type, icon_size which, const BMessage* message,
575 status_t result = mime.GetIcon(fBitmap, which);
581 mime.GetIcon(fBitmap, which);
600 DraggableIcon::PreferredRect(BPoint offset, icon_size which) argument
602 BRect rect(0, 0, which - 1, which - 1);
1449 GetAppIconFromAttr(BFile* file, BBitmap* icon, icon_size which) argument
1458 return appFileInfo.GetIcon(icon, which);
1479 // attrName = which == B_LARGE_ICON ? kAttrLargeIcon : kAttrMiniIcon;
1480 // type = which
565 DraggableIcon(BRect rect, const char* name, const char* type, icon_size which, const BMessage* message, BMessenger target, uint32 resizingMode, uint32 flags) argument
1503 GetFileIconFromAttr(BNode* node, BBitmap* icon, icon_size which) argument
[all...]
/haiku/src/servers/app/
H A DView.cpp618 // local clipping to see which parts need invalidation
834 // TODO: figure out what to do when we have a transform which is not
852 // figure out which part can be blittet
919 View::ColorUpdated(color_which which, rgb_color color) argument
923 if (fWhichViewColor == which)
926 if (CurrentState()->HighUIColor(&tint) == which)
929 if (CurrentState()->LowUIColor(&tint) == which)
935 child->ColorUpdated(which, color);
941 View::SetViewUIColor(color_which which, float tint) argument
943 if (which !
[all...]
H A DView.h143 void ColorUpdated(color_which which, rgb_color color);
144 void SetViewUIColor(color_which which, float tint);
H A DDrawState.cpp110 // (which is from->fUnscaledFontSize * from->fCombinedScale)
607 DrawState::SetHighUIColor(color_which which, float tint) argument
609 fWhichHighColor = which;
625 DrawState::SetLowUIColor(color_which which, float tint) argument
627 fWhichLowColor = which;
H A DCursorManager.cpp211 \param signature Signature to which the cursors belong
287 /*! \brief Acquire the cursor which is used for a particular system cursor
288 \param which Which system cursor to get
289 \return Pointer to the particular cursor used or NULL if which is
293 CursorManager::GetCursor(BCursorID which) argument
297 switch (which) {
363 /*! \brief Internal function which finds the cursor with a particular ID
H A DServerWindow.cpp272 // fMessagePort is the port to which the app sends messages for the server
1023 // TODO: would knowing which font was changed be useful?
1799 color_which which = B_NO_COLOR; local
1802 if (link.Read<color_which>(&which) != B_OK
1806 fCurrentView->CurrentState()->SetHighUIColor(which, tint);
1809 if (which != B_NO_COLOR) {
1811 rgb_color color = tint_color(settings.UIColor(which), tint);
1820 color_which which = B_NO_COLOR; local
1823 if (link.Read<color_which>(&which) != B_OK
1827 fCurrentView->CurrentState()->SetLowUIColor(which, tin
1841 color_which which = B_NO_COLOR; local
1855 color_which which = fCurrentView->CurrentState()->HighUIColor(&tint); local
1873 color_which which = fCurrentView->CurrentState()->LowUIColor(&tint); local
1891 color_which which = fCurrentView->ViewUIColor(&tint); local
[all...]
/haiku/src/kits/storage/
H A DMimeType.cpp457 BMimeType::SetIcon(const BBitmap* icon, icon_size which) argument
459 return SetIconForType(NULL, icon, which);
487 err = message.AddInt32("which", B_REG_MIME_PREFERRED_APP);
526 err = message.AddInt32("which", B_REG_MIME_ATTR_INFO);
557 err = message.AddInt32("which", B_REG_MIME_FILE_EXTENSIONS);
594 err = message.AddInt32("which", B_REG_MIME_DESCRIPTION);
634 err = message.AddInt32("which", B_REG_MIME_DESCRIPTION);
791 err = message.AddInt32("which", B_REG_MIME_APP_HINT);
815 BMimeType::GetIconForType(const char* type, BBitmap* icon, icon_size which) const
827 *icon, which);
860 SetIconForType(const char* type, const BBitmap* icon, icon_size which) argument
[all...]
H A DVolume.cpp246 BVolume::GetIcon(BBitmap *icon, icon_size which) const
258 return get_device_icon(info.device_name, icon, which);
/haiku/src/apps/haikudepot/ui_generic/
H A DSharedBitmap.cpp139 SharedBitmap::Bitmap(BitmapSize which) argument
147 switch (which) {
/haiku/src/apps/deskbar/
H A DDeskbarMenu.cpp355 // set target, which may or may not be tracker
436 TRecentsMenu::TRecentsMenu(const char* name, TBarView* bar, int32 which, argument
439 fWhich(which),
451 switch (which) {
645 // set target, which may or may not be tracker
/haiku/src/kits/mail/
H A DMailSettings.cpp81 directory_which which[] = { local
86 for (size_t i = 0; i < sizeof(which) / sizeof(which[0]); i++) {
88 status = find_directory(which[i], &path);
/haiku/headers/private/kernel/
H A Dteam.h79 pid_t _user_process_info(pid_t process, int32 which);
/haiku/src/apps/text_search/
H A DModel.cpp305 directory_which which, BVolume* volume) const
311 status_t status = find_directory(which, &path, true, volume);
304 _OpenFile(BFile* file, const char* name, uint32 openMode, directory_which which, BVolume* volume) const argument
/haiku/src/kits/device/
H A DSerialPort.cpp162 \param buf The buffer which copy the data from.
298 \param which The parity mode to set.
305 BSerialPort::SetParityMode(parity_mode which) argument
307 fParityMode = which;
489 \return An integer which represents the number of available
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp88 // the BAlert which a window shows when an icon is not saved will not
89 // repaint the window. (BAlerts check which thread is running Go() and
319 IconEditorApp::_LastFilePath(path_kind which) argument
323 switch (which) {
/haiku/src/kits/interface/
H A DView.cpp2488 BView::SetHighUIColor(color_which which, float tint) argument
2491 && fState->which_high_color == which
2499 fOwner->fLink->Attach<color_which>(which);
2505 fState->which_high_color = which;
2508 if (which != B_NO_COLOR) {
2513 fState->high_color = tint_color(ui_color(which), tint);
2595 BView::SetLowUIColor(color_which which, float tint) argument
2598 && fState->which_low_color == which
2606 fOwner->fLink->Attach<color_which>(which);
2612 fState->which_low_color = which;
2713 color_which which = view->LowUIColor(&tint); local
2780 SetViewUIColor(color_which which, float tint) argument
[all...]
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp200 int32 which; local
201 message->FindInt32("which", &which);
203 if(which == 1 && name && strlen(name) > 0)
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp88 "This description is longer than B_MIME_TYPE_LENGTH, which is quite useful for certain things... "
241 // which could lead to unexpected failures. If things are acting weird,
272 // by field, each of which is verified to be identical with respect to: type,
428 IconHelper(icon_size which) argument
429 : bmp1(BitmapBounds(which), B_CMAP8),
430 bmp2(BitmapBounds(which), B_CMAP8),
431 bmpTemp(BitmapBounds(which), B_CMAP8),
432 size(which)
496 IconForTypeHelper(const char *fileType, icon_size which) argument
497 : IconHelper(which), fileTyp
3125 NotificationMessage(int32 which, string type, string extraType, bool largeIcon) argument
3132 NotificationMessage(int32 which, string type, string extraType) argument
3138 NotificationMessage(int32 which, string type, bool largeIcon) argument
3144 NotificationMessage(int32 which, string type) argument
3151 int32 which; member in class:NotificationMessage
[all...]
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex82 PPC resource files begin with a PEF container header, after which the
134 block size to which the resources must be aligned. As ELF files do not contain
139 The block size to which the resources have to be aligned is the maximum of
216 \item{An administrative section which comprises the resources header and the
219 \item{An unknown section, whose purpose is (unsurprisingly) unknown, but which
224 \item{An info section, which provides aditional information for each resource,
540 into four byte blocks, which are interpreted as big endian unsigned words
568 should be read until its end, which is either marked by the unused data
599 For executables on the other hand the alignment was always 4096, which is

Completed in 183 milliseconds

12345678