BCursorID
BCursor(BCursorID id);
BCursorID cursorID = B_CURSOR_ID_SYSTEM_DEFAULT;
BCursor::BCursor(BCursorID id)
CursorManager::GetCursor(BCursorID which)
CursorManager::_InitCursor(ServerCursor*& cursorMember, BCursorID id,
BCursorID id)
BCursorID id;
ServerCursor* GetCursor(BCursorID which);
void _InitCursor(ServerCursor*& cursorMember, BCursorID id,
const CursorSet& set, BCursorID id);
CursorSet::AddCursor(BCursorID which, uint8 *data)
CursorSet::RemoveCursor(BCursorID which)
CursorSet::FindCursor(BCursorID which, BBitmap **_cursor, BPoint *_hotspot)
CursorSet::FindCursor(BCursorID which, ServerCursor **_cursor) const
CursorSet::_CursorWhichToString(BCursorID which) const
CursorSet::AddCursor(BCursorID which, const BBitmap *cursor,
status_t AddCursor(BCursorID which,const BBitmap *cursor, const BPoint &hotspot);
status_t AddCursor(BCursorID which, uint8 *data);
void RemoveCursor(BCursorID which);
status_t FindCursor(BCursorID which, BBitmap **cursor, BPoint *hotspot);
status_t FindCursor(BCursorID which, ServerCursor **cursor) const;
const char *_CursorWhichToString(BCursorID which) const;
BCursorID cursorID = B_CURSOR_ID_SYSTEM_DEFAULT;