Searched refs:which (Results 1 - 25 of 193) sorted by relevance

12345678

/haiku/src/preferences/appearance/
H A DCursorWhichItem.cpp30 CursorWhichItem::CursorWhichItem(cursor_which which) argument
33 SetAttribute(which);
44 void CursorWhichItem::SetAttribute(cursor_which which) argument
46 switch(which)
48 // cases not existing in R5 which exist in Haiku
51 attribute=which;
57 attribute=which;
63 attribute=which;
69 attribute=which;
75 attribute=which;
[all...]
H A DSysCursorAPI.h8 void set_syscursor(cursor_which which, const BCursor *cursor);
9 void set_syscursor(cursor_which which, const BBitmap *bitmap);
13 void setcursor(cursor_which which);
H A DSysCursorAPI.cpp8 void set_syscursor(cursor_which which, const BCursor *cursor) argument
15 link.Attach<cursor_which>(which);
22 void set_syscursor(cursor_which which, const BBitmap *bitmap) argument
29 link.Attach<cursor_which>(which);
49 cursor_which which; local
50 link.Read<cursor_which>(&which);
51 return which;
57 void setcursor(cursor_which which) argument
H A DColors.h18 color_which which; member in struct:__anon113
H A DCursorWhichItem.h38 CursorWhichItem(cursor_which which);
40 void SetAttribute(cursor_which which);
H A DColors.cpp107 color_which which = index_to_color_which(index); local
108 message->AddColor(ui_color_name(which),
121 color_which which = index_to_color_which(index); local
122 message->AddColor(ui_color_name(which), ui_color(which));
/haiku/headers/private/app/
H A DServerReadOnlyMemory.h16 // Update kColorWhichLastContinuous with the largest color constant which
29 color_which_to_index(color_which which) argument
31 if (which <= kColorWhichCount - 3)
32 return which - 1;
33 if (which >= B_SUCCESS_COLOR && which <= B_FAILURE_COLOR)
34 return which - B_SUCCESS_COLOR + kColorWhichCount - 3;
/haiku/src/servers/app/
H A DCursorSet.h30 status_t AddCursor(BCursorID which,const BBitmap *cursor, const BPoint &hotspot);
31 status_t AddCursor(BCursorID which, uint8 *data);
32 void RemoveCursor(BCursorID which);
33 status_t FindCursor(BCursorID which, BBitmap **cursor, BPoint *hotspot);
34 status_t FindCursor(BCursorID which, ServerCursor **cursor) const;
39 const char *_CursorWhichToString(BCursorID which) const;
H A DCursorSet.cpp85 \param which System cursor specifier defined in CursorSet.h
94 CursorSet::AddCursor(BCursorID which, const BBitmap *cursor, argument
101 RemoveData(_CursorWhichToString(which));
104 BMessage message((int32)which);
115 return AddMessage(_CursorWhichToString(which), &message);
121 \param which System cursor specifier defined in CursorSet.h
129 CursorSet::AddCursor(BCursorID which, uint8 *data) argument
139 status_t result = AddCursor(which, bitmap.Get(), hotspot);
147 \param which System cursor specifier defined in CursorSet.h
150 CursorSet::RemoveCursor(BCursorID which) argument
170 FindCursor(BCursorID which, BBitmap **_cursor, BPoint *_hotspot) argument
223 FindCursor(BCursorID which, ServerCursor **_cursor) const argument
[all...]
/haiku/src/apps/haikudepot/util/
H A DPackageUtils.cpp24 directory_which which; local
25 status_t result = _DeriveDirectoryWhich(installationLocation, &which);
28 result = find_directory(which, &path);
40 directory_which* which)
44 *which = B_SYSTEM_PACKAGES_DIRECTORY;
47 *which = B_USER_PACKAGES_DIRECTORY;
38 _DeriveDirectoryWhich( BPackageInstallationLocation location, directory_which* which) argument
H A DPackageUtils.h29 directory_which* which);
/haiku/src/apps/switcher/
H A DPanelWindow.h14 PanelWindow(uint32 location, uint32 which,
21 BView* _ViewFor(uint32 location, uint32 which,
H A DSwitcher.cpp57 uint32 which = kShowApplicationWindows; local
59 which = kShowApplications;
61 new PanelWindow(location, which,
/haiku/src/system/libroot/posix/sys/
H A Ditimer.cpp41 prepare_timer(__timer_t& timer, int which) argument
43 switch (which) {
63 getitimer(int which, struct itimerval* value) argument
67 if (!prepare_timer(timer, which))
83 setitimer(int which, const struct itimerval* value, struct itimerval* oldValue) argument
87 if (!prepare_timer(timer, which))
/haiku/headers/private/interface/
H A DIcon.h27 bool SetBitmap(BBitmap* bitmap, uint32 which);
28 BBitmap* Bitmap(uint32 which) const;
31 uint32 which, uint32 flags);
34 color_space colorSpace, uint32 which);
36 uint32 which);
43 uint32 which, uint32 flags, BIcon*& _icon);
/haiku/src/kits/storage/
H A DFindDirectory.cpp17 /*! \param which the directory_which constant specifying the directory
21 \param volume the volume on which the directory is located
28 find_directory(directory_which which, BPath* path, bool createIt, argument
39 status_t error = find_directory(which, device, createIt, buffer,
/haiku/headers/cpp/
H A Dsstream46 stringbuf(int which=ios::in|ios::out)
47 : streambuf(), mode(static_cast<ios::open_mode>(which)),
54 stringbuf(const string &str, int which=ios::in|ios::out)
55 : streambuf(), mode(static_cast<ios::open_mode>(which)),
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
144 bool testin = which & ios::in && mode & ios::in;
145 bool testout = which & ios::out && mode & ios::out;
197 seekpos(pos_type sp, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
238 istringstream(int which
[all...]
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h47 bool SetForegroundColor(color_which which);
55 bool SetBackgroundColor(color_which which);
60 bool SetStrikeOutColor(color_which which);
65 bool SetUnderlineColor(color_which which);
/haiku/headers/os/storage/
H A DMime.h48 status_t get_device_icon(const char* device, BBitmap* icon, icon_size which);
52 status_t get_named_icon(const char* name, BBitmap* icon, icon_size which);
H A DNodeInfo.h34 icon_size which = B_LARGE_ICON) const;
36 icon_size which = B_LARGE_ICON);
49 icon_size which = B_LARGE_ICON) const;
52 icon_size which = B_LARGE_ICON);
/haiku/3rdparty/mmu_man/scripts/
H A Dgenerate_icon_table.sh3 which montage > /dev/null 2>&1 || pkgman install imagemagick
/haiku/headers/posix/sys/
H A Dresource.h83 extern int getpriority(int which, id_t who);
84 extern int setpriority(int which, id_t who, int priority);
/haiku/src/build/libroot/
H A Dfind_directory.cpp63 find_directory(directory_which which, dev_t device, bool createIt, argument
68 switch (which) {
102 __find_directory(directory_which which, dev_t device, bool createIt, argument
105 return find_directory(which, device, createIt, returnedPath, pathLength);
/haiku/src/apps/showimage/
H A DToolBarIcons.h43 const BBitmap* tool_bar_icon(uint32 which);
/haiku/src/preferences/screen/
H A DAlertWindow.cpp67 int32 which; local
68 if (message->FindInt32("which", &which) == B_OK) {
69 if (which == 1)
71 else if (which == 0)

Completed in 102 milliseconds

12345678