Version: 3.2.8
Loading...
Searching...
No Matches
wxHtmlSelection Class Reference

#include <wx/html/htmlcell.h>

Public Member Functions

 wxHtmlSelection ()
void Set (const wxPoint &fromPos, const wxHtmlCell *fromCell, const wxPoint &toPos, const wxHtmlCell *toCell)
void Set (const wxHtmlCell *fromCell, const wxHtmlCell *toCell)
const wxHtmlCellGetFromCell () const
const wxHtmlCellGetToCell () const
const wxPointGetFromPos () const
const wxPointGetToPos () const
void ClearFromToCharacterPos ()
bool AreFromToCharacterPosSet () const
void SetFromCharacterPos (wxCoord pos)
void SetToCharacterPos (wxCoord pos)
wxCoord GetFromCharacterPos () const
wxCoord GetToCharacterPos () const
bool IsEmpty () const

Constructor & Destructor Documentation

◆ wxHtmlSelection()

wxHtmlSelection::wxHtmlSelection ( )

Member Function Documentation

◆ AreFromToCharacterPosSet()

bool wxHtmlSelection::AreFromToCharacterPosSet ( ) const

◆ ClearFromToCharacterPos()

void wxHtmlSelection::ClearFromToCharacterPos ( )

◆ GetFromCell()

const wxHtmlCell * wxHtmlSelection::GetFromCell ( ) const

◆ GetFromCharacterPos()

wxCoord wxHtmlSelection::GetFromCharacterPos ( ) const

◆ GetFromPos()

const wxPoint & wxHtmlSelection::GetFromPos ( ) const

◆ GetToCell()

const wxHtmlCell * wxHtmlSelection::GetToCell ( ) const

◆ GetToCharacterPos()

wxCoord wxHtmlSelection::GetToCharacterPos ( ) const

◆ GetToPos()

const wxPoint & wxHtmlSelection::GetToPos ( ) const

◆ IsEmpty()

bool wxHtmlSelection::IsEmpty ( ) const

◆ Set() [1/2]

void wxHtmlSelection::Set ( const wxHtmlCell * fromCell,
const wxHtmlCell * toCell )

◆ Set() [2/2]

void wxHtmlSelection::Set ( const wxPoint & fromPos,
const wxHtmlCell * fromCell,
const wxPoint & toPos,
const wxHtmlCell * toCell )

◆ SetFromCharacterPos()

void wxHtmlSelection::SetFromCharacterPos ( wxCoord pos)

◆ SetToCharacterPos()

void wxHtmlSelection::SetToCharacterPos ( wxCoord pos)