Searched refs:BCursor (Results 1 - 25 of 44) sorted by last modified time

12

/haiku/src/apps/terminal/
H A DTermViewStates.cpp1046 BCursor cursor(B_CURSOR_ID_FOLLOW_LINK);
1057 BCursor cursor(B_CURSOR_ID_SYSTEM_DEFAULT);
/haiku/src/kits/tracker/
H A DPoseView.cpp9833 BCursor copyCursor(B_CURSOR_ID_COPY);
H A DFindPanel.cpp783 BCursor grabCursor(B_CURSOR_ID_GRAB);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp300 BCursor cursor(B_HAND_CURSOR);
319 BCursor cursor(B_HAND_CURSOR);
438 BCursor cursor(cursorData);
/haiku/src/kits/interface/
H A DColumnListView.cpp252 BCursor* fResizeCursor;
253 BCursor* fMinResizeCursor;
254 BCursor* fMaxResizeCursor;
255 BCursor* fColumnMoveCursor;
2350 fResizeCursor = new BCursor(B_CURSOR_ID_RESIZE_EAST_WEST);
2351 fMinResizeCursor = new BCursor(B_CURSOR_ID_RESIZE_EAST);
2352 fMaxResizeCursor = new BCursor(B_CURSOR_ID_RESIZE_WEST);
2353 fColumnMoveCursor = new BCursor(B_CURSOR_ID_MOVE);
H A DView.cpp1198 BView::SetViewCursor(const BCursor* cursor, bool sync)
/haiku/src/apps/haikudepot/textview/
H A DTextSpan.cpp90 TextSpan::SetCursor(const BCursor& cursor)
H A DTextSpan.h43 void SetCursor(const BCursor& cursor);
44 inline const BCursor& Cursor() const
59 BCursor fCursor;
H A DTextDocumentView.cpp182 BCursor cursor(B_CURSOR_ID_I_BEAM);
187 const BCursor& newCursor = fTextDocument->CursorAt(offset);
H A DTextDocument.h58 BCursor CursorAt(int32 textOffset) const;
H A DTextDocument.cpp204 BCursor
221 return BCursor((BMessage*)NULL);
/haiku/src/apps/glteapot/
H A DObjectView.cpp467 BCursor grabbingCursor(B_CURSOR_ID_GRABBING);
502 BCursor grabCursor(B_CURSOR_ID_GRAB);
550 BCursor cursor(object != NULL
/haiku/src/apps/showimage/
H A DShowImageView.cpp214 fDefaultCursor = new BCursor(B_CURSOR_ID_SYSTEM_DEFAULT);
215 fGrabCursor = new BCursor(B_CURSOR_ID_GRABBING);
H A DShowImageView.h228 BCursor* fDefaultCursor;
229 BCursor* fGrabCursor;
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1019 BCursor cursor(cursorData);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp49 BCursor cursor(cursorData);
H A DPerspectiveBoxStates.cpp33 BCursor cursor(cursorData);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp611 static BCursor *g_BusyCursor = NULL;
2464 g_BusyCursor = new BCursor (ResourceData);
/haiku/headers/os/interface/
H A DView.h127 class BCursor;
257 void SetViewCursor(const BCursor* cursor,
/haiku/headers/os/app/
H A DAppDefs.h21 class BCursor;
22 extern const BCursor *B_CURSOR_SYSTEM_DEFAULT;
23 extern const BCursor *B_CURSOR_I_BEAM;
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp540 BCursor cursor(cursorData);
547 BCursor cursor(kStopCursor);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp207 BCursor cursor(kEmptyCursor);
H A DViewHWInterface.cpp303 BCursor cursor(kEmptyCursor);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1219 BCursor grabbingCursor(B_CURSOR_ID_GRABBING);
1231 BCursor grabCursor(B_CURSOR_ID_GRAB);
1241 BCursor cursor(IsEnabled()
/haiku/src/kits/app/
H A DCursor.cpp11 /** BCursor describes a view-wide or application-wide cursor. */
27 const BCursor *B_CURSOR_SYSTEM_DEFAULT;
28 const BCursor *B_CURSOR_I_BEAM;
31 BCursor::BCursor(const void *cursorData) function in class:BCursor
66 BCursor::BCursor(BCursorID id) function in class:BCursor
74 BCursor::BCursor(const BCursor function in class:BCursor
83 BCursor::BCursor(BMessage *data) function in class:BCursor
91 BCursor::BCursor(const BBitmap* bitmap, const BPoint& hotspot) function in class:BCursor
[all...]

Completed in 209 milliseconds

12