Home
last modified time | relevance | path

Searched refs:CHMHtmlWindow (Results 1 – 7 of 7) sorted by relevance

/dports/deskutils/xchm/xchm-1.23/src/
H A Dchmhtmlwindow.cpp42 CHMHtmlWindow::CHMHtmlWindow(wxWindow *parent, wxTreeCtrl *tc, CHMFrame *frame) in CHMHtmlWindow() function in CHMHtmlWindow
63 CHMHtmlWindow::~CHMHtmlWindow() in ~CHMHtmlWindow()
239 void CHMHtmlWindow::ClearSelection() in ClearSelection()
281 void CHMHtmlWindow::OnSize(wxSizeEvent& event) in OnSize()
395 void CHMHtmlWindow::OnChar(wxKeyEvent& event) in OnChar()
453 BEGIN_EVENT_TABLE(CHMHtmlWindow, wxHtmlWindow)
454 EVT_MENU(ID_CopySel, CHMHtmlWindow::OnCopy)
455 EVT_MENU(ID_PopupFind, CHMHtmlWindow::OnFind)
462 EVT_CHAR(CHMHtmlWindow::OnChar)
463 EVT_RIGHT_DOWN(CHMHtmlWindow::OnRightClick)
[all …]
H A Dchmhtmlnotebook.cpp54 CHMHtmlWindow* CHMHtmlNotebook::CreateView() in CreateView()
56 CHMHtmlWindow * htmlWin = new CHMHtmlWindow(this, _tcl, _frame); in CreateView()
70 CHMHtmlWindow* htmlWin = CreateView(); in AddHtmlView()
86 CHMHtmlWindow* CHMHtmlNotebook::GetCurrentPage() in GetCurrentPage()
93 return dynamic_cast<CHMHtmlWindow *>( in GetCurrentPage()
167 CHMHtmlWindow* chw = in SetChildrenFonts()
168 dynamic_cast<CHMHtmlWindow *>(GetPage(nPage)); in SetChildrenFonts()
H A Dchmfinddialog.h34 class CHMHtmlWindow; variable
48 CHMFindDialog(wxWindow *parent, CHMHtmlWindow *toSearch);
61 CHMHtmlWindow* _html;
H A Dchmhtmlnotebook.h38 class CHMHtmlWindow; variable
65 CHMHtmlWindow* GetCurrentPage();
85 CHMHtmlWindow* CreateView();
H A Dchmhtmlwindow.h62 class CHMHtmlWindow : public wxHtmlWindow {
72 CHMHtmlWindow(wxWindow *parent, wxTreeCtrl *tc, CHMFrame* frame);
75 ~CHMHtmlWindow();
H A Dchmfinddialog.cpp32 CHMFindDialog::CHMFindDialog(wxWindow *parent, CHMHtmlWindow *toSearch) in CHMFindDialog()
H A Dchmframe.h39 class CHMHtmlWindow; variable