Version: 3.1.0
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 ( )

Member Function Documentation

bool wxHtmlSelection::AreFromToCharacterPosSet ( ) const
void wxHtmlSelection::ClearFromToCharacterPos ( )
const wxHtmlCell* wxHtmlSelection::GetFromCell ( ) const
wxCoord wxHtmlSelection::GetFromCharacterPos ( ) const
const wxPoint& wxHtmlSelection::GetFromPos ( ) const
const wxHtmlCell* wxHtmlSelection::GetToCell ( ) const
wxCoord wxHtmlSelection::GetToCharacterPos ( ) const
const wxPoint& wxHtmlSelection::GetToPos ( ) const
bool wxHtmlSelection::IsEmpty ( ) const
void wxHtmlSelection::Set ( const wxPoint fromPos,
const wxHtmlCell fromCell,
const wxPoint toPos,
const wxHtmlCell toCell 
)
void wxHtmlSelection::Set ( const wxHtmlCell fromCell,
const wxHtmlCell toCell 
)
void wxHtmlSelection::SetFromCharacterPos ( wxCoord  pos)
void wxHtmlSelection::SetToCharacterPos ( wxCoord  pos)