#include <gr_QtGraphics.h>
Public Member Functions | |
~GR_QtGraphics () | |
virtual UT_uint32 | getClassId () |
virtual GR_Font * | getGUIFont (void) |
virtual void | scroll (UT_sint32, UT_sint32) |
virtual void | scroll (UT_sint32 x_dest, UT_sint32 y_dest, UT_sint32 x_src, UT_sint32 y_src, UT_sint32 width, UT_sint32 height) |
virtual void | setCursor (Cursor c) |
virtual GR_Image * | genImageFromRectangle (const UT_Rect &r) |
Static Public Member Functions | |
static UT_uint32 | s_getClassId () |
static const char * | graphicsDescriptor () |
static GR_Graphics * | graphicsAllocator (GR_AllocInfo &) |
Protected Member Functions | |
GR_QtGraphics () |
GR_QtGraphics::~GR_QtGraphics | ( | ) |
GR_QtGraphics::GR_QtGraphics | ( | ) | [protected] |
Referenced by graphicsAllocator().
Implements GR_Graphics.
virtual UT_uint32 GR_QtGraphics::getClassId | ( | ) | [inline, virtual] |
Implements GR_Graphics.
GR_Font * GR_QtGraphics::getGUIFont | ( | void | ) | [virtual] |
Implements GR_Graphics.
GR_Graphics * GR_QtGraphics::graphicsAllocator | ( | GR_AllocInfo & | info | ) | [static] |
References GR_AllocInfo::getType(), GR_QtGraphics(), UT_return_val_if_fail, and xxx_UT_DEBUGMSG.
Referenced by XAP_QtApp::XAP_QtApp().
static const char* GR_QtGraphics::graphicsDescriptor | ( | ) | [inline, static] |
Referenced by XAP_QtApp::XAP_QtApp().
static UT_uint32 GR_QtGraphics::s_getClassId | ( | ) | [inline, static] |
Referenced by XAP_QtApp::XAP_QtApp().
void GR_QtGraphics::scroll | ( | UT_sint32 | x_dest, | |
UT_sint32 | y_dest, | |||
UT_sint32 | x_src, | |||
UT_sint32 | y_src, | |||
UT_sint32 | width, | |||
UT_sint32 | height | |||
) | [virtual] |
Implements GR_Graphics.
Implements GR_Graphics.
void GR_QtGraphics::setCursor | ( | Cursor | c | ) | [virtual] |
Implements GR_Graphics.