![]() |
Deskflow 1.25.0.83
Keyboard and mouse sharing utility
|
This is the complete list of members for deskflow::EiScreen, including all inherited members.
| activeSides() override | deskflow::EiScreen | virtual |
| addDevice(ei_device *device) | deskflow::EiScreen | protected |
| canLeave() override | deskflow::EiScreen | virtual |
| checkClipboards() override | deskflow::EiScreen | virtual |
| clearStaleModifiers() override | PlatformScreen | virtual |
| closeScreensaver() override | deskflow::EiScreen | virtual |
| disable() override | deskflow::EiScreen | virtual |
| EiScreen(bool isPrimary, IEventQueue *events, bool usePortal, bool invertScrolling=false) | deskflow::EiScreen | |
| enable() override | deskflow::EiScreen | virtual |
| enter() override | deskflow::EiScreen | virtual |
| fakeAllKeysUp() override | PlatformScreen | virtual |
| fakeCtrlAltDel() override | PlatformScreen | virtual |
| fakeInputBegin() override | deskflow::EiScreen | virtual |
| fakeInputEnd() override | deskflow::EiScreen | virtual |
| fakeKey(std::uint32_t keycode, bool isDown) const | deskflow::EiScreen | |
| fakeKeyDown(KeyID id, KeyModifierMask mask, KeyButton button, const std::string &) override | PlatformScreen | virtual |
| fakeKeyRepeat(KeyID id, KeyModifierMask mask, int32_t count, KeyButton button, const std::string &lang) override | PlatformScreen | virtual |
| fakeKeyUp(KeyButton button) override | PlatformScreen | virtual |
| fakeMediaKey(KeyID) override | IPlatformScreen | virtual |
| fakeMouseButton(ButtonID id, bool press) override | deskflow::EiScreen | virtual |
| fakeMouseMove(std::int32_t x, std::int32_t y) override | deskflow::EiScreen | |
| PlatformScreen::fakeMouseMove(int32_t x, int32_t y) override=0 | PlatformScreen | pure virtual |
| fakeMouseRelativeMove(std::int32_t dx, std::int32_t dy) const override | deskflow::EiScreen | |
| PlatformScreen::fakeMouseRelativeMove(int32_t dx, int32_t dy) const override=0 | PlatformScreen | pure virtual |
| fakeMouseWheel(std::int32_t xDelta, std::int32_t yDelta) const override | deskflow::EiScreen | |
| PlatformScreen::fakeMouseWheel(int32_t xDelta, int32_t yDelta) const override=0 | PlatformScreen | pure virtual |
| getActiveModifiers() const override | PlatformScreen | virtual |
| getClipboard(ClipboardID id, IClipboard *) const override | deskflow::EiScreen | virtual |
| getCursorCenter(std::int32_t &x, std::int32_t &y) const override | deskflow::EiScreen | |
| PlatformScreen::getCursorCenter(int32_t &x, int32_t &y) const override=0 | PlatformScreen | pure virtual |
| getCursorPos(std::int32_t &x, std::int32_t &y) const override | deskflow::EiScreen | |
| PlatformScreen::getCursorPos(int32_t &x, int32_t &y) const override=0 | PlatformScreen | pure virtual |
| getEventTarget() const final | deskflow::EiScreen | virtual |
| getJumpZoneSize() const override | deskflow::EiScreen | virtual |
| getKeyState() const override | deskflow::EiScreen | protectedvirtual |
| getSecureInputApp() const override | deskflow::EiScreen | protectedvirtual |
| getShape(std::int32_t &x, std::int32_t &y, std::int32_t &width, std::int32_t &height) const override | deskflow::EiScreen | |
| PlatformScreen::getShape(int32_t &x, int32_t &y, int32_t &width, int32_t &height) const override=0 | PlatformScreen | pure virtual |
| handleSystemEvent(const Event &event) override | deskflow::EiScreen | protectedvirtual |
| IKeyState(const IEventQueue *events) | IKeyState | explicit |
| IPlatformScreen(const IEventQueue *events) | IPlatformScreen | inlineexplicit |
| isAnyMouseButtonDown(std::uint32_t &buttonID) const override | deskflow::EiScreen | |
| PlatformScreen::isAnyMouseButtonDown(uint32_t &buttonID) const override=0 | PlatformScreen | pure virtual |
| isKeyDown(KeyButton) const override | PlatformScreen | virtual |
| isPrimary() const override | deskflow::EiScreen | virtual |
| KeyButtonSet typedef | IKeyState | |
| leave() override | deskflow::EiScreen | virtual |
| mapClientScrollDirection(int32_t) const | PlatformScreen | protectedvirtual |
| openScreensaver(bool notify) override | deskflow::EiScreen | virtual |
| PlatformScreen(IEventQueue *events, bool invertScrollDirection) | PlatformScreen | explicit |
| pollActiveGroup() const override | PlatformScreen | virtual |
| pollActiveModifiers() const override | PlatformScreen | virtual |
| pollPressedKeys(KeyButtonSet &pressedKeys) const override | PlatformScreen | virtual |
| reconfigure(std::uint32_t activeSides) override | deskflow::EiScreen | |
| PlatformScreen::reconfigure(uint32_t activeSides) override=0 | PlatformScreen | pure virtual |
| registerHotKey(KeyID key, KeyModifierMask mask) override | deskflow::EiScreen | virtual |
| removeDevice(ei_device *device) | deskflow::EiScreen | protected |
| resetOptions() override | deskflow::EiScreen | virtual |
| s_numButtons | IKeyState | inlinestatic |
| screensaver(bool activate) override | deskflow::EiScreen | virtual |
| setClipboard(ClipboardID, const IClipboard *) override | deskflow::EiScreen | virtual |
| setHalfDuplexMask(KeyModifierMask) override | PlatformScreen | virtual |
| setOptions(const OptionsList &options) override | deskflow::EiScreen | virtual |
| setSequenceNumber(std::uint32_t) override | deskflow::EiScreen | |
| PlatformScreen::setSequenceNumber(uint32_t) override=0 | PlatformScreen | pure virtual |
| sidesMaskToString(uint32_t sides) | PlatformScreen | protectedstatic |
| unregisterHotKey(std::uint32_t id) override | deskflow::EiScreen | |
| PlatformScreen::unregisterHotKey(uint32_t id) override=0 | PlatformScreen | pure virtual |
| updateButtons() override | deskflow::EiScreen | protectedvirtual |
| updateKeyMap() override | PlatformScreen | virtual |
| updateKeyState() override | PlatformScreen | virtual |
| updateShape() | deskflow::EiScreen | protected |
| warpCursor(std::int32_t x, std::int32_t y) override | deskflow::EiScreen | |
| PlatformScreen::warpCursor(int32_t x, int32_t y) override=0 | PlatformScreen | pure virtual |
| ~EiScreen() override | deskflow::EiScreen | |
| ~IKeyState()=default | IKeyState | virtual |
| ~IPrimaryScreen()=default | IPrimaryScreen | virtual |
| ~IScreen()=default | IScreen | virtual |
| ~ISecondaryScreen()=default | ISecondaryScreen | virtual |
| ~PlatformScreen() override=default | PlatformScreen |