![]() |
LLGL 0.05 Beta
|
This is the complete list of members for LLGL::Window, including all inherited members.
| AdaptForVideoMode(Extent2D *resolution, bool *fullscreen) override | LLGL::Window | virtual |
| AddEventListener(const std::shared_ptr< EventListener > &eventListener) | LLGL::Window | |
| Create(const WindowDescriptor &desc) | LLGL::Window | static |
| FindResidentDisplay() const override final | LLGL::Window | virtual |
| GetContentSize() const =0 | LLGL::Surface | pure virtual |
| GetDesc() const =0 | LLGL::Window | pure virtual |
| GetNativeHandle(void *nativeHandle, std::size_t nativeHandleSize)=0 | LLGL::Surface | pure virtual |
| GetPosition() const =0 | LLGL::Window | pure virtual |
| GetSize(bool useClientArea=true) const =0 | LLGL::Window | pure virtual |
| GetTitle() const =0 | LLGL::Window | pure virtual |
| GetUserData() const | LLGL::Window | |
| HasFocus() const | LLGL::Window | |
| HasQuit() const | LLGL::Window | |
| IsInstanceOf(int id) const | LLGL::Interface | virtual |
| IsShown() const =0 | LLGL::Window | pure virtual |
| NonCopyable(const NonCopyable &)=delete | LLGL::NonCopyable | |
| NonCopyable()=default | LLGL::NonCopyable | protected |
| operator=(const NonCopyable &)=delete | LLGL::NonCopyable | |
| PostChar(wchar_t chr) | LLGL::Window | |
| PostDoubleClick(Key keyCode) | LLGL::Window | |
| PostGetFocus() | LLGL::Window | |
| PostGlobalMotion(const Offset2D &motion) | LLGL::Window | |
| PostKeyDown(Key keyCode) | LLGL::Window | |
| PostKeyUp(Key keyCode) | LLGL::Window | |
| PostLocalMotion(const Offset2D &position) | LLGL::Window | |
| PostLostFocus() | LLGL::Window | |
| PostQuit() | LLGL::Window | |
| PostResize(const Extent2D &clientAreaSize) | LLGL::Window | |
| PostUpdate() | LLGL::Window | |
| PostWheelMotion(int motion) | LLGL::Window | |
| ProcessEvents() | LLGL::Surface | static |
| RemoveEventListener(const EventListener *eventListener) | LLGL::Window | |
| SetDesc(const WindowDescriptor &desc)=0 | LLGL::Window | pure virtual |
| SetPosition(const Offset2D &position)=0 | LLGL::Window | pure virtual |
| SetSize(const Extent2D &size, bool useClientArea=true)=0 | LLGL::Window | pure virtual |
| SetTitle(const UTF8String &title)=0 | LLGL::Window | pure virtual |
| SetUserData(void *userData) | LLGL::Window | |
| Show(bool show=true)=0 | LLGL::Window | pure virtual |
| Window() | LLGL::Window | protected |
| ~NonCopyable()=default | LLGL::NonCopyable | virtual |
| ~Window() | LLGL::Window |