#include <gr_Abi_StandardSymbolsShaper.h>
Classes | |
struct | AbiTextProperties |
Public Member Functions | |
void | setGraphics (class GR_Graphics *) |
class GR_Graphics * | getGraphics (void) const |
Static Public Member Functions | |
static SmartPtr < GR_Abi_StandardSymbolsShaper > | create (void) |
Protected Member Functions | |
GR_Abi_StandardSymbolsShaper (void) | |
virtual | ~GR_Abi_StandardSymbolsShaper () |
virtual AreaRef | getGlyphArea (const SmartPtr< class AreaFactory > &, Char8, const scaled &) const |
AreaRef | shapeChar (MathVariant, const class MathFormattingContext &, UT_UCS4Char) const |
Static Protected Member Functions | |
static const AbiTextProperties & | getTextProperties (MathVariant=NORMAL_VARIANT) |
Protected Attributes | |
class GR_Graphics * | m_pGraphics |
GR_Abi_StandardSymbolsShaper::GR_Abi_StandardSymbolsShaper | ( | void | ) | [protected] |
Referenced by create().
GR_Abi_StandardSymbolsShaper::~GR_Abi_StandardSymbolsShaper | ( | ) | [protected, virtual] |
static SmartPtr<GR_Abi_StandardSymbolsShaper> GR_Abi_StandardSymbolsShaper::create | ( | void | ) | [inline, static] |
References GR_Abi_StandardSymbolsShaper().
virtual AreaRef GR_Abi_StandardSymbolsShaper::getGlyphArea | ( | const SmartPtr< class AreaFactory > & | , | |
Char8 | , | |||
const scaled & | ||||
) | const [protected, virtual] |
class GR_Graphics* GR_Abi_StandardSymbolsShaper::getGraphics | ( | void | ) | const [inline] |
References m_pGraphics.
static const AbiTextProperties& GR_Abi_StandardSymbolsShaper::getTextProperties | ( | MathVariant | = NORMAL_VARIANT |
) | [static, protected] |
void GR_Abi_StandardSymbolsShaper::setGraphics | ( | class GR_Graphics * | pGr | ) |
References m_pGraphics.
AreaRef GR_Abi_StandardSymbolsShaper::shapeChar | ( | MathVariant | , | |
const class MathFormattingContext & | , | |||
UT_UCS4Char | ||||
) | const [protected] |
class GR_Graphics* GR_Abi_StandardSymbolsShaper::m_pGraphics [protected] |
Referenced by getGraphics(), and setGraphics().