Searched refs:CursorWhichItem (Results 1 - 3 of 3) sorted by relevance

/haiku/src/preferences/appearance/
H A DCursorWhichItem.cpp22 // File Name: CursorWhichItem.cpp
27 #include "CursorWhichItem.h"
30 CursorWhichItem::CursorWhichItem(cursor_which which) function in class:CursorWhichItem
37 CursorWhichItem::~CursorWhichItem(void)
44 void CursorWhichItem::SetAttribute(cursor_which which)
124 cursor_which CursorWhichItem::GetAttribute(void)
H A DCursorWhichItem.h22 // File Name: CursorWhichItem.h
35 class CursorWhichItem : public BStringItem class in inherits:BStringItem
38 CursorWhichItem(cursor_which which);
39 ~CursorWhichItem(void);
H A DCurView.cpp34 #include "CursorWhichItem.h"
117 attrlist->AddItem(new CursorWhichItem(B_CURSOR_DEFAULT));
118 attrlist->AddItem(new CursorWhichItem(B_CURSOR_TEXT));
119 attrlist->AddItem(new CursorWhichItem(B_CURSOR_MOVE));
120 attrlist->AddItem(new CursorWhichItem(B_CURSOR_DRAG));
121 attrlist->AddItem(new CursorWhichItem(B_CURSOR_RESIZE));
122 attrlist->AddItem(new CursorWhichItem(B_CURSOR_RESIZE_NWSE));
123 attrlist->AddItem(new CursorWhichItem(B_CURSOR_RESIZE_NESW));
124 attrlist->AddItem(new CursorWhichItem(B_CURSOR_RESIZE_NS));
125 attrlist->AddItem(new CursorWhichItem(B_CURSOR_RESIZE_E
[all...]

Completed in 38 milliseconds