Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/hugin/UniversalCursor.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00024 #ifndef _UNIVERSALCURSOR_H 00025 #define _UNIVERSALCURSOR_H 00026 00027 class wxImage; 00028 00044 class UniversalCursor : public wxCursor 00045 { 00046 public: 00047 00059 UniversalCursor(const wxImage & img); 00060 00061 private: 00062 }; 00063 00064 00065 00066 #endif // _UNIVERSALCURSOR_H
1.3.9.1