📄 html_8h-source.html
字号:
<a name="l00480"></a><a class="code" href="classPHTML_1_1Abbrev.html">00480</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1Abbrev.html">Abbrev</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00481"></a><a class="code" href="classPHTML_1_1Abbrev.html#a0">00481</a> <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1Abbrev.html#a0">Abbrev</a>() : <a class="code" href="classPHTML_1_1Element.html">Element</a>("ABBREV", NULL, InAbbrev, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00482 };<a name="l00483"></a><a class="code" href="classPHTML_1_1InsertedText.html">00483</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1InsertedText.html">InsertedText</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00484"></a><a class="code" href="classPHTML_1_1InsertedText.html#a0">00484</a> <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1InsertedText.html#a0">InsertedText</a>()00485 : <a class="code" href="classPHTML_1_1Element.html">Element</a>("INS", NULL, InInsertedText, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00486 };<a name="l00487"></a><a class="code" href="classPHTML_1_1DeletedText.html">00487</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1DeletedText.html">DeletedText</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {<a name="l00488"></a><a class="code" href="classPHTML_1_1DeletedText.html#a0">00488</a> <span class="keyword">public</span>: <a class="code" href="classPHTML_1_1DeletedText.html#a0">DeletedText</a>()00489 : <a class="code" href="classPHTML_1_1Element.html">Element</a>("DEL", NULL, InDeletedText, InBody, <a class="code" href="classPHTML_1_1Element.html#t4t0">NoCRLF</a>) { }00490 };00491 00492 <a name="l00493"></a><a class="code" href="classPHTML_1_1SimpleList.html">00493</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1SimpleList.html">SimpleList</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00494 <span class="keyword">public</span>:00495 <a class="code" href="classPHTML_1_1SimpleList.html#a0">SimpleList</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00496 <span class="keyword">protected</span>:00497 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1SimpleList.html#b0">AddAttr</a>(<a class="code" href="classPHTML.html">PHTML</a> & html) <span class="keyword">const</span>;00498 };00499 <a name="l00500"></a><a class="code" href="classPHTML_1_1BulletList.html">00500</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1BulletList.html">BulletList</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00501 <span class="keyword">public</span>:00502 <a class="code" href="classPHTML_1_1BulletList.html#a0">BulletList</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00503 };00504 <a name="l00505"></a><a class="code" href="classPHTML_1_1OrderedList.html">00505</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1OrderedList.html">OrderedList</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00506 <span class="keyword">public</span>:00507 <a class="code" href="classPHTML_1_1OrderedList.html#a0">OrderedList</a>(<span class="keywordtype">int</span> seqNum = 0, <span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00508 <span class="keyword">protected</span>:00509 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1OrderedList.html#b0">AddAttr</a>(<a class="code" href="classPHTML.html">PHTML</a> & html) <span class="keyword">const</span>;00510 <span class="keyword">private</span>:00511 <span class="keywordtype">int</span> sequenceNum;00512 };00513 <a name="l00514"></a><a class="code" href="classPHTML_1_1DefinitionList.html">00514</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1DefinitionList.html">DefinitionList</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00515 <span class="keyword">public</span>:00516 <a class="code" href="classPHTML_1_1DefinitionList.html#a0">DefinitionList</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00517 };00518 <a name="l00519"></a><a class="code" href="classPHTML_1_1ListHeading.html">00519</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1ListHeading.html">ListHeading</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00520 <span class="keyword">public</span>:00521 <a class="code" href="classPHTML_1_1ListHeading.html#a0">ListHeading</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00522 };00523 <a name="l00524"></a><a class="code" href="classPHTML_1_1ListItem.html">00524</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1ListItem.html">ListItem</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00525 <span class="keyword">public</span>:00526 <a class="code" href="classPHTML_1_1ListItem.html#a0">ListItem</a>(<span class="keywordtype">int</span> skip = 0, <span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00527 <span class="keyword">protected</span>:00528 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1ListItem.html#b0">AddAttr</a>(<a class="code" href="classPHTML.html">PHTML</a> & html) <span class="keyword">const</span>;00529 <span class="keyword">private</span>:00530 <span class="keywordtype">int</span> skipSeq;00531 };00532 <a name="l00533"></a><a class="code" href="classPHTML_1_1DefinitionTerm.html">00533</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1DefinitionTerm.html">DefinitionTerm</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00534 <span class="keyword">public</span>:00535 <a class="code" href="classPHTML_1_1DefinitionTerm.html#a0">DefinitionTerm</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00536 <span class="keyword">protected</span>:00537 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1DefinitionTerm.html#b0">Output</a>(<a class="code" href="classPHTML.html">PHTML</a> & html) <span class="keyword">const</span>;00538 };00539 <a name="l00540"></a><a class="code" href="classPHTML_1_1DefinitionItem.html">00540</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1DefinitionItem.html">DefinitionItem</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00541 <span class="keyword">public</span>:00542 <a class="code" href="classPHTML_1_1DefinitionItem.html#a0">DefinitionItem</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00543 <span class="keyword">protected</span>:00544 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1DefinitionItem.html#b0">Output</a>(<a class="code" href="classPHTML.html">PHTML</a> & html) <span class="keyword">const</span>;00545 };00546 00547 <a name="l00548"></a><a class="code" href="classPHTML.html#s53">00548</a> <span class="keyword">enum</span> <a class="code" href="classPHTML.html#s53">BorderCodes</a> {00549 <a class="code" href="classPHTML.html#s53s44">NoBorder</a>,00550 <a class="code" href="classPHTML.html#s53s45">Border</a>00551 };<a name="l00552"></a><a class="code" href="classPHTML_1_1TableStart.html">00552</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1TableStart.html">TableStart</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00553 <span class="keyword">public</span>:00554 <a class="code" href="classPHTML_1_1TableStart.html#a0">TableStart</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00555 <a class="code" href="classPHTML_1_1TableStart.html#a0">TableStart</a>(BorderCodes border, <span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00556 <span class="keyword">protected</span>:00557 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1TableStart.html#b0">Output</a>(<a class="code" href="classPHTML.html">PHTML</a> & html) <span class="keyword">const</span>;00558 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1TableStart.html#b1">AddAttr</a>(<a class="code" href="classPHTML.html">PHTML</a> & html) <span class="keyword">const</span>;00559 <span class="keyword">private</span>:00560 BOOL borderFlag;00561 };<a name="l00562"></a><a class="code" href="classPHTML.html#l0">00562</a> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classPHTML_1_1TableStart.html">TableStart</a>;00563 <a name="l00564"></a><a class="code" href="classPHTML_1_1TableEnd.html">00564</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1TableEnd.html">TableEnd</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00565 <span class="keyword">public</span>:00566 <a class="code" href="classPHTML_1_1TableEnd.html#a0">TableEnd</a>();00567 <span class="keyword">protected</span>:00568 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1TableEnd.html#b0">Output</a>(<a class="code" href="classPHTML.html">PHTML</a> & html) <span class="keyword">const</span>;00569 };<a name="l00570"></a><a class="code" href="classPHTML.html#l1">00570</a> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classPHTML_1_1TableEnd.html">TableEnd</a>;00571 <a name="l00572"></a><a class="code" href="classPHTML_1_1TableRow.html">00572</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1TableRow.html">TableRow</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00573 <span class="keyword">public</span>:00574 <a class="code" href="classPHTML_1_1TableRow.html#a0">TableRow</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00575 };00576 <a name="l00577"></a><a class="code" href="classPHTML_1_1TableHeader.html">00577</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1TableHeader.html">TableHeader</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00578 <span class="keyword">public</span>:00579 <a class="code" href="classPHTML_1_1TableHeader.html#a0">TableHeader</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00580 };00581 <a name="l00582"></a><a class="code" href="classPHTML_1_1TableData.html">00582</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1TableData.html">TableData</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00583 <span class="keyword">public</span>:00584 <a class="code" href="classPHTML_1_1TableData.html#a0">TableData</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> * attr = NULL);00585 };00586 00587 <a name="l00588"></a><a class="code" href="classPHTML_1_1Form.html">00588</a> <span class="keyword">class </span><a class="code" href="classPHTML_1_1Form.html">Form</a> : <span class="keyword">public</span> <a class="code" href="classPHTML_1_1Element.html">Element</a> {00589 <span class="keyword">public</span>:00590 <a class="code" href="classPHTML_1_1Form.html#a0">Form</a>(00591 <span class="keyword">const</span> <span class="keywordtype">char</span> * method = NULL,00592 <span class="keyword">const</span> <span class="keywordtype">char</span> * action = NULL,00593 <span class="keyword">const</span> <span class="keywordtype">char</span> * encoding = NULL,00594 <span class="keyword">const</span> <span class="keywordtype">char</span> * script = NULL00595 );00596 <span class="keyword">protected</span>:00597 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPHTML_1_1Form.html#b0">AddAttr</a>(<a class="code" href="classPHTML.html">PHTML</a> & html) <span
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -