Public Member Functions | |
| wxPackageViewerPanel () | |
| Constructors. | |
| wxPackageViewerPanel (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEVIEWERPANEL_IDNAME, const wxPoint &pos=SYMBOL_WXPACKAGEVIEWERPANEL_POSITION, const wxSize &size=SYMBOL_WXPACKAGEVIEWERPANEL_SIZE, long style=SYMBOL_WXPACKAGEVIEWERPANEL_STYLE) | |
| ~wxPackageViewerPanel () | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEVIEWERPANEL_IDNAME, const wxPoint &pos=SYMBOL_WXPACKAGEVIEWERPANEL_POSITION, const wxSize &size=SYMBOL_WXPACKAGEVIEWERPANEL_SIZE, long style=SYMBOL_WXPACKAGEVIEWERPANEL_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | SetPackage (const wxPackage &p) |
| void | SetPackages (const wxPackageArray &arr) |
| void | UpdateSummaryAndDesc () |
| void | Reset () |
| void | SelectSummaryPage () |
| void | SelectDetailsPage () |
| void | SelectReferencePage () |
| void | SelectDownloadQueuePanel () |
| void | SelectTaskQueuePage () |
| void | SetViewMode (const wxString &name) |
| bool | IsOk () const |
| wxPackageCommandQueuePanel * | GetTaskQueuePanel () |
| wxPackageDownloadQueuePanel * | GetDownloadQueuePanel () |
| wxHtmlHelpWindow * | GetEmbeddedHelpWindow () const |
| wxHtmlHelpController * | GetEmbeddedHelpController () const |
| wxPackageHTMLOutputFormat | GetViewMode () const |
| wxString | GetViewModeName () const |
| wxArrayString & | GetDocs () |
| bool | Load (wxConfigBase *, const wxString &path) |
| void | Save (wxConfigBase *, const wxString &path) const |
| bool | LoadViewFormats () |
| void | OnLinkClicked (wxHtmlLinkEvent &ev) |
| void | OnPageChanged (wxNotebookEvent &ev) |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Protected Member Functions | |
| void | InitReference () |
Protected Attributes | |
| wxHtmlWindow * | m_pSummaryHtmlWin |
| wxHtmlWindow * | m_pDetailsHtmlWin |
| wxNotebook * | m_pNotebook |
| wxHtmlHelpWindow * | m_embeddedHelpWindow |
| wxHtmlHelpController * | m_embeddedHelpController |
| wxPackageDownloadQueuePanel * | m_pDownloadQueuePanel |
| wxPackageCommandQueuePanel * | m_pTaskQueuePanel |
| wxArrayString | m_arrDocs |
| List of files to load in the Reference tab. | |
| wxPackageHTMLOutputFormat | m_viewMode |
| The current view mode. | |
| wxString | m_strViewModeName |
| wxString | m_strDefaultSummary |
| Messages shown when no packages are selected. | |
| wxString | m_strDefaultDetails |
| wxPackageArray | m_arrPkg |
| The packages info currently shown. | |
Definition at line 65 of file viewerpanel.h.
1.5.1-p1