Searched refs:wxHtmlCellEvent (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h32 class WXDLLIMPEXP_FWD_HTML wxHtmlCellEvent; variable in typeref:class:WXDLLIMPEXP_FWD_HTML
569 class WXDLLIMPEXP_HTML wxHtmlCellEvent : public wxCommandEvent class in inherits:wxCommandEvent
572 wxHtmlCellEvent() {} function in class:wxHtmlCellEvent
573 wxHtmlCellEvent(wxEventType commandType, int id, function in class:wxHtmlCellEvent
592 virtual wxEvent *Clone() const { return new wxHtmlCellEvent(*this); }
601 DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxHtmlCellEvent)
632 typedef void (wxEvtHandler::*wxHtmlCellEventFunction)(wxHtmlCellEvent&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/test/
H A Dtest.cpp83 void OnHtmlCellHover(wxHtmlCellEvent &event);
84 void OnHtmlCellClicked(wxHtmlCellEvent &event);
323 void MyFrame::OnHtmlCellHover(wxHtmlCellEvent &event)
329 void MyFrame::OnHtmlCellClicked(wxHtmlCellEvent &event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtwindow.tex52 functions that take a \helpref{wxHtmlCellEvent}{wxhtmlcellevent} argument or a \helpref{wxHtmlLinkEvent}{wxhtmllinkevent}.
64 \helpref{wxHtmlLinkEvent}{wxhtmllinkevent}, \helpref{wxHtmlCellEvent}{wxhtmlcellevent}
224 The default behaviour is to emit a \helpref{wxHtmlCellEvent}{wxhtmlcellevent}
250 Default behaviour is to emit a \helpref{wxHtmlCellEvent}{wxhtmlcellevent}.
530 \section{\class{wxHtmlCellEvent}}\label{wxhtmlcellevent}
546 To process input from a wxHtmlCellEvent, use one of these event handler macros to
547 direct input to member function that take a \helpref{wxHtmlCellEvent}{wxhtmlcellevent} argument:
558 \membersection{wxHtmlCellEvent::wxHtmlCellEvent}\label{wxhtmlcelleventctor}
560 \func{}{wxHtmlCellEvent}{\para
[all...]
H A Dhtmllbox.tex41 functions that take a \helpref{wxHtmlCellEvent}{wxhtmlcellevent} argument or a \helpref{wxHtmlLinkEvent}{wxhtmllinkevent}.
256 The event handlers for the following events take a \helpref{wxHtmlCellEvent}{wxhtmlcellevent}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/htlbox/
H A Dhtlbox.cpp135 void OnHtmlCellHover(wxHtmlCellEvent &event);
136 void OnHtmlCellClicked(wxHtmlCellEvent &event);
490 void MyFrame::OnHtmlCellHover(wxHtmlCellEvent &event)
496 void MyFrame::OnHtmlCellClicked(wxHtmlCellEvent &event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp39 IMPLEMENT_DYNAMIC_CLASS(wxHtmlCellEvent, wxCommandEvent)
238 wxHtmlCellEvent ev(wxEVT_COMMAND_HTML_CELL_CLICKED,
259 wxHtmlCellEvent ev(wxEVT_COMMAND_HTML_CELL_HOVER,

Completed in 165 milliseconds