Searched refs:B_CURSOR_ID_SYSTEM_DEFAULT (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/os/app/
H A DCursor.h14 B_CURSOR_ID_SYSTEM_DEFAULT = 1, enumerator in enum:BCursorID
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp101 BCursorID cursorID = B_CURSOR_ID_SYSTEM_DEFAULT;
/haiku/src/servers/app/
H A DCursorManager.cpp36 B_CURSOR_ID_SYSTEM_DEFAULT, kHandHotspot);
247 _LoadCursor(fCursorSystemDefault, cursorSet, B_CURSOR_ID_SYSTEM_DEFAULT);
298 case B_CURSOR_ID_SYSTEM_DEFAULT:
H A DCursorSet.cpp304 case B_CURSOR_ID_SYSTEM_DEFAULT:
H A DDesktop.cpp686 newCursor = fCursorManager.GetCursor(B_CURSOR_ID_SYSTEM_DEFAULT);
/haiku/src/kits/app/
H A DCursor.cpp41 B_CURSOR_ID_SYSTEM_DEFAULT : B_CURSOR_ID_I_BEAM;
/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp47 BCursor linkCursor(B_CURSOR_ID_SYSTEM_DEFAULT);
/haiku/src/kits/interface/
H A DSplitView.cpp291 BCursor cursor(B_CURSOR_ID_SYSTEM_DEFAULT);
/haiku/src/apps/glteapot/
H A DObjectView.cpp551 ? B_CURSOR_ID_GRAB : B_CURSOR_ID_SYSTEM_DEFAULT);
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp1106 BCursorID cursorID = B_CURSOR_ID_SYSTEM_DEFAULT;
/haiku/src/apps/terminal/
H A DTermViewStates.cpp1057 BCursor cursor(B_CURSOR_ID_SYSTEM_DEFAULT);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1242 ? B_CURSOR_ID_GRAB : B_CURSOR_ID_SYSTEM_DEFAULT);
/haiku/src/apps/showimage/
H A DShowImageView.cpp214 fDefaultCursor = new BCursor(B_CURSOR_ID_SYSTEM_DEFAULT);

Completed in 194 milliseconds