Public Member Functions | |
virtual bool UC_DLL_CALL | decorate (FeHandle *editor, unsigned line, const byte_type *str, unsigned len, IDecoratorListener &dl) |
virtual IFontEnumerator *UC_DLL_CALL | enumFonts (FeHandle *editor) const |
virtual bool UC_DLL_CALL | isFixedLineHeight (FeHandle *editor) const |
virtual void UC_DLL_CALL | onAttach (FeHandle *editor) |
virtual void UC_DLL_CALL | onDetach (FeHandle *editor) |
virtual unsigned UC_DLL_CALL | onTextChange (FeHandle *editor, unsigned line, unsigned byteIdx, unsigned lineFirstByteIdx) |
virtual | ~DecoratorStub () |
virtual fe::DecoratorStub::~DecoratorStub | ( | ) | [inline, virtual] |
virtual void UC_DLL_CALL fe::DecoratorStub::onAttach | ( | FeHandle * | editor | ) | [inline, virtual] |
Does nothing.
Implements fe::IPluggable.
virtual void UC_DLL_CALL fe::DecoratorStub::onDetach | ( | FeHandle * | editor | ) | [inline, virtual] |
Does nothing.
Implements fe::IPluggable.
virtual bool UC_DLL_CALL fe::DecoratorStub::decorate | ( | FeHandle * | editor, | |
unsigned | line, | |||
const byte_type * | str, | |||
unsigned | len, | |||
IDecoratorListener & | dl | |||
) | [inline, virtual] |
Does nothing, just returns true
to indicate success.
Implements fe::IDecorator.
virtual unsigned UC_DLL_CALL fe::DecoratorStub::onTextChange | ( | FeHandle * | editor, | |
unsigned | line, | |||
unsigned | byteIdx, | |||
unsigned | lineFirstByteIdx | |||
) | [inline, virtual] |
Does nothing, just returns byteIdx
.
Implements fe::IDecorator.
virtual IFontEnumerator* UC_DLL_CALL fe::DecoratorStub::enumFonts | ( | FeHandle * | editor | ) | const [inline, virtual] |
Does nothing, just returns 0
.
Implements fe::IDecorator.
virtual bool UC_DLL_CALL fe::DecoratorStub::isFixedLineHeight | ( | FeHandle * | editor | ) | const [inline, virtual] |
Does nothing, just returns false
to indicate that text lines may have variable height.
Implements fe::IDecorator.