Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > f89abdeb016114b348a5c554d8214329 > files > 9759

kdelibs-apidocs-3.5.4-30.el5.centos.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>kparts: KParts::URLArgs Struct Reference (kparts)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../.."><img id="nav_header_logo" alt="Home" align="left" src="../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>

  <div id="nav_header_title" align="left">KDE API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_right" style="text-align: left;">
/ <a href="../..">API Reference</a>
 / <a href=".">kparts</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <a name="content"></a>


<!-- Generated by Doxygen 1.4.7 -->
<div class="nav">
<a class="el" href="namespaceKParts.html">KParts</a>::<a class="el" href="structKParts_1_1URLArgs.html">URLArgs</a></div>
<h1>KParts::URLArgs Struct Reference</h1><!-- doxytag: class="KParts::URLArgs" --><code>#include &lt;<a class="el" href="browserextension_8h-source.html">browserextension.h</a>&gt;</code>
<p>
<a href="structKParts_1_1URLArgs-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="structKParts_1_1URLArgs.html">URLArgs</a> is a set of arguments bundled into a structure, to allow specifying how a URL should be opened by openURL(). 
<p>
In other words, this is like arguments to openURL(), but without have to change the signature of openURL() (since openURL is a generic <a class="el" href="namespaceKParts.html">KParts</a> method). The parts (with a browser extension) who care about urlargs will use those arguments, others will ignore them.<p>
This can also be used the other way round, when a part asks for a URL to be opened (with openURLRequest or createNewWindow). 
<p>

<p>
Definition at line <a class="el" href="browserextension_8h-source.html#l00057">57</a> of file <a class="el" href="browserextension_8h-source.html">browserextension.h</a>.<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="826a8c05d8cc9b492065deca9ab2589f"></a><!-- doxytag: member="KParts::URLArgs::URLArgs" ref="826a8c05d8cc9b492065deca9ab2589f" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#826a8c05d8cc9b492065deca9ab2589f">URLArgs</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="eefb111d3fd18fbcfaa353e1515a2e06"></a><!-- doxytag: member="KParts::URLArgs::URLArgs" ref="eefb111d3fd18fbcfaa353e1515a2e06" args="(const URLArgs &amp;args)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#eefb111d3fd18fbcfaa353e1515a2e06">URLArgs</a> (const <a class="el" href="structKParts_1_1URLArgs.html">URLArgs</a> &amp;args)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b3fa3ff9ff072c891d62f6988542370f"></a><!-- doxytag: member="KParts::URLArgs::operator=" ref="b3fa3ff9ff072c891d62f6988542370f" args="(const URLArgs &amp;args)" -->
<a class="el" href="structKParts_1_1URLArgs.html">URLArgs</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#b3fa3ff9ff072c891d62f6988542370f">operator=</a> (const <a class="el" href="structKParts_1_1URLArgs.html">URLArgs</a> &amp;args)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1398fa8cddfecc9e0479018825982e50"></a><!-- doxytag: member="KParts::URLArgs::URLArgs" ref="1398fa8cddfecc9e0479018825982e50" args="(bool reload, int xOffset, int yOffset, const QString &amp;serviceType=QString::null)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#1398fa8cddfecc9e0479018825982e50">URLArgs</a> (bool <a class="el" href="structKParts_1_1URLArgs.html#8050ee8bb3a7d7c6b23c6549e6156303">reload</a>, int <a class="el" href="structKParts_1_1URLArgs.html#3a351b9a3d6723e310b5f1adfead1a03">xOffset</a>, int <a class="el" href="structKParts_1_1URLArgs.html#b588209e67f86569d80a08d09e151b83">yOffset</a>, const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;<a class="el" href="structKParts_1_1URLArgs.html#5fc23c30f547e5a7a1a35e0d9b17e17b">serviceType</a>=QString::null)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bfea136588978f7a995fef3505ec6dcb"></a><!-- doxytag: member="KParts::URLArgs::~URLArgs" ref="bfea136588978f7a995fef3505ec6dcb" args="()" -->
virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#bfea136588978f7a995fef3505ec6dcb">~URLArgs</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#49c5e881e93be7baf604a8d162cea964">setContentType</a> (const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;contentType)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#aa8f11b78a6a4e6159e477607dd3ceb7">contentType</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#595243bb3dc3a4269880442f97b1449b">setDoPost</a> (bool enable)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#dff3144249d635b75cb9f87d207bc3e2">doPost</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#7f304d6e8a7731db09d10d1321cc8e88">setLockHistory</a> (bool lock)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="449f8dd09552b4afe443812b949c05c0"></a><!-- doxytag: member="KParts::URLArgs::lockHistory" ref="449f8dd09552b4afe443812b949c05c0" args="() const " -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#449f8dd09552b4afe443812b949c05c0">lockHistory</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#273196506f82bdf0d1dc2d4cfbdbf6cd">setNewTab</a> (bool newTab)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="508b897d984d8e7fda419c1f08c46ba5"></a><!-- doxytag: member="KParts::URLArgs::newTab" ref="508b897d984d8e7fda419c1f08c46ba5" args="() const " -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#508b897d984d8e7fda419c1f08c46ba5">newTab</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:" href="qmap.html">QMap</a>&lt; <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a>, <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#498868b5e78d5e41a3b092f0f8272d97">metaData</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#738299d80149bfcd3cba11b2185c6d20">redirectedRequest</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#b5637cbe1bd9552ab83cbd7ffd2775b8">setRedirectedRequest</a> (bool redirected)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#d67edd57b59d803032a49b675540de3a">setForcesNewWindow</a> (bool forcesNewWindow)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#096e7abe335c5cb04dc7f828faa90276">forcesNewWindow</a> () const </td></tr>

