Searched refs:wxHtmlHelpFrame (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpfrm.cpp3 // Purpose: wxHtmlHelpFrame
59 IMPLEMENT_DYNAMIC_CLASS(wxHtmlHelpFrame, wxFrame)
61 BEGIN_EVENT_TABLE(wxHtmlHelpFrame, wxFrame)
62 EVT_ACTIVATE(wxHtmlHelpFrame::OnActivate)
63 EVT_CLOSE(wxHtmlHelpFrame::OnCloseWindow)
65 EVT_MENU(wxID_CLOSE, wxHtmlHelpFrame::OnClose)
66 EVT_MENU(wxID_ABOUT, wxHtmlHelpFrame::OnAbout)
67 EVT_MENU(wxID_HELP_CONTENTS, wxHtmlHelpFrame::OnAbout)
71 wxHtmlHelpFrame::wxHtmlHelpFrame(wxWindo function in class:wxHtmlHelpFrame
[all...]
H A Dhelpctrl.cpp105 wxHtmlHelpFrame* frame = wxDynamicCast(FindTopLevelWindow(), wxHtmlHelpFrame);
155 wxHtmlHelpFrame* wxHtmlHelpController::CreateHelpFrame(wxHtmlHelpData *data)
157 wxHtmlHelpFrame* frame = new wxHtmlHelpFrame(data);
207 wxHtmlHelpFrame* frame = CreateHelpFrame(&m_helpData);
320 wxHtmlHelpFrame* frame = wxDynamicCast(FindTopLevelWindow(), wxHtmlHelpFrame);
335 wxHtmlHelpFrame* frame = wxDynamicCast(FindTopLevelWindow(), wxHtmlHelpFrame);
[all...]
H A Dhelpwnd.cpp706 wxHtmlHelpFrame* parentFrame = wxDynamicCast(GetParent(), wxHtmlHelpFrame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpfrm.h3 // Purpose: wxHtmlHelpFrame
69 class WXDLLIMPEXP_HTML wxHtmlHelpFrame : public wxFrame class in inherits:wxFrame
71 DECLARE_DYNAMIC_CLASS(wxHtmlHelpFrame)
74 wxHtmlHelpFrame(wxHtmlHelpData* data = NULL) { Init(data); } function in class:wxHtmlHelpFrame
75 wxHtmlHelpFrame(wxWindow* parent, wxWindowID wxWindowID,
82 virtual ~wxHtmlHelpFrame();
142 DECLARE_NO_COPY_CLASS(wxHtmlHelpFrame)
H A Dhelpctrl.h40 class WXDLLIMPEXP_FWD_HTML wxHtmlHelpFrame; variable in typeref:class:WXDLLIMPEXP_FWD_HTML
66 wxHtmlHelpFrame* GetFrame() { return m_helpFrame; }
115 virtual wxHtmlHelpFrame* CreateHelpFrame(wxHtmlHelpData *data);
125 wxHtmlHelpFrame* m_helpFrame;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhthlpfrm.tex79 \section{\class{wxHtmlHelpFrame}}\label{wxhtmlhelpframe}
96 \membersection{wxHtmlHelpFrame::wxHtmlHelpFrame}\label{wxhtmlhelpframewxhtmlhelpframe}
98 \func{}{wxHtmlHelpFrame}{\param{wxHtmlHelpData* }{data = NULL}}
100 \func{}{wxHtmlHelpFrame}{\param{wxWindow* }{parent}, \param{int }{wxWindowID}, \param{const wxString\& }{title = wxEmptyString}, \param{int }{style = wxHF\_DEFAULT\_STYLE}, \param{wxHtmlHelpData* }{data = NULL}}
104 \membersection{wxHtmlHelpFrame::AddToolbarButtons}\label{wxhtmlhelpframeaddtoolbarbuttons}
114 \membersection{wxHtmlHelpFrame::Create}\label{wxhtmlhelpframecreate}
121 \membersection{wxHtmlHelpFrame::GetController}\label{wxhtmlhelpframegetcontroller}
127 \membersection{wxHtmlHelpFrame::ReadCustomization}\label{wxhtmlhelpframereadcustomization}
133 \membersection{wxHtmlHelpFrame
[all...]
H A Dhthlpdat.tex9 and \helpref{wxHtmlHelpFrame}{wxhtmlhelpframe} to access HTML help items.
H A Dhthelpct.tex38 \helpref{wxHtmlHelpFrame}{wxhtmlhelpframe},
131 \func{virtual wxHtmlHelpFrame*}{CreateHelpFrame}{\param{wxHtmlHelpData * }{data}}

Completed in 76 milliseconds