Searched refs:CursorSet (Results 1 - 6 of 6) sorted by relevance

/haiku/src/servers/app/
H A DCursorSet.cpp10 #include "CursorSet.h"
29 CursorSet::CursorSet(const char *name) function in class:CursorSet
46 CursorSet::Save(const char *path, int32 saveFlags)
69 CursorSet::Load(const char *path)
85 \param which System cursor specifier defined in CursorSet.h
94 CursorSet::AddCursor(BCursorID which, const BBitmap *cursor,
121 \param which System cursor specifier defined in CursorSet.h
129 CursorSet::AddCursor(BCursorID which, uint8 *data)
147 \param which System cursor specifier defined in CursorSet
[all...]
H A DCursorSet.h24 class CursorSet : public BMessage { class in inherits:BMessage
26 CursorSet(const char *name);
H A DCursorManager.h17 #include "CursorSet.h"
58 const CursorSet& set, BCursorID id);
H A DCursorManager.cpp229 /*! \brief Sets all the cursors from a specified CursorSet
235 path to a non-CursorSet file.
242 CursorSet cursorSet(NULL);
404 CursorManager::_LoadCursor(ServerCursor*& cursorMember, const CursorSet& set,
/haiku/src/preferences/appearance/
H A DCurView.h43 #include <CursorSet.h>
91 CursorSet *cursorset;
H A DCurView.cpp57 cursorset=new CursorSet("Default");
296 CursorSet cs(NULL);

Completed in 53 milliseconds