<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#d7e436341da919e82d63bb3c5eab8807">docState</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#8050ee8bb3a7d7c6b23c6549e6156303">reload</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#3a351b9a3d6723e310b5f1adfead1a03">xOffset</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#b588209e67f86569d80a08d09e151b83">yOffset</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#5fc23c30f547e5a7a1a35e0d9b17e17b">serviceType</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:" href="qbytearray.html">QByteArray</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#5c185a473bb70a25e2379701beba2a8d">postData</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#7dbf89b0854f7329aa4a3b023648992c">frameName</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#f2699a38ae6ea0674ed57020f077c5dd">trustedSource</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e12fb0e8208d2fa8a14564b6105d1f82"></a><!-- doxytag: member="KParts::URLArgs::d" ref="e12fb0e8208d2fa8a14564b6105d1f82" args="" -->
URLArgsPrivate *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structKParts_1_1URLArgs.html#e12fb0e8208d2fa8a14564b6105d1f82">d</a></td></tr>

</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="aa8f11b78a6a4e6159e477607dd3ceb7"></a><!-- doxytag: member="KParts::URLArgs::contentType" ref="aa8f11b78a6a4e6159e477607dd3ceb7" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> URLArgs::contentType           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
KHTML-specific field, header defining the type of the POST data. 
<p>

<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00158">158</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<a class="anchor" name="dff3144249d635b75cb9f87d207bc3e2"></a><!-- doxytag: member="KParts::URLArgs::doPost" ref="dff3144249d635b75cb9f87d207bc3e2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool URLArgs::doPost           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
KHTML-specific field, whether to do a POST instead of a GET, for the next openURL. 
<p>

<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00177">177</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<a class="anchor" name="096e7abe335c5cb04dc7f828faa90276"></a><!-- doxytag: member="KParts::URLArgs::forcesNewWindow" ref="096e7abe335c5cb04dc7f828faa90276" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool URLArgs::forcesNewWindow           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Whether the URL specifies to be opened in a new window. 
<p>
<dl compact><dt><b>Since:</b></dt><dd>3.4 </dd></dl>

<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00213">213</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<a class="anchor" name="498868b5e78d5e41a3b092f0f8272d97"></a><!-- doxytag: member="KParts::URLArgs::metaData" ref="498868b5e78d5e41a3b092f0f8272d97" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:" href="qmap.html">QMap</a>&lt; <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a>, <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &gt; &amp; URLArgs::metaData           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Meta-data to associate with the next <a class="el" href="namespaceKIO.html">KIO</a> operation. 
<p>
<dl compact><dt><b>See also:</b></dt><dd>KIO::TransferJob etc. </dd></dl>

<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00163">163</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<a class="anchor" name="738299d80149bfcd3cba11b2185c6d20"></a><!-- doxytag: member="KParts::URLArgs::redirectedRequest" ref="738299d80149bfcd3cba11b2185c6d20" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool URLArgs::redirectedRequest           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl compact><dt><b>Returns:</b></dt><dd>true if the request was a result of a META refresh/redirect request or HTTP redirect. </dd></dl>

