|
LibreOffice Module canvas (master) 1
|
#include <basegfx/vector/b2ivector.hxx>#include <basegfx/range/b2irectangle.hxx>#include <rendering/irendermodule.hxx>#include <memory>#include "dx_winstuff.hxx"Go to the source code of this file.
Classes | |
| struct | dxcanvas::IDXRenderModule |
| Specialization of IRenderModule for DirectX. More... | |
Namespaces | |
| namespace | vcl |
| namespace | basegfx |
| namespace | dxcanvas |
Typedefs | |
| typedef std::shared_ptr< IDXRenderModule > | dxcanvas::IDXRenderModuleSharedPtr |
Functions | |
| IDXRenderModuleSharedPtr | dxcanvas::createRenderModule (const vcl::Window &rParent) |
| Factory method, to create an IRenderModule instance for the given VCL window instance. More... | |