#include <packageutils.h>
Public Member Functions | |
| wxPackageHTMLOutputFormat (const wxString &name=wxEmptyString, const wxString &desc=wxEmptyString, const wxString &summary=wxEmptyString, const wxString &details=wxEmptyString, wxPackageSubstituteInfoContext ctx=wxPSIC_INVALID) | |
| bool | operator== (const wxPackageHTMLOutputFormat &fmt) const |
| bool | operator!= (const wxPackageHTMLOutputFormat &fmt) const |
| wxString | GetName () const |
| wxString | GetDescription () const |
| wxString | GetSummary () const |
| wxString | GetDetails () const |
| wxPackageSubstituteInfoContext | GetContext () const |
| wxString | GetContextStr () const |
| wxString | GetSummaryFor (const wxPackageInfo &pkg) const |
| wxString | GetDetailsFor (const wxPackageInfo &pkg) const |
| bool | IsOk () const |
| bool | Load (const wxString &dirname) |
Protected Attributes | |
| wxString | m_strName |
| wxString | m_strDescription |
| wxPackageSubstituteInfoContext | m_ctx |
| wxString | m_strSummary |
| wxString | m_strDetails |
Friends | |
| class | wxPackageHTMLOutputFormatXMLDescriptor |
Definition at line 405 of file packageutils.h.
1.5.1-p1