#include <MouseWheelEvent.hpp>
|
| MouseWheelEvent (const void *Object) |
|
| MouseWheelEvent (Object Source, std::int32_t ID, std::int64_t When, std::int32_t Modifiers, std::int32_t X, std::int32_t Y, std::int32_t ClickCount, bool PopupTrigger, std::int32_t ScrollType, std::int32_t ScrollAmount, std::int32_t WheelRotation) |
|
| MouseWheelEvent ()=default |
|
| MouseWheelEvent (MouseWheelEvent &&Obj)=default |
|
| MouseWheelEvent (const MouseWheelEvent &Obj)=default |
|
MouseWheelEvent & | operator= (MouseWheelEvent &&Obj)=default |
|
MouseWheelEvent & | operator= (const MouseWheelEvent &Obj)=default |
|
| Object (const void *Obj=nullptr) |
|
| Object (Object &&Obj) |
|
| Object (const Object &Obj) |
|
Object & | operator= (Object &&Obj) |
|
Object & | operator= (const Object &Obj) |
|
bool | operator== (const Object &O) const |
|
bool | operator!= (const Object &O) const |
|
| operator bool () const |
|
| operator void * () const |
|
bool | Equals (Object O) const |
|
bool | InstanceOf (Class C) const |
|
virtual | ~Object () |
|
Definition at line 9 of file MouseWheelEvent.hpp.
◆ MouseWheelEvent() [1/5]
Internal::MouseWheelEvent::MouseWheelEvent |
( |
const void * |
Object | ) |
|
◆ MouseWheelEvent() [2/5]
Internal::MouseWheelEvent::MouseWheelEvent |
( |
Object |
Source, |
|
|
std::int32_t |
ID, |
|
|
std::int64_t |
When, |
|
|
std::int32_t |
Modifiers, |
|
|
std::int32_t |
X, |
|
|
std::int32_t |
Y, |
|
|
std::int32_t |
ClickCount, |
|
|
bool |
PopupTrigger, |
|
|
std::int32_t |
ScrollType, |
|
|
std::int32_t |
ScrollAmount, |
|
|
std::int32_t |
WheelRotation |
|
) |
| |
◆ MouseWheelEvent() [3/5]
Internal::MouseWheelEvent::MouseWheelEvent |
( |
| ) |
|
|
default |
◆ MouseWheelEvent() [4/5]
◆ MouseWheelEvent() [5/5]
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: