![]() |
LLGL 0.05 Beta
|
This is the complete list of members for LLGL::Canvas, including all inherited members.
| AdaptForVideoMode(Extent2D *resolution, bool *fullscreen) override | LLGL::Canvas | virtual |
| AddEventListener(const std::shared_ptr< EventListener > &eventListener) | LLGL::Canvas | |
| Canvas() | LLGL::Canvas | protected |
| Create(const CanvasDescriptor &desc) | LLGL::Canvas | static |
| FindResidentDisplay() const override final | LLGL::Canvas | virtual |
| GetContentSize() const =0 | LLGL::Surface | pure virtual |
| GetNativeHandle(void *nativeHandle, std::size_t nativeHandleSize)=0 | LLGL::Surface | pure virtual |
| GetTitle() const =0 | LLGL::Canvas | pure virtual |
| GetUserData() const | LLGL::Canvas | |
| IsInstanceOf(int id) const | LLGL::Interface | virtual |
| NonCopyable(const NonCopyable &)=delete | LLGL::NonCopyable | |
| NonCopyable()=default | LLGL::NonCopyable | protected |
| operator=(const NonCopyable &)=delete | LLGL::NonCopyable | |
| PostDestroy() | LLGL::Canvas | |
| PostDraw() | LLGL::Canvas | |
| PostInit() | LLGL::Canvas | |
| PostKeyDown(Key keyCode) | LLGL::Canvas | |
| PostKeyUp(Key keyCode) | LLGL::Canvas | |
| PostPanGesture(const Offset2D &position, std::uint32_t numTouches, float dx, float dy, EventAction action) | LLGL::Canvas | |
| PostResize(const Extent2D &clientAreaSize) | LLGL::Canvas | |
| PostTapGesture(const Offset2D &position, std::uint32_t numTouches) | LLGL::Canvas | |
| ProcessEvents() | LLGL::Surface | static |
| RemoveEventListener(const EventListener *eventListener) | LLGL::Canvas | |
| SetTitle(const UTF8String &title)=0 | LLGL::Canvas | pure virtual |
| SetUserData(void *userData) | LLGL::Canvas | |
| ~Canvas() | LLGL::Canvas | |
| ~NonCopyable()=default | LLGL::NonCopyable | virtual |