Version: 3.2.8
Loading...
Searching...
No Matches

#include <wx/html/htmlcell.h>

Detailed Description

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.

Library:  wxHTML
Category:  HTML
See also
Cells and Containers, wxHtmlCell

Public Member Functions

 wxHtmlRenderingInfo ()
 Default ctor.
void SetSelection (wxHtmlSelection *s)
 Accessors.
wxHtmlSelectionGetSelection () const
void SetStyle (wxHtmlRenderingStyle *style)
wxHtmlRenderingStyleGetStyle ()
wxHtmlRenderingStateGetState ()

Constructor & Destructor Documentation

◆ wxHtmlRenderingInfo()

wxHtmlRenderingInfo::wxHtmlRenderingInfo ( )

Default ctor.

Member Function Documentation

◆ GetSelection()

wxHtmlSelection * wxHtmlRenderingInfo::GetSelection ( ) const

◆ GetState()

wxHtmlRenderingState & wxHtmlRenderingInfo::GetState ( )

◆ GetStyle()

wxHtmlRenderingStyle & wxHtmlRenderingInfo::GetStyle ( )

◆ SetSelection()

void wxHtmlRenderingInfo::SetSelection ( wxHtmlSelection * s)

Accessors.

◆ SetStyle()

void wxHtmlRenderingInfo::SetStyle ( wxHtmlRenderingStyle * style)