Searched refs:BCursorID (Results 1 – 9 of 9) sorted by relevance
/haiku/docs/user/app/ |
H A D | Cursor.dox | 23 \enum BCursorID 31 \var BCursorID B_CURSOR_ID_SYSTEM_DEFAULT 39 \var BCursorID B_CURSOR_ID_CONTEXT_MENU 47 \var BCursorID B_CURSOR_ID_COPY 55 \var BCursorID B_CURSOR_ID_CREATE_LINK 63 \var BCursorID B_CURSOR_ID_CROSS_HAIR 71 \var BCursorID B_CURSOR_ID_FOLLOW_LINK 79 \var BCursorID B_CURSOR_ID_GRAB 87 \var BCursorID B_CURSOR_ID_GRABBING 95 \var BCursorID B_CURSOR_ID_HELP [all …]
|
/haiku/src/servers/app/ |
H A D | CursorSet.h | 30 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 D | CursorSet.cpp | 94 CursorSet::AddCursor(BCursorID which, const BBitmap *cursor, in AddCursor() 129 CursorSet::AddCursor(BCursorID which, uint8 *data) in AddCursor() 150 CursorSet::RemoveCursor(BCursorID which) in RemoveCursor() 170 CursorSet::FindCursor(BCursorID which, BBitmap **_cursor, BPoint *_hotspot) in FindCursor() 223 CursorSet::FindCursor(BCursorID which, ServerCursor **_cursor) const in FindCursor() 301 CursorSet::_CursorWhichToString(BCursorID which) const in _CursorWhichToString()
|
H A D | CursorManager.h | 49 ServerCursor* GetCursor(BCursorID which); 55 const uint8* cursorBits, BCursorID id, 58 const CursorSet& set, BCursorID id);
|
H A D | CursorManager.cpp | 288 CursorManager::GetCursor(BCursorID which) in GetCursor() 385 const uint8* cursorBits, BCursorID id, const BPoint& hotSpot) in _InitCursor() 400 BCursorID id) in _LoadCursor()
|
/haiku/headers/os/app/ |
H A D | Cursor.h | 13 enum BCursorID { enum 51 BCursor(BCursorID id);
|
/haiku/src/apps/haikudepot/ui_generic/ |
H A D | LinkView.cpp | 101 BCursorID cursorID = B_CURSOR_ID_SYSTEM_DEFAULT; in _UpdateLinkColor()
|
/haiku/src/kits/app/ |
H A D | Cursor.cpp | 61 BCursor::BCursor(BCursorID id) in BCursor()
|
/haiku/src/servers/app/decorator/ |
H A D | DefaultWindowBehaviour.cpp | 1106 BCursorID cursorID = B_CURSOR_ID_SYSTEM_DEFAULT; in _ResizeCursorFor()
|