|
stmm-input-doc
0.17.0
|
This is the complete list of members for stmi::XYEvent, including all inherited members.
| AS_KEY_INPUT_TYPE enum name | stmi::Event | |
| AS_KEY_PRESS enum value | stmi::Event | |
| AS_KEY_RELEASE enum value | stmi::Event | |
| AS_KEY_RELEASE_CANCEL enum value | stmi::Event | |
| Event(const Class &oClass, int64_t nTimeUsec, int32_t nCapabilityId, const shared_ptr< Accessor > &refAccessor) noexcept | stmi::Event | protected |
| Event(const Class &oClass, int64_t nTimeUsec, int32_t nCapabilityId) noexcept | stmi::Event | inlineprotected |
| getAccessor() const noexcept | stmi::Event | inline |
| getAsKey(HARDWARE_KEY &eKey, AS_KEY_INPUT_TYPE &eType, bool &bMoreThanOne) const noexcept | stmi::Event | inlinevirtual |
| getAsKeys() const noexcept | stmi::Event | inlinevirtual |
| getCapability() const noexcept=0 | stmi::Event | pure virtual |
| getCapabilityId() const noexcept | stmi::Event | inline |
| getEventClass() const noexcept | stmi::Event | inline |
| getEventClassIdClass(const std::string &sEventClassId) noexcept | stmi::Event | static |
| getEventClassIdType(const std::string &sEventClassId, bool &bRegistered) noexcept | stmi::Event | protectedstatic |
| getEventTypeClassId(const std::type_info &oType) noexcept | stmi::Event | protectedstatic |
| getIsModified() const noexcept | stmi::XYEvent | inline |
| getTimeUsec() const noexcept | stmi::Event | inline |
| getX() const noexcept | stmi::XYEvent | inline |
| getXYGrabId() const noexcept | stmi::XYEvent | inline |
| getXYGrabType() const noexcept | stmi::XYEvent | inline |
| getY() const noexcept | stmi::XYEvent | inline |
| isEventClassIdRegistered(const std::string &sEventClassId) noexcept | stmi::Event | static |
| isEventTypeRegistered(const std::type_info &oEventType) noexcept | stmi::Event | protectedstatic |
| scaleXY(double fSX, double fSY) noexcept | stmi::XYEvent | virtual |
| setAccessor(const shared_ptr< Accessor > &refAccessor) noexcept | stmi::Event | inlineprotected |
| setCapabilityId(int32_t nCapabilityId) noexcept | stmi::Event | inlineprotected |
| setIsModified(bool bIsModified) noexcept | stmi::XYEvent | inlineprotected |
| setTimeUsec(int64_t nTimeUsec) noexcept | stmi::Event | inlineprotected |
| setX(double fX) noexcept | stmi::XYEvent | inlineprotected |
| setXYGrab(XY_GRAB_INPUT_TYPE eXYGrabType, int64_t nGrabId) noexcept | stmi::XYEvent | inlineprotected |
| setY(double fY) noexcept | stmi::XYEvent | inlineprotected |
| translateXY(double fDX, double fDY) noexcept | stmi::XYEvent | virtual |
| XY_GRAB enum value | stmi::XYEvent | |
| XY_GRAB_INPUT_TYPE enum name | stmi::XYEvent | |
| XY_HOVER enum value | stmi::XYEvent | |
| XY_MOVE enum value | stmi::XYEvent | |
| XY_UNGRAB enum value | stmi::XYEvent | |
| XY_UNGRAB_CANCEL enum value | stmi::XYEvent | |
| XYEvent(const Class &oClass, int64_t nTimeUsec, int32_t nCapabilityId, const shared_ptr< Accessor > &refAccessor, double fX, double fY) noexcept | stmi::XYEvent | protected |
| XYEvent(const Class &oClass, int64_t nTimeUsec, int32_t nCapabilityId, const shared_ptr< Accessor > &refAccessor, double fX, double fY, XY_GRAB_INPUT_TYPE eXYGrabType, int64_t nGrabId) noexcept | stmi::XYEvent | protected |
| ~Event() noexcept=default | stmi::Event | virtual |
1.8.13