<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00153">153</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<a class="anchor" name="49c5e881e93be7baf604a8d162cea964"></a><!-- doxytag: member="KParts::URLArgs::setContentType" ref="49c5e881e93be7baf604a8d162cea964" args="(const QString &amp;contentType)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void URLArgs::setContentType           </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>contentType</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
KHTML-specific field, header defining the type of the POST data. 
<p>

<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00139">139</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<a class="anchor" name="595243bb3dc3a4269880442f97b1449b"></a><!-- doxytag: member="KParts::URLArgs::setDoPost" ref="595243bb3dc3a4269880442f97b1449b" args="(bool enable)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void URLArgs::setDoPost           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>enable</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
KHTML-specific field, whether to do a POST instead of a GET, for the next openURL. 
<p>

<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00170">170</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<a class="anchor" name="d67edd57b59d803032a49b675540de3a"></a><!-- doxytag: member="KParts::URLArgs::setForcesNewWindow" ref="d67edd57b59d803032a49b675540de3a" args="(bool forcesNewWindow)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void URLArgs::setForcesNewWindow           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>forcesNewWindow</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set whether the URL specifies to be opened in a new window. 
<p>
<dl compact><dt><b>Since:</b></dt><dd>3.4 </dd></dl>

<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00206">206</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<a class="anchor" name="7f304d6e8a7731db09d10d1321cc8e88"></a><!-- doxytag: member="KParts::URLArgs::setLockHistory" ref="7f304d6e8a7731db09d10d1321cc8e88" args="(bool lock)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void URLArgs::setLockHistory           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>lock</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Whether to lock the history when opening the next URL. 
<p>
This is used during e.g. a redirection, to avoid a new entry in the history. 
<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00182">182</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<a class="anchor" name="273196506f82bdf0d1dc2d4cfbdbf6cd"></a><!-- doxytag: member="KParts::URLArgs::setNewTab" ref="273196506f82bdf0d1dc2d4cfbdbf6cd" args="(bool newTab)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void URLArgs::setNewTab           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>newTab</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Whether the URL should be opened in a new tab instead in a new window. 
<p>

<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00194">194</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<a class="anchor" name="b5637cbe1bd9552ab83cbd7ffd2775b8"></a><!-- doxytag: member="KParts::URLArgs::setRedirectedRequest" ref="b5637cbe1bd9552ab83cbd7ffd2775b8" args="(bool redirected)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void URLArgs::setRedirectedRequest           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>redirected</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the redirect flag to indicate URL is a result of either a META redirect or HTTP redirect. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>redirected</em>&nbsp;</td><td></td></tr>
  </table>
</dl>

<p>
Definition at line <a class="el" href="browserextension_8cpp-source.html#l00146">146</a> of file <a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a>.
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="d7e436341da919e82d63bb3c5eab8807"></a><!-- doxytag: member="KParts::URLArgs::docState" ref="d7e436341da919e82d63bb3c5eab8807" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> <a class="el" href="structKParts_1_1URLArgs.html#d7e436341da919e82d63bb3c5eab8807">KParts::URLArgs::docState</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This buffer can be used by the part to save and restore its contents. 
<p>
See KHTMLPart for instance. 
<p>
Definition at line <a class="el" href="browserextension_8h-source.html#l00070">70</a> of file <a class="el" href="browserextension_8h-source.html">browserextension.h</a>.
</div>
</div><p>
<a class="anchor" name="7dbf89b0854f7329aa4a3b023648992c"></a><!-- doxytag: member="KParts::URLArgs::frameName" ref="7dbf89b0854f7329aa4a3b023648992c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="el" href="structKParts_1_1URLArgs.html#7dbf89b0854f7329aa4a3b023648992c">KParts::URLArgs::frameName</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The frame in which to open the URL. 
<p>
KHTML/Konqueror-specific. 
<p>
Definition at line <a class="el" href="browserextension_8h-source.html#l00139">139</a> of file <a class="el" href="browserextension_8h-source.html">browserextension.h</a>.
</div>
</div><p>
<a class="anchor" name="5c185a473bb70a25e2379701beba2a8d"></a><!-- doxytag: member="KParts::URLArgs::postData" ref="5c185a473bb70a25e2379701beba2a8d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:" href="qbytearray.html">QByteArray</a> <a class="el" href="structKParts_1_1URLArgs.html#5c185a473bb70a25e2379701beba2a8d">KParts::URLArgs::postData</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
KHTML-specific field, contents of the HTTP POST data. 
<p>

<p>
Definition at line <a class="el" href="browserextension_8h-source.html#l00094">94</a> of file <a class="el" href="browserextension_8h-source.html">browserextension.h</a>.
</div>
</div><p>
<a class="anchor" name="8050ee8bb3a7d7c6b23c6549e6156303"></a><!-- doxytag: member="KParts::URLArgs::reload" ref="8050ee8bb3a7d7c6b23c6549e6156303" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="structKParts_1_1URLArgs.html#8050ee8bb3a7d7c6b23c6549e6156303">KParts::URLArgs::reload</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<code>reload</code> is set when the cache shouldn't be used (forced reload). 
<p>

<p>
Definition at line <a class="el" href="browserextension_8h-source.html#l00075">75</a> of file <a class="el" href="browserextension_8h-source.html">browserextension.h</a>.
</div>
</div><p>
<a class="anchor" name="5fc23c30f547e5a7a1a35e0d9b17e17b"></a><!-- doxytag: member="KParts::URLArgs::serviceType" ref="5fc23c30f547e5a7a1a35e0d9b17e17b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="el" href="structKParts_1_1URLArgs.html#5fc23c30f547e5a7a1a35e0d9b17e17b">KParts::URLArgs::serviceType</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The servicetype (usually mimetype) to use when opening the next URL. 
<p>

<p>
Definition at line <a class="el" href="browserextension_8h-source.html#l00089">89</a> of file <a class="el" href="browserextension_8h-source.html">browserextension.h</a>.
</div>
</div><p>
<a class="anchor" name="f2699a38ae6ea0674ed57020f077c5dd"></a><!-- doxytag: member="KParts::URLArgs::trustedSource" ref="f2699a38ae6ea0674ed57020f077c5dd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="structKParts_1_1URLArgs.html#f2699a38ae6ea0674ed57020f077c5dd">KParts::URLArgs::trustedSource</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If true, the part who asks for a URL to be opened can be 'trusted' to execute applications. 
<p>
For instance, the directory views can be 'trusted' whereas HTML pages are not trusted in that respect. 
<p>
Definition at line <a class="el" href="browserextension_8h-source.html#l00146">146</a> of file <a class="el" href="browserextension_8h-source.html">browserextension.h</a>.
</div>
</div><p>
<a class="anchor" name="3a351b9a3d6723e310b5f1adfead1a03"></a><!-- doxytag: member="KParts::URLArgs::xOffset" ref="3a351b9a3d6723e310b5f1adfead1a03" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structKParts_1_1URLArgs.html#3a351b9a3d6723e310b5f1adfead1a03">KParts::URLArgs::xOffset</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<code>xOffset</code> is the horizontal scrolling of the part's widget (in case it's a scrollview). 
<p>
This is saved into the history and restored when going back in the history. 
<p>
Definition at line <a class="el" href="browserextension_8h-source.html#l00081">81</a> of file <a class="el" href="browserextension_8h-source.html">browserextension.h</a>.
</div>
</div><p>
<a class="anchor" name="b588209e67f86569d80a08d09e151b83"></a><!-- doxytag: member="KParts::URLArgs::yOffset" ref="b588209e67f86569d80a08d09e151b83" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="structKParts_1_1URLArgs.html#b588209e67f86569d80a08d09e151b83">KParts::URLArgs::yOffset</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<code>yOffset</code> vertical scrolling position, xOffset. 
<p>

