#include </home/zeitlin/src/wx/github/interface/wx/html/htmlcell.h>
This class contains information given to cells when drawing them.
Contains rendering state, selection information and rendering style object that can be used to customize the output.
Public Member Functions | |
wxHtmlRenderingInfo () | |
Default ctor. | |
void | SetSelection (wxHtmlSelection *s) |
Accessors. | |
wxHtmlSelection * | GetSelection () const |
Accessors. | |
void | SetStyle (wxHtmlRenderingStyle *style) |
Accessors. | |
wxHtmlRenderingStyle & | GetStyle () |
Accessors. | |
wxHtmlRenderingState & | GetState () |
Accessors. |
wxHtmlRenderingInfo::wxHtmlRenderingInfo | ( | ) |
Default ctor.
wxHtmlSelection* wxHtmlRenderingInfo::GetSelection | ( | ) | const |
Accessors.
wxHtmlRenderingState& wxHtmlRenderingInfo::GetState | ( | ) |
Accessors.
wxHtmlRenderingStyle& wxHtmlRenderingInfo::GetStyle | ( | ) |
Accessors.
void wxHtmlRenderingInfo::SetSelection | ( | wxHtmlSelection * | s | ) |
Accessors.
void wxHtmlRenderingInfo::SetStyle | ( | wxHtmlRenderingStyle * | style | ) |
Accessors.