|
OpenEnroth 39d87c6
|
This is the complete list of members for PlatformWindow, including all inherited members.
| activate()=0 | PlatformWindow | pure virtual |
| createOpenGLContext(const PlatformOpenGLOptions &options)=0 | PlatformWindow | pure virtual |
| frameMargins() const =0 | PlatformWindow | pure virtual |
| grabsMouse() const =0 | PlatformWindow | pure virtual |
| isMouseRelative() const =0 | PlatformWindow | pure virtual |
| isResizable() const =0 | PlatformWindow | pure virtual |
| isVisible() const =0 | PlatformWindow | pure virtual |
| nativeHandle() const =0 | PlatformWindow | pure virtual |
| orientations()=0 | PlatformWindow | pure virtual |
| position() const =0 | PlatformWindow | pure virtual |
| resize(const Sizei &size)=0 | PlatformWindow | pure virtual |
| setGrabsMouse(bool grabsMouse)=0 | PlatformWindow | pure virtual |
| setIcon(RgbaImageView image)=0 | PlatformWindow | pure virtual |
| setMouseRelative(bool mouseRelative)=0 | PlatformWindow | pure virtual |
| setOrientations(PlatformWindowOrientations orientations)=0 | PlatformWindow | pure virtual |
| setPosition(const Pointi &pos)=0 | PlatformWindow | pure virtual |
| setResizable(bool resizable)=0 | PlatformWindow | pure virtual |
| setTitle(const std::string &title)=0 | PlatformWindow | pure virtual |
| setVisible(bool visible)=0 | PlatformWindow | pure virtual |
| setWindowMode(PlatformWindowMode mode)=0 | PlatformWindow | pure virtual |
| size() const =0 | PlatformWindow | pure virtual |
| title() const =0 | PlatformWindow | pure virtual |
| warpMouse(Pointi position)=0 | PlatformWindow | pure virtual |
| windowMode()=0 | PlatformWindow | pure virtual |
| ~PlatformWindow()=default | PlatformWindow | virtual |