<p>
Definition at line <a class="el" href="browserextension_8h-source.html#l00085">85</a> of file <a class="el" href="browserextension_8h-source.html">browserextension.h</a>.
</div>
</div><p>
<hr>The documentation for this struct was generated from the following files:<ul>
<li><a class="el" href="browserextension_8h-source.html">browserextension.h</a><li><a class="el" href="browserextension_8cpp-source.html">browserextension.cpp</a></ul>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kparts</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classKParts_1_1BrowserExtension.html">kparts::browserextension</option>,  <option value="classKParts_1_1BrowserHostExtension.html">kparts::browserhostextension</option>,  <option value="classKParts_1_1BrowserInterface.html">kparts::browserinterface</option>,  <option value="classKParts_1_1BrowserRun.html">kparts::browserrun</option>,  <option value="classKParts_1_1DockMainWindow.html">kparts::dockmainwindow</option>,  <option value="classKParts_1_1Event.html">kparts::event</option>,  <option value="classKParts_1_1Factory.html">kparts::factory</option>,  <option value="classKParts_1_1GenericFactory.html">kparts::genericfactory</option>,  <option value="classKParts_1_1GenericFactory_3_01KTypeList_3_01T1_00_01T2_01_4_01_4.html">kparts::genericfactory< ktypelist< t1, t2 > ></option>,  <option value="classKParts_1_1GenericFactoryBase.html">kparts::genericfactorybase</option>,  <option value="classKParts_1_1GUIActivateEvent.html">kparts::guiactivateevent</option>,  <option value="classKParts_1_1HistoryProvider.html">kparts::historyprovider</option>,  <option value="classKParts_1_1LiveConnectExtension.html">kparts::liveconnectextension</option>,  <option value="classKParts_1_1MainWindow.html">kparts::mainwindow</option>,  <option value="classKParts_1_1OpenURLEvent.html">kparts::openurlevent</option>,  <option value="classKParts_1_1Part.html">kparts::part</option>,  <option value="classKParts_1_1PartActivateEvent.html">kparts::partactivateevent</option>,  <option value="classKParts_1_1PartBase.html">kparts::partbase</option>,  <option value="classKParts_1_1PartManager.html">kparts::partmanager</option>,  <option value="classKParts_1_1PartSelectEvent.html">kparts::partselectevent</option>,  <option value="classKParts_1_1Plugin.html">kparts::plugin</option>,  <option value="classKParts_1_1ReadOnlyPart.html">kparts::readonlypart</option>,  <option value="classKParts_1_1ReadWritePart.html">kparts::readwritepart</option>,  <option value="classKParts_1_1StatusBarExtension.html">kparts::statusbarextension</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../arts/html/index.html">arts</a></li><li><a href="../../dcop/html/index.html">dcop</a></li><li><a href="../../dnssd/html/index.html">dnssd</a></li><li><a href="../../interfaces/html/index.html">interfaces</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../interfaces/kimproxy/interface/html/index.html">interface</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../interfaces/kimproxy/library/html/index.html">library</a></li><li>&nbsp;&nbsp;<a href="../../interfaces/kspeech/html/index.html">kspeech</a></li><li>&nbsp;&nbsp;<a href="../../interfaces/ktexteditor/html/index.html">ktexteditor</a></li><li><a href="../../kabc/html/index.html">kabc</a></li><li><a href="../../kate/html/index.html">kate</a></li><li><a href="../../kcmshell/html/index.html">kcmshell</a></li><li><a href="../../kdecore/html/index.html">kdecore</a></li><li><a href="../../kded/html/index.html">kded</a></li><li><a href="../../kdefx/html/index.html">kdefx</a></li><li><a href="../../kdeprint/html/index.html">kdeprint</a></li><li><a href="../../kdesu/html/index.html">kdesu</a></li><li><a href="../../kdeui/html/index.html">kdeui</a></li><li><a href="../../kdoctools/html/index.html">kdoctools</a></li><li><a href="../../khtml/html/index.html">khtml</a></li><li><a href="../../kimgio/html/index.html">kimgio</a></li><li><a href="../../kinit/html/index.html">kinit</a></li><li><a href="../../kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../kio/bookmarks/html/index.html">bookmarks</a></li><li>&nbsp;&nbsp;<a href="../../kio/httpfilter/html/index.html">httpfilter</a></li><li>&nbsp;&nbsp;<a href="../../kio/kfile/html/index.html">kfile</a></li><li>&nbsp;&nbsp;<a href="../../kio/kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../kio/kioexec/html/index.html">kioexec</a></li><li>&nbsp;&nbsp;<a href="../../kio/kpasswdserver/html/index.html">kpasswdserver</a></li><li>&nbsp;&nbsp;<a href="../../kio/kssl/html/index.html">kssl</a></li><li><a href="../../kioslave/html/index.html">kioslave</a></li><li>&nbsp;&nbsp;<a href="../../kioslave/http/html/index.html">http</a></li><li><a href="../../kjs/html/index.html">kjs</a></li><li><a href="../../kmdi/html/index.html">kmdi</a></li><li>&nbsp;&nbsp;<a href="../../kmdi/kmdi/html/index.html">kmdi</a></li><li><a href="../../knewstuff/html/index.html">knewstuff</a></li><li><a href="../../kparts/html/index.html">kparts</a></li><li><a href="../../kresources/html/index.html">kresources</a></li><li><a href="../../kspell2/html/index.html">kspell2</a></li><li><a href="../../kunittest/html/index.html">kunittest</a></li><li><a href="../../kutils/html/index.html">kutils</a></li><li><a href="../../kwallet/html/index.html">kwallet</a></li><li><a href="../../libkmid/html/index.html">libkmid</a></li><li><a href="../../libkscreensaver/html/index.html">libkscreensaver</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#116;&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>