#include <fox16_htmlctx.hpp>
|
void | addMediaPath (const char *s) |
|
void | dump () |
|
| FOX16_HtmlCtx (uint32_t flags) |
|
HTML_FONT * | getFont (const char *fontName, int fontSize, uint32_t fontFlags) |
|
int | getHeight () |
|
HTML_IMAGE * | getImage (const char *imageName) |
|
int | getWidth () |
|
int | layout (int width, int height) |
|
void | paint (FXDC *dc, int xOffset, int yOffset) |
|
void | paintAt (FXDC *dc, int xOffset, int yOffset, int xText, int yText, int w, int h) |
|
void | setBackgroundColor (FXColor c) |
|
void | setForegroundColor (FXColor c) |
|
void | setText (const char *s) |
|
| ~FOX16_HtmlCtx () |
|
|
FXFont * | _getFoxFont (HTML_FONT *fnt) |
|
void | _paint (FXDC *dc, HTML_OBJECT *o, int xOffset, int yOffset) |
|
void | _paintAt (FXDC *dc, HTML_OBJECT *o, int xOffset, int yOffset, int xText, int yText, int w, int h) |
|
uint32_t | getColorFromName (const char *name) |
|
int | getTextHeight (HTML_FONT *fnt, const char *s) |
|
int | getTextWidth (HTML_FONT *fnt, const char *s) |
|
Definition at line 22 of file fox16_htmlctx.hpp.
◆ FOX16_HtmlCtx()
◆ ~FOX16_HtmlCtx()
◆ _getFoxFont()
◆ _paint()
void _paint |
( |
FXDC * |
dc, |
|
|
HTML_OBJECT * |
o, |
|
|
int |
xOffset, |
|
|
int |
yOffset |
|
) |
| |
|
protected |
◆ _paintAt()
void _paintAt |
( |
FXDC * |
dc, |
|
|
HTML_OBJECT * |
o, |
|
|
int |
xOffset, |
|
|
int |
yOffset, |
|
|
int |
xText, |
|
|
int |
yText, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
|
protected |
◆ addMediaPath()
void addMediaPath |
( |
const char * |
s | ) |
|
◆ dump()
◆ getColorFromName()
uint32_t getColorFromName |
( |
const char * |
name | ) |
|
|
protected |
◆ getFont()
HTML_FONT* getFont |
( |
const char * |
fontName, |
|
|
int |
fontSize, |
|
|
uint32_t |
fontFlags |
|
) |
| |
◆ getHeight()
◆ getImage()
◆ getTextHeight()
int getTextHeight |
( |
HTML_FONT * |
fnt, |
|
|
const char * |
s |
|
) |
| |
|
protected |
◆ getTextWidth()
int getTextWidth |
( |
HTML_FONT * |
fnt, |
|
|
const char * |
s |
|
) |
| |
|
protected |
◆ getWidth()
◆ layout()
int layout |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
◆ paint()
void paint |
( |
FXDC * |
dc, |
|
|
int |
xOffset, |
|
|
int |
yOffset |
|
) |
| |
◆ paintAt()
void paintAt |
( |
FXDC * |
dc, |
|
|
int |
xOffset, |
|
|
int |
yOffset, |
|
|
int |
xText, |
|
|
int |
yText, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
◆ setBackgroundColor()
void setBackgroundColor |
( |
FXColor |
c | ) |
|
◆ setForegroundColor()
void setForegroundColor |
( |
FXColor |
c | ) |
|
◆ setText()
void setText |
( |
const char * |
s | ) |
|
◆ FOX16_HtmlCtxLinker
friend class FOX16_HtmlCtxLinker |
|
friend |
◆ _bgColor
◆ _context
◆ _fgColor
◆ _font
◆ m_iconSource
FXIconSource* m_iconSource |
|
protected |
The documentation for this class was generated from the following file: