Searched refs:wxHtmlTag (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmltag.h3 // Purpose: wxHtmlTag class (represents single tag)
52 // wxHtmlTag
57 class WXDLLIMPEXP_HTML wxHtmlTag : public wxObject class in inherits:wxObject
59 DECLARE_CLASS(wxHtmlTag)
62 // constructs wxHtmlTag object based on HTML tag.
65 wxHtmlTag(wxHtmlTag *parent,
71 virtual ~wxHtmlTag();
73 wxHtmlTag *GetParent() const {return m_Parent;}
74 wxHtmlTag *GetFirstSiblin
[all...]
H A Dhtmlpars.h80 wxHtmlTag *GetCurrentTag() const { return m_CurTag; }
121 wxString GetInnerSource(const wxHtmlTag& tag);
135 void CreateDOMSubTree(wxHtmlTag *cur,
151 virtual void AddTag(const wxHtmlTag& tag);
155 wxHtmlTag *m_CurTag;
156 wxHtmlTag *m_Tags;
223 virtual bool HandleTag(const wxHtmlTag& tag) = 0;
228 void ParseInner(const wxHtmlTag& tag)
H A Dm_templ.h49 bool HandleTag(const wxHtmlTag& varib)
H A Dhtmlcell.h434 void SetAlign(const wxHtmlTag& tag);
439 void SetWidthFloat(const wxHtmlTag& tag, double pixel_scale = 1.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmltag.cpp3 // Purpose: wxHtmlTag class (represents single tag)
35 // this is "pos" value passed to wxHtmlTag's constructor.
214 // wxHtmlTag
217 IMPLEMENT_CLASS(wxHtmlTag,wxObject)
219 wxHtmlTag::wxHtmlTag(wxHtmlTag *parent, function in class:wxHtmlTag
371 wxHtmlTag::~wxHtmlTag()
373 wxHtmlTag *t
[all...]
H A Dhtmlpars.cpp59 wxHtmlTag *m_curTag;
60 wxHtmlTag *m_tags;
143 void wxHtmlParser::CreateDOMSubTree(wxHtmlTag *cur,
202 wxHtmlTag *chd;
204 chd = new wxHtmlTag(cur, m_Source,
208 chd = new wxHtmlTag(NULL, m_Source,
256 wxHtmlTag *t1, *t2;
310 wxHtmlTag *t = m_CurTag;
320 void wxHtmlParser::AddTag(const wxHtmlTag& tag)
434 wxString wxHtmlParser::GetInnerSource(const wxHtmlTag
[all...]
H A Dm_tables.cpp100 wxHtmlTableCell(wxHtmlContainerCell *parent, const wxHtmlTag& tag, double pixel_scale = 1.0);
107 void AddRow(const wxHtmlTag& tag);
108 void AddCell(wxHtmlContainerCell *cell, const wxHtmlTag& tag);
126 wxHtmlTableCell::wxHtmlTableCell(wxHtmlContainerCell *parent, const wxHtmlTag& tag, double pixel_scale)
225 void wxHtmlTableCell::AddRow(const wxHtmlTag& tag)
244 void wxHtmlTableCell::AddCell(wxHtmlContainerCell *cell, const wxHtmlTag& tag)
H A Dhelpdata.cpp163 bool HandleTag(const wxHtmlTag& tag);
177 bool HP_TagHandler::HandleTag(const wxHtmlTag& tag)
H A Dhtmlcell.cpp1157 void wxHtmlContainerCell::SetAlign(const wxHtmlTag& tag)
1177 void wxHtmlContainerCell::SetWidthFloat(const wxHtmlTag& tag, double pixel_scale)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dapplet.cpp51 const wxHtmlTag& ,
H A Dappletwindow.cpp160 const wxHtmlTag& params,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/applet/
H A Dapplet.h62 const wxHtmlTag& params,
H A Dwindow.h149 const wxHtmlTag &params,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhttag.tex6 \section{\class{wxHtmlTag}}\label{wxhtmltag}
21 \membersection{wxHtmlTag::wxHtmlTag}\label{wxhtmltagwxhtmltag}
23 \func{}{wxHtmlTag}{\param{wxHtmlTag *}{parent}, \param{const wxString\& }{source},
27 Constructor. You will probably never have to construct a wxHtmlTag object
31 \membersection{wxHtmlTag::GetAllParams}\label{wxhtmltaggetallparams}
41 \membersection{wxHtmlTag::GetBeginPos}\label{wxhtmltaggetbeginpos}
55 \membersection{wxHtmlTag::GetEndPos1}\label{wxhtmltaggetendpos1}
69 \membersection{wxHtmlTag
[all...]
H A Dhttaghnd.tex19 \helpref{wxHtmlTag}{wxhtmltag}
45 \func{virtual bool}{HandleTag}{\param{const wxHtmlTag\& }{tag}}
49 info (see \helpref{wxHtmlTag}{wxhtmltag} for details).
59 bool MyHandler::HandleTag(const wxHtmlTag& tag)
73 \func{void}{ParseInner}{\param{const wxHtmlTag\& }{tag}}
H A Dhtparser.tex37 \helpref{wxHtmlTag}{wxhtmltag}
49 \func{void}{AddTag}{\param{const wxHtmlTag\& }{tag}}
54 {\it tag} contains information about the tag. (See \helpref{wxHtmlTag}{wxhtmltag}
H A Dhtcontnr.tex82 \func{void}{SetAlign}{\param{const wxHtmlTag\& }{tag}}
205 \func{void}{SetWidthFloat}{\param{const wxHtmlTag\& }{tag}, \param{double }{pixel\_scale = 1.0}}
H A DwxPython.tex349 \item \helpref{wxHtmlTag}{wxhtmltag}

Completed in 143 milliseconds