Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
UniversalCursor Class Reference
a proper cursor abstraction. More...
#include <UniversalCursor.h>
Public Member Functions | |
| UniversalCursor (const wxImage &img) | |
| ctor. | |
Detailed Description
a proper cursor abstraction.does the same on all supported platforms! I still wonder why this couldn't be done by the wxWindows people themself.
currently, this is implemented for MSW and GTK. on other platforms, the wxCursor(wxImage) constructor is called.
It is also a bad hack, because it contains some class definitions contained in the wxWindows source. but well I don't care to hack wxWindows stuff anymore. Its too broken anyway.
Constructor & Destructor Documentation
|
|
ctor.
Creates a cursor out of The different RGB channels have this meaning:
|
The documentation for this class was generated from the following files:
- hugin1/hugin/UniversalCursor.h
- hugin1/hugin/UniversalCursor.cpp
1.3.9.1