• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/

Lines Matching refs:wxHtmlWindow

3 // Purpose:     wxHtmlWindow class for parsing & displaying HTML (implementation)
269 // wxHtmlWindow
272 wxList wxHtmlWindow::m_Filters;
273 wxHtmlFilter *wxHtmlWindow::m_DefaultFilter = NULL;
274 wxHtmlProcessorList *wxHtmlWindow::m_GlobalProcessors = NULL;
275 wxCursor *wxHtmlWindow::ms_cursorLink = NULL;
276 wxCursor *wxHtmlWindow::ms_cursorText = NULL;
278 void wxHtmlWindow::CleanUpStatics()
289 void wxHtmlWindow::Init()
318 bool wxHtmlWindow::Create(wxWindow *parent, wxWindowID id,
332 wxHtmlWindow::~wxHtmlWindow()
357 void wxHtmlWindow::SetRelatedFrame(wxFrame* frame, const wxString& format)
366 void wxHtmlWindow::SetRelatedStatusBar(int bar)
374 void wxHtmlWindow::SetFonts(const wxString& normal_face, const wxString& fixed_face, const int *sizes)
382 void wxHtmlWindow::SetStandardFonts(int size,
392 bool wxHtmlWindow::SetPage(const wxString& source)
398 bool wxHtmlWindow::DoSetPage(const wxString& source)
464 bool wxHtmlWindow::AppendToPage(const wxString& source)
469 bool wxHtmlWindow::LoadPage(const wxString& location)
618 bool wxHtmlWindow::LoadFile(const wxFileName& filename)
625 bool wxHtmlWindow::ScrollToAnchor(const wxString& anchor)
645 void wxHtmlWindow::OnSetTitle(const wxString& title)
660 void wxHtmlWindow::CreateLayout()
695 void wxHtmlWindow::ReadCustomization(wxConfigBase *cfg, wxString path)
708 m_Borders = cfg->Read(wxT("wxHtmlWindow/Borders"), m_Borders);
709 p_fff = cfg->Read(wxT("wxHtmlWindow/FontFaceFixed"), m_Parser->m_FontFaceFixed);
710 p_ffn = cfg->Read(wxT("wxHtmlWindow/FontFaceNormal"), m_Parser->m_FontFaceNormal);
713 tmp.Printf(wxT("wxHtmlWindow/FontsSize%i"), i);
724 void wxHtmlWindow::WriteCustomization(wxConfigBase *cfg, wxString path)
735 cfg->Write(wxT("wxHtmlWindow/Borders"), (long) m_Borders);
736 cfg->Write(wxT("wxHtmlWindow/FontFaceFixed"), m_Parser->m_FontFaceFixed);
737 cfg->Write(wxT("wxHtmlWindow/FontFaceNormal"), m_Parser->m_FontFaceNormal);
740 tmp.Printf(wxT("wxHtmlWindow/FontsSize%i"), i);
750 bool wxHtmlWindow::HistoryBack()
777 bool wxHtmlWindow::HistoryCanBack()
784 bool wxHtmlWindow::HistoryForward()
807 bool wxHtmlWindow::HistoryCanForward()
815 void wxHtmlWindow::HistoryClear()
821 void wxHtmlWindow::AddProcessor(wxHtmlProcessor *processor)
840 /*static */ void wxHtmlWindow::AddGlobalProcessor(wxHtmlProcessor *processor)
861 void wxHtmlWindow::AddFilter(wxHtmlFilter *filter)
867 bool wxHtmlWindow::IsSelectionEnabled() const
878 wxString wxHtmlWindow::DoSelectionToText(wxHtmlSelection *sel)
911 wxString wxHtmlWindow::ToText()
925 bool wxHtmlWindow::CopySelection(ClipboardType t)
960 void wxHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo& link)
973 void wxHtmlWindow::OnEraseBackground(wxEraseEvent& event)
1008 void wxHtmlWindow::OnPaint(wxPaintEvent& WXUNUSED(event))
1095 void wxHtmlWindow::OnSize(wxSizeEvent& event)
1114 void wxHtmlWindow::OnMouseMove(wxMouseEvent& WXUNUSED(event))
1119 void wxHtmlWindow::OnMouseDown(wxMouseEvent& event)
1151 void wxHtmlWindow::OnMouseUp(wxMouseEvent& event)
1180 void wxHtmlWindow::OnMouseCaptureLost(wxMouseCaptureLostEvent& WXUNUSED(event))
1194 void wxHtmlWindow::OnInternalIdle()
1282 // of the cells, e.g. if wxHtmlWindow doesn't contain any
1328 void wxHtmlWindow::StopAutoScrolling()
1336 void wxHtmlWindow::OnMouseEnter(wxMouseEvent& event)
1342 void wxHtmlWindow::OnMouseLeave(wxMouseEvent& event)
1407 void wxHtmlWindow::OnKeyUp(wxKeyEvent& event)
1420 void wxHtmlWindow::OnCopy(wxCommandEvent& WXUNUSED(event))
1425 void wxHtmlWindow::OnClipboardEvent(wxClipboardTextEvent& WXUNUSED(event))
1430 void wxHtmlWindow::OnDoubleClick(wxMouseEvent& event)
1445 void wxHtmlWindow::SelectWord(const wxPoint& pos)
1461 void wxHtmlWindow::SelectLine(const wxPoint& pos)
1517 void wxHtmlWindow::SelectAll()
1535 IMPLEMENT_DYNAMIC_CLASS_XTI(wxHtmlWindow, wxScrolledWindow,"wx/html/htmlwin.h")
1537 wxBEGIN_PROPERTIES_TABLE(wxHtmlWindow)
1547 wxBEGIN_HANDLERS_TABLE(wxHtmlWindow)
1550 wxCONSTRUCTOR_5( wxHtmlWindow , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle )
1552 IMPLEMENT_DYNAMIC_CLASS(wxHtmlWindow,wxScrolledWindow)
1555 BEGIN_EVENT_TABLE(wxHtmlWindow, wxScrolledWindow)
1556 EVT_SIZE(wxHtmlWindow::OnSize)
1557 EVT_LEFT_DOWN(wxHtmlWindow::OnMouseDown)
1558 EVT_LEFT_UP(wxHtmlWindow::OnMouseUp)
1559 EVT_RIGHT_UP(wxHtmlWindow::OnMouseUp)
1560 EVT_MOTION(wxHtmlWindow::OnMouseMove)
1561 EVT_ERASE_BACKGROUND(wxHtmlWindow::OnEraseBackground)
1562 EVT_PAINT(wxHtmlWindow::OnPaint)
1564 EVT_LEFT_DCLICK(wxHtmlWindow::OnDoubleClick)
1565 EVT_ENTER_WINDOW(wxHtmlWindow::OnMouseEnter)
1566 EVT_LEAVE_WINDOW(wxHtmlWindow::OnMouseLeave)
1567 EVT_MOUSE_CAPTURE_LOST(wxHtmlWindow::OnMouseCaptureLost)
1568 EVT_KEY_UP(wxHtmlWindow::OnKeyUp)
1569 EVT_MENU(wxID_COPY, wxHtmlWindow::OnCopy)
1570 EVT_TEXT_COPY(wxID_ANY, wxHtmlWindow::OnClipboardEvent)
1575 // wxHtmlWindowInterface implementation in wxHtmlWindow
1578 void wxHtmlWindow::SetHTMLWindowTitle(const wxString& title)
1583 void wxHtmlWindow::OnHTMLLinkClicked(const wxHtmlLinkInfo& link)
1588 wxHtmlOpeningStatus wxHtmlWindow::OnHTMLOpeningURL(wxHtmlURLType type,
1595 wxPoint wxHtmlWindow::HTMLCoordsToWindow(wxHtmlCell *WXUNUSED(cell),
1601 wxWindow* wxHtmlWindow::GetHTMLWindow()
1606 wxColour wxHtmlWindow::GetHTMLBackgroundColour() const
1611 void wxHtmlWindow::SetHTMLBackgroundColour(const wxColour& clr)
1616 void wxHtmlWindow::SetHTMLBackgroundImage(const wxBitmap& bmpBg)
1621 void wxHtmlWindow::SetHTMLStatusText(const wxString& text)
1632 wxCursor wxHtmlWindow::GetDefaultHTMLCursor(HTMLCursor type)
1652 wxCursor wxHtmlWindow::GetHTMLCursor(HTMLCursor type) const
1672 void OnExit() { wxHtmlWindow::CleanUpStatics(); }