Searched refs:wxHtmlHelpController (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhelp.h37 #define wxHelpController wxHtmlHelpController
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpctrl.cpp3 // Purpose: wxHtmlHelpController
41 IMPLEMENT_DYNAMIC_CLASS(wxHtmlHelpController, wxHelpControllerBase)
43 wxHtmlHelpController::wxHtmlHelpController(int style, wxWindow* parentWindow): function in class:wxHtmlHelpController
55 wxHtmlHelpController::~wxHtmlHelpController()
64 void wxHtmlHelpController::DestroyHelpWindow()
86 void wxHtmlHelpController::OnCloseFrame(wxCloseEvent& evt)
102 void wxHtmlHelpController::SetTitleFormat(const wxString& title)
116 wxWindow* wxHtmlHelpController
[all...]
H A Dhelpfrm.cpp84 m_helpController = (wxHtmlHelpController*) NULL;
187 if (m_helpController && m_helpController->IsKindOf(CLASSINFO(wxHtmlHelpController)))
189 ((wxHtmlHelpController*) m_helpController)->OnCloseFrame(evt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpdlg.h35 class WXDLLIMPEXP_FWD_HTML wxHtmlHelpController; variable in typeref:class:WXDLLIMPEXP_FWD_HTML
56 wxHtmlHelpController* GetController() const { return m_helpController; }
59 void SetController(wxHtmlHelpController* controller) { m_helpController = controller; }
81 wxHtmlHelpController* m_helpController;
H A Dhelpfrm.h66 class WXDLLIMPEXP_FWD_HTML wxHtmlHelpController; variable in typeref:class:WXDLLIMPEXP_FWD_HTML
88 wxHtmlHelpController* GetController() const { return m_helpController; }
91 void SetController(wxHtmlHelpController* controller) { m_helpController = controller; }
137 wxHtmlHelpController* m_helpController;
H A Dhelpctrl.h3 // Purpose: wxHtmlHelpController
43 class WXDLLIMPEXP_HTML wxHtmlHelpController : public wxHelpControllerBase // wxEvtHandler class in inherits:wxHelpControllerBase
45 DECLARE_DYNAMIC_CLASS(wxHtmlHelpController)
48 wxHtmlHelpController(int style = wxHF_DEFAULT_STYLE, wxWindow* parentWindow = NULL);
49 virtual ~wxHtmlHelpController();
128 DECLARE_NO_COPY_CLASS(wxHtmlHelpController)
H A Dhelpwnd.h71 class WXDLLIMPEXP_FWD_HTML wxHtmlHelpController; variable in typeref:class:WXDLLIMPEXP_FWD_HTML
97 wxHtmlHelpController* GetController() const { return m_helpController; }
98 void SetController(wxHtmlHelpController* controller);
250 wxHtmlHelpController* m_helpController;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.h43 bool OpenBook(wxHtmlHelpController* controller);
46 wxHtmlHelpController* GetHelpController() { return m_helpController; }
57 wxHtmlHelpController* m_helpController;
H A Dclient.h22 wxHtmlHelpController *m_help;
H A Dhelpview.cpp205 m_helpController = new wxHtmlHelpController( istyle );
273 bool hvApp::OpenBook(wxHtmlHelpController* controller)
H A Dclient.cpp125 m_help = new wxHtmlHelpController();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbbrowse.h29 wxHtmlHelpController *p_Help; // Help System
H A Ddoc.h55 wxHtmlHelpController *p_Help;
H A Ddbbrowse.cpp241 frame->p_Help = new wxHtmlHelpController(); // construct the Help System
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dhelpbest.cpp53 // try wxHtmlHelpController
54 wxHtmlHelpController *
55 html = new wxHtmlHelpController(m_style, m_parentWindow);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/helpview/
H A Dhelpview.cpp51 wxHtmlHelpController * help;
81 help = new wxHtmlHelpController(wxHF_DEFAULT_STYLE|wxHF_OPEN_FILES);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhthlpfrm.tex8 This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
29 Constructor. For the values of {\it style}, please see the documentation for \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}.
50 \constfunc{wxHtmlHelpController* }{GetController}{\void}
58 Reads the user's settings for this dialog see \helpref{wxHtmlHelpController::ReadCustomization}{wxhtmlhelpcontrollerreadcustomization})
62 \func{void}{SetController}{\param{wxHtmlHelpController* }{contoller}}
77 Saves the user's settings for this dialog (see \helpref{wxHtmlHelpController::WriteCustomization}{wxhtmlhelpcontrollerwritecustomization}).
81 This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
102 Constructor. For the values of {\it style}, please see the documentation for \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}.
123 \constfunc{wxHtmlHelpController* }{GetController}{\void}
131 Reads the user's settings for this frame see \helpref{wxHtmlHelpController
[all...]
H A Dhthelpct.tex6 \section{\class{wxHtmlHelpController}}\label{wxhtmlhelpcontroller}
17 is recommended that you use the enhanced capabilities of wxHtmlHelpController's API.
53 \membersection{wxHtmlHelpController::wxHtmlHelpController}\label{wxhtmlhelpcontrollerwxhtmlhelpcontroller}
55 \func{}{wxHtmlHelpController}{\param{int }{style = wxHF\_DEFAULT\_STYLE}, \param{wxWindow* }{parentWindow = NULL}}
93 \membersection{wxHtmlHelpController::AddBook}\label{wxhtmlhelpcontrolleraddbook}
122 \membersection{wxHtmlHelpController::CreateHelpDialog}\label{wxhtmlhelpcontrollercreatehelpdialog}
129 \membersection{wxHtmlHelpController::CreateHelpFrame}\label{wxhtmlhelpcontrollercreatehelpframe}
136 \membersection{wxHtmlHelpController::Display}\label{wxhtmlhelpcontrollerdisplay}
169 \membersection{wxHtmlHelpController
[all...]
H A Dhelpinst.tex23 \item On all other platforms, wxHtmlHelpController is used if wxHTML is
40 not available, \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}. You need to provide
45 \item \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}, a sophisticated help controller using \helpref{wxHTML}{wxhtml}, in
66 <wx/html/helpctrl.h> (wxHTML based help controller: wxHtmlHelpController)
70 \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}, \helpref{wxHTML}{wxhtml}
81 wxCHMHelpController, wxWinHelpController and wxHtmlHelpController, as the
103 wxHtmlHelpController, the extensions zip, htb and hhp will be appended while searching for
118 {\it wxHtmlHelpController:} {\it sectionNo} is an identifier as specified in the {\tt .hhc} file. See \helpref{Help files format}{helpformat}.
163 {\it wxHtmlHelpController:} {\it sectionNo} is an identifier as specified in the {\tt .hhc} file. See \helpref{Help files format}{helpformat}.
180 wxHtmlHelpController return
[all...]
H A Dhtmlhlpf.tex7 (See \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller} for help controller description.)
64 - it is used only when you use \helpref{wxHtmlHelpController::Display(int)}{wxhtmlhelpcontrollerdisplay}
H A Dhthlpdat.tex8 This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
H A Dhtmlstrt.tex26 See \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}.
H A Dlibs.tex104 \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/help/
H A Dhelp.cpp57 wxHtmlHelpController help;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Ddemo.cpp116 wxHtmlHelpController& GetAdvancedHtmlHelpController() { return m_advancedHtmlHelp; }
152 wxHtmlHelpController m_advancedHtmlHelp;
153 wxHtmlHelpController m_embeddedHtmlHelp;

Completed in 206 milliseconds

12