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

📄 classphttpfield.html

📁 pwlib开发文档
💻 HTML
📖 第 1 页 / 共 3 页
字号:
  <tr>    <td>      &nbsp;    </td>    <td><p>Convert the field input to HTML for inclusion into the HTTP page.     </td>  </tr></table><a name="a13" doxytag="PHTTPField::GetHTMLTag"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual void PHTTPField::GetHTMLTag </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="classPHTML.html">PHTML</a> &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>html</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const<code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Convert the field to HTML form tag for inclusion into the HTTP page. <p>Implemented in <a class="el" href="classPHTTPCompositeField.html#a5">PHTTPCompositeField</a>, <a class="el" href="classPHTTPSubForm.html#a2">PHTTPSubForm</a>, <a class="el" href="classPHTTPFieldArray.html#a4">PHTTPFieldArray</a>, <a class="el" href="classPHTTPStringField.html#a3">PHTTPStringField</a>, <a class="el" href="classPHTTPPasswordField.html#a3">PHTTPPasswordField</a>, <a class="el" href="classPHTTPIntegerField.html#a3">PHTTPIntegerField</a>, <a class="el" href="classPHTTPBooleanField.html#a3">PHTTPBooleanField</a>, <a class="el" href="classPHTTPRadioField.html#a9">PHTTPRadioField</a>, and <a class="el" href="classPHTTPSelectField.html#a5">PHTTPSelectField</a>.    </td>  </tr></table><a name="a2" doxytag="PHTTPField::GetName"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="classPCaselessString.html">PCaselessString</a>&amp; PHTTPField::GetName </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const<code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the identifier name of the field.<p><dl compact><dt><b>Returns: </b></dt><dd> String for field name. </dl>    </td>  </tr></table><a name="a6" doxytag="PHTTPField::GetTitle"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="classPString.html">PString</a>&amp; PHTTPField::GetTitle </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const<code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the title of the field.<p><dl compact><dt><b>Returns: </b></dt><dd> String for title placed next to the field. </dl>    </td>  </tr></table><a name="a17" doxytag="PHTTPField::GetValue"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual <a class="el" href="classPString.html">PString</a> PHTTPField::GetValue </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">BOOL&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>dflt</em> = FALSE          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const<code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the string value of the field.<p><dl compact><dt><b>Returns: </b></dt><dd> String for field value. </dl><p>Implemented in <a class="el" href="classPHTTPCompositeField.html#a8">PHTTPCompositeField</a>, <a class="el" href="classPHTTPStringField.html#a4">PHTTPStringField</a>, <a class="el" href="classPHTTPPasswordField.html#a4">PHTTPPasswordField</a>, <a class="el" href="classPHTTPIntegerField.html#a4">PHTTPIntegerField</a>, <a class="el" href="classPHTTPBooleanField.html#a5">PHTTPBooleanField</a>, <a class="el" href="classPHTTPRadioField.html#a11">PHTTPRadioField</a>, and <a class="el" href="classPHTTPSelectField.html#a6">PHTTPSelectField</a>.    </td>  </tr></table><a name="a19" doxytag="PHTTPField::LoadFromConfig"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual void PHTTPField::LoadFromConfig </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="classPConfig.html">PConfig</a> &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>cfg</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Get the value of the <a class="el" href="classPConfig.html">PConfig</a> to the sub-field. If the field is not composite then it always sets the value as for the non-indexed version. <p>Reimplemented in <a class="el" href="classPHTTPCompositeField.html#a10">PHTTPCompositeField</a>, <a class="el" href="classPHTTPFieldArray.html#a5">PHTTPFieldArray</a>, <a class="el" href="classPHTTPIntegerField.html#a6">PHTTPIntegerField</a>, and <a class="el" href="classPHTTPBooleanField.html#a7">PHTTPBooleanField</a>.    </td>  </tr></table><a name="a5" doxytag="PHTTPField::LocateName"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual const PHTTPField* PHTTPField::LocateName </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const <a class="el" href="classPString.html">PString</a> &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>name</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const<code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Locate the field naem, recusing down for composite fields.<p><dl compact><dt><b>Returns: </b></dt><dd> Pointer to located field, or NULL if not found. </dl><p>Reimplemented in <a class="el" href="classPHTTPCompositeField.html#a2">PHTTPCompositeField</a>.    </td>  </tr></table><a name="a11" doxytag="PHTTPField::NewField"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual PHTTPField* PHTTPField::NewField </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [pure virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Create a new field of the same class as the current field.<p><dl compact><dt><b>Returns: </b></dt><dd> New field object instance. </dl><p>Implemented in <a class="el" href="classPHTTPCompositeField.html#a3">PHTTPCompositeField</a>, <a class="el" href="classPHTTPSubForm.html#a1">PHTTPSubForm</a>, <a class="el" href="classPHTTPFieldArray.html#a2">PHTTPFieldArray</a>, <a class="el" href="classPHTTPStringField.html#a2">PHTTPStringField</a>, <a class="el" href="classPHTTPPasswordField.html#a2">PHTTPPasswordField</a>, <a class="el" href="classPHTTPIntegerField.html#a2">PHTTPIntegerField</a>, <a class="el" href="classPHTTPBooleanField.html#a2">PHTTPBooleanField</a>, <a class="el" href="classPHTTPRadioField.html#a8">PHTTPRadioField</a>, and <a class="el" href="classPHTTPSelectField.html#a4">PHTTPSelectField</a>.    </td>  </tr></table><a name="a25" doxytag="PHTTPField::NotYetInHTML"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> BOOL PHTTPField::NotYetInHTML </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const<code> [inline]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="a20" doxytag="PHTTPField::SaveToConfig"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual void PHTTPField::SaveToConfig </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top"><a class="el" href="classPConfig.html">PConfig</a> &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>cfg</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap> const<code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Set the value of the sub-field into the <a class="el" href="classPConfig.html">PConfig</a>. If the field is not composite then it always sets the value as for the non-indexed version. <p>Reimplemented in <a class="el" href="classPHTTPCompositeField.html#a11">PHTTPCompositeField</a>, <a class="el" href="classPHTTPFieldArray.html#a6">PHTTPFieldArray</a>, <a class="el" href="classPHTTPIntegerField.html#a7">PHTTPIntegerField</a>, and <a class="el" href="classPHTTPBooleanField.html#a8">PHTTPBooleanField</a>.    </td>  </tr></table><a name="a23" doxytag="PHTTPField::SetAllValues"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> virtual void PHTTPField::SetAllValues </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const <a class="el" href="classPStringToString.html">PStringToString</a> &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap>&nbsp; <em>data</em>          </td>          <td class="md" valign="top">)&nbsp;</td>          <td class="md" nowrap><code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Set the value of the field in a list of fields. <p>Reimplemented in <a class="el" href="classPHTTPCompositeField.html#a13">PHTTPCompositeField</a>, and <a class="el" href="classPHTTPFieldArray.html#a7">PHTTPFieldArray</a>.    </td>  </tr></table><a name="a10" doxytag="PHTTPField::SetHelp"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void PHTTPField::SetHelp </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const <a class="el" href="classPString.html">PString</a> &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>hotLinkURL</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="classPString.html">PString</a> &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>imageURL</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="classPString.html">PString</a> &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>imageText</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>

⌨️ 快捷键说明

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