class axl::gui::GdiCursor
#include <axl_gui_GdiCursor.h> class GdiCursor: public axl::gui::Cursor, public axl::sl::Handle { public: // construction GdiCursor(); };
Inherited Members
public: // typedefs typedef T H; // methods Engine* getEngine(); operator T() const; T operator->() const; const Handle& operator=(T h); bool isOpen() const; void close(); void attach(T h); T detach(); T* p(); static T getInvalidHandle();