LLGL 0.05 Beta
Loading...
Searching...
No Matches
LLGL::Window Member List

This is the complete list of members for LLGL::Window, including all inherited members.

AdaptForVideoMode(Extent2D *resolution, bool *fullscreen) overrideLLGL::Windowvirtual
AddEventListener(const std::shared_ptr< EventListener > &eventListener)LLGL::Window
Create(const WindowDescriptor &desc)LLGL::Windowstatic
FindResidentDisplay() const override finalLLGL::Windowvirtual
GetContentSize() const =0LLGL::Surfacepure virtual
GetDesc() const =0LLGL::Windowpure virtual
GetNativeHandle(void *nativeHandle, std::size_t nativeHandleSize)=0LLGL::Surfacepure virtual
GetPosition() const =0LLGL::Windowpure virtual
GetSize(bool useClientArea=true) const =0LLGL::Windowpure virtual
GetTitle() const =0LLGL::Windowpure virtual
GetUserData() constLLGL::Window
HasFocus() constLLGL::Window
HasQuit() constLLGL::Window
IsInstanceOf(int id) constLLGL::Interfacevirtual
IsShown() const =0LLGL::Windowpure virtual
NonCopyable(const NonCopyable &)=deleteLLGL::NonCopyable
NonCopyable()=defaultLLGL::NonCopyableprotected
operator=(const NonCopyable &)=deleteLLGL::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::Surfacestatic
RemoveEventListener(const EventListener *eventListener)LLGL::Window
SetDesc(const WindowDescriptor &desc)=0LLGL::Windowpure virtual
SetPosition(const Offset2D &position)=0LLGL::Windowpure virtual
SetSize(const Extent2D &size, bool useClientArea=true)=0LLGL::Windowpure virtual
SetTitle(const UTF8String &title)=0LLGL::Windowpure virtual
SetUserData(void *userData)LLGL::Window
Show(bool show=true)=0LLGL::Windowpure virtual
Window()LLGL::Windowprotected
~NonCopyable()=defaultLLGL::NonCopyablevirtual
~Window()LLGL::Window