#include <wx/html/htmlcell.h>
Selection state is passed to wxHtmlCell::Draw so that it can render itself differently e.g.
when inside text selection or outside it.
Public Member Functions | |
wxHtmlRenderingState () | |
void | SetSelectionState (wxHtmlSelectionState s) |
wxHtmlSelectionState | GetSelectionState () const |
void | SetFgColour (const wxColour &c) |
const wxColour & | GetFgColour () const |
void | SetBgColour (const wxColour &c) |
const wxColour & | GetBgColour () const |
void | SetBgMode (int m) |
int | GetBgMode () const |
wxHtmlRenderingState::wxHtmlRenderingState | ( | ) |
const wxColour& wxHtmlRenderingState::GetBgColour | ( | ) | const |
int wxHtmlRenderingState::GetBgMode | ( | ) | const |
const wxColour& wxHtmlRenderingState::GetFgColour | ( | ) | const |
wxHtmlSelectionState wxHtmlRenderingState::GetSelectionState | ( | ) | const |
void wxHtmlRenderingState::SetBgColour | ( | const wxColour & | c | ) |
void wxHtmlRenderingState::SetBgMode | ( | int | m | ) |
void wxHtmlRenderingState::SetFgColour | ( | const wxColour & | c | ) |
void wxHtmlRenderingState::SetSelectionState | ( | wxHtmlSelectionState | s | ) |