载入中...
搜索中...
未找到
eve::mouse::Cursor类 参考abstract
#include <Cursor.h>
类 eve::mouse::Cursor 继承关系图:
Public 成员函数 | |
| virtual | ~Cursor () |
| virtual void * | getHandle () const =0 |
| Returns a pointer to the implementation-dependent handle of this Cursor. | |
| virtual bool | isCustom () const =0 |
| Returns whether this Cursor is system-defined or a custom image. | |
| virtual std::string | getSystemType () const =0 |
| Returns the type of system cursor used, if this Cursor is using a system-defined image. | |
详细描述
构造及析构函数说明
◆ ~Cursor()
|
virtual |
被 eve::mouse::sdl::Cursor 重载.
在文件 Cursor.cpp 第 8 行定义.
成员函数说明
◆ getHandle()
|
pure virtual |
Returns a pointer to the implementation-dependent handle of this Cursor.
在 eve::mouse::sdl::Cursor 内被实现.
被这些函数引用 eve::mouse::sdl::Mouse::setCursor().
◆ getSystemType()
|
pure virtual |
Returns the type of system cursor used, if this Cursor is using a system-defined image.
在 eve::mouse::sdl::Cursor 内被实现.
◆ isCustom()
|
pure virtual |
Returns whether this Cursor is system-defined or a custom image.
在 eve::mouse::sdl::Cursor 内被实现.
该类的文档由以下文件生成:
- src/modules/mouse/Cursor.h
- src/modules/mouse/Cursor.cpp