Version: 3.1.5
Loading...
Searching...
No Matches
wxHtmlRenderingState Class Reference

#include </cygdrive/c/Users/Hamis/Cygwin-packaging/wxWidgets3.1/wxWidgets3.1-3.1.5-3.x86_64/src/wxWidgets-3.1.5/interface/wx/html/htmlcell.h>

Detailed Description

Selection state is passed to wxHtmlCell::Draw so that it can render itself differently e.g.

when inside text selection or outside it.

Library:  wxHTML

<>< =''>:</>&;&;< =''>\ </></>

Public Member Functions

 wxHtmlRenderingState ()
void SetSelectionState (wxHtmlSelectionState s)
wxHtmlSelectionState GetSelectionState () const
void SetFgColour (const wxColour &c)
const wxColourGetFgColour () const
void SetBgColour (const wxColour &c)
const wxColourGetBgColour () const
void SetBgMode (int m)
int GetBgMode () const

Constructor & Destructor Documentation

◆ wxHtmlRenderingState()

wxHtmlRenderingState::wxHtmlRenderingState ( )

Member Function Documentation

◆ GetBgColour()

const wxColour & wxHtmlRenderingState::GetBgColour ( ) const

◆ GetBgMode()

int wxHtmlRenderingState::GetBgMode ( ) const

◆ GetFgColour()

const wxColour & wxHtmlRenderingState::GetFgColour ( ) const

◆ GetSelectionState()

wxHtmlSelectionState wxHtmlRenderingState::GetSelectionState ( ) const

◆ SetBgColour()

void wxHtmlRenderingState::SetBgColour ( const wxColour & c)

◆ SetBgMode()

void wxHtmlRenderingState::SetBgMode ( int m)

◆ SetFgColour()

void wxHtmlRenderingState::SetFgColour ( const wxColour & c)

◆ SetSelectionState()

void wxHtmlRenderingState::SetSelectionState ( wxHtmlSelectionState s)