⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 html_8h-source.html

📁 pwlib开发文档
💻 HTML
📖 第 1 页 / 共 5 页
字号:
00362       <span class="keyword">private</span>:00363         <span class="keyword">const</span> <span class="keywordtype">char</span> * altString;00364         <span class="keywordtype">int</span> width, height;00365     };00366 <a name="l00367"></a><a class="code" href="classPHTML_1_1HRule.html">00367</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1HRule.html">HRule</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1ImageElement.html">ImageElement</a> {00368       <span class="keyword">public</span>:00369         <a class="code" href="classPHTML_1_1HRule.html#a0">HRule</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * image = NULL, <span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00370     };00371 <a name="l00372"></a><a class="code" href="classPHTML_1_1Note.html">00372</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Note.html">Note</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1ImageElement.html">ImageElement</a> {00373       <span class="keyword">public</span>:00374         <a class="code" href="classPHTML_1_1Note.html#a0">Note</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * image = NULL, <span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00375     };00376 <a name="l00377"></a><a class="code" href="classPHTML_1_1Address.html">00377</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Address.html">Address</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00378       <span class="keyword">public</span>:00379         <a class="code" href="classPHTML_1_1Address.html#a0">Address</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00380     };00381 <a name="l00382"></a><a class="code" href="classPHTML_1_1BlockQuote.html">00382</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1BlockQuote.html">BlockQuote</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00383       <span class="keyword">public</span>:00384         <a class="code" href="classPHTML_1_1BlockQuote.html#a0">BlockQuote</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00385     };00386 <a name="l00387"></a><a class="code" href="classPHTML_1_1Credit.html">00387</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Credit.html">Credit</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00388       <span class="keyword">public</span>:00389         <a class="code" href="classPHTML_1_1Credit.html#a0">Credit</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00390     };00391 <a name="l00392"></a><a class="code" href="classPHTML_1_1SetTab.html">00392</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1SetTab.html">SetTab</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00393       <span class="keyword">public</span>:00394         <a class="code" href="classPHTML_1_1SetTab.html#a0">SetTab</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * id, <span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00395       <span class="keyword">protected</span>:00396         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1SetTab.html#b0">AddAttr</a>(<a class="code" href="classPHTML.html">PHTML</a> &amp; html) <span class="keyword">const</span>;00397       <span class="keyword">private</span>:00398         <span class="keyword">const</span> <span class="keywordtype">char</span> * ident;00399     };00400 <a name="l00401"></a><a class="code" href="classPHTML_1_1Tab.html">00401</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Tab.html">Tab</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00402       <span class="keyword">public</span>:00403         <a class="code" href="classPHTML_1_1Tab.html#a0">Tab</a>(<span class="keywordtype">int</span> indent, <span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00404         <a class="code" href="classPHTML_1_1Tab.html#a0">Tab</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * id, <span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00405       <span class="keyword">protected</span>:00406         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1Tab.html#b0">AddAttr</a>(<a class="code" href="classPHTML.html">PHTML</a> &amp; html) <span class="keyword">const</span>;00407       <span class="keyword">private</span>:00408         <span class="keyword">const</span> <span class="keywordtype">char</span> * ident;00409         <span class="keywordtype">int</span> indentSize;00410     };00411 00412 <a name="l00413"></a><a class="code" href="classPHTML_1_1Bold.html">00413</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Bold.html">Bold</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00414"></a><a class="code" href="classPHTML_1_1Bold.html#a0">00414</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Bold.html#a0">Bold</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("B", NULL, InBold, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00415     };<a name="l00416"></a><a class="code" href="classPHTML_1_1Italic.html">00416</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Italic.html">Italic</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00417"></a><a class="code" href="classPHTML_1_1Italic.html#a0">00417</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Italic.html#a0">Italic</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("I", NULL, InItalic, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00418     };<a name="l00419"></a><a class="code" href="classPHTML_1_1TeleType.html">00419</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1TeleType.html">TeleType</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00420"></a><a class="code" href="classPHTML_1_1TeleType.html#a0">00420</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1TeleType.html#a0">TeleType</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("TT", NULL, InTeleType, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00421     };<a name="l00422"></a><a class="code" href="classPHTML_1_1Underline.html">00422</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Underline.html">Underline</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00423"></a><a class="code" href="classPHTML_1_1Underline.html#a0">00423</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Underline.html#a0">Underline</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("U", NULL, InUnderline, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00424     };<a name="l00425"></a><a class="code" href="classPHTML_1_1StrikeThrough.html">00425</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1StrikeThrough.html">StrikeThrough</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00426"></a><a class="code" href="classPHTML_1_1StrikeThrough.html#a0">00426</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1StrikeThrough.html#a0">StrikeThrough</a>()00427                       : <a class="code" href="classPHTML_1_1Element.html">Element</a>("S", NULL, InStrikeThrough, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00428     };<a name="l00429"></a><a class="code" href="classPHTML_1_1Big.html">00429</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Big.html">Big</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00430"></a><a class="code" href="classPHTML_1_1Big.html#a0">00430</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Big.html#a0">Big</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("BIG", NULL, InBig, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00431     };<a name="l00432"></a><a class="code" href="classPHTML_1_1Small.html">00432</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Small.html">Small</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00433"></a><a class="code" href="classPHTML_1_1Small.html#a0">00433</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Small.html#a0">Small</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("SMALL", NULL, InSmall, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00434     };<a name="l00435"></a><a class="code" href="classPHTML_1_1Subscript.html">00435</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Subscript.html">Subscript</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00436"></a><a class="code" href="classPHTML_1_1Subscript.html#a0">00436</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Subscript.html#a0">Subscript</a>()00437                         : <a class="code" href="classPHTML_1_1Element.html">Element</a>("SUB", NULL, InSubscript, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00438     };<a name="l00439"></a><a class="code" href="classPHTML_1_1Superscript.html">00439</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Superscript.html">Superscript</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00440"></a><a class="code" href="classPHTML_1_1Superscript.html#a0">00440</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Superscript.html#a0">Superscript</a>()00441                       : <a class="code" href="classPHTML_1_1Element.html">Element</a>("SUP", NULL, InSuperscript, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00442     };<a name="l00443"></a><a class="code" href="classPHTML_1_1Emphasis.html">00443</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Emphasis.html">Emphasis</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00444"></a><a class="code" href="classPHTML_1_1Emphasis.html#a0">00444</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Emphasis.html#a0">Emphasis</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("EM", NULL, InEmphasis, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00445     };<a name="l00446"></a><a class="code" href="classPHTML_1_1Cite.html">00446</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Cite.html">Cite</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00447"></a><a class="code" href="classPHTML_1_1Cite.html#a0">00447</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Cite.html#a0">Cite</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("CITE", NULL, InCite, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00448     };<a name="l00449"></a><a class="code" href="classPHTML_1_1Strong.html">00449</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Strong.html">Strong</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00450"></a><a class="code" href="classPHTML_1_1Strong.html#a0">00450</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Strong.html#a0">Strong</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("STRONG", NULL, InStrong, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00451     };<a name="l00452"></a><a class="code" href="classPHTML_1_1Code.html">00452</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Code.html">Code</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00453"></a><a class="code" href="classPHTML_1_1Code.html#a0">00453</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Code.html#a0">Code</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("CODE", NULL, InCode, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00454     };<a name="l00455"></a><a class="code" href="classPHTML_1_1Sample.html">00455</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Sample.html">Sample</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00456"></a><a class="code" href="classPHTML_1_1Sample.html#a0">00456</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Sample.html#a0">Sample</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("SAMP", NULL, InSample, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00457     };<a name="l00458"></a><a class="code" href="classPHTML_1_1Keyboard.html">00458</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Keyboard.html">Keyboard</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00459"></a><a class="code" href="classPHTML_1_1Keyboard.html#a0">00459</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Keyboard.html#a0">Keyboard</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("KBD", NULL, InKeyboard, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00460     };<a name="l00461"></a><a class="code" href="classPHTML_1_1Variable.html">00461</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Variable.html">Variable</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00462"></a><a class="code" href="classPHTML_1_1Variable.html#a0">00462</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Variable.html#a0">Variable</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("VAR", NULL, InVariable, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00463     };<a name="l00464"></a><a class="code" href="classPHTML_1_1Definition.html">00464</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Definition.html">Definition</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00465"></a><a class="code" href="classPHTML_1_1Definition.html#a0">00465</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Definition.html#a0">Definition</a>()00466                        : <a class="code" href="classPHTML_1_1Element.html">Element</a>("DFN", NULL, InDefinition, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00467     };<a name="l00468"></a><a class="code" href="classPHTML_1_1Quote.html">00468</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Quote.html">Quote</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00469"></a><a class="code" href="classPHTML_1_1Quote.html#a0">00469</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Quote.html#a0">Quote</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("Q", NULL, InQuote, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00470     };<a name="l00471"></a><a class="code" href="classPHTML_1_1Author.html">00471</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Author.html">Author</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00472"></a><a class="code" href="classPHTML_1_1Author.html#a0">00472</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Author.html#a0">Author</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("AU", NULL, InAuthor, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00473     };<a name="l00474"></a><a class="code" href="classPHTML_1_1Person.html">00474</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Person.html">Person</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00475"></a><a class="code" href="classPHTML_1_1Person.html#a0">00475</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Person.html#a0">Person</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("PERSON", NULL, InPerson, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00476     };<a name="l00477"></a><a class="code" href="classPHTML_1_1Acronym.html">00477</a>     <span class="keyword">class </span><a class="code" href="classPHTML_1_1Acronym.html">Acronym</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00478"></a><a class="code" href="classPHTML_1_1Acronym.html#a0">00478</a>       <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Acronym.html#a0">Acronym</a>():<a class="code" href="classPHTML_1_1Element.html">Element</a>("ACRONYM", NULL, InAcronym, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00479     };

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -