Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2137

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<class name="QNetworkAddressEntry" doc="/**
&lt;p&gt;The &lt;a href=&quot;QNetworkAddressEntry.html#QNetworkAddressEntry(com.trolltech.qt.network.QNetworkAddressEntry)&quot;&gt;&lt;tt&gt;QNetworkAddressEntry&lt;/tt&gt;&lt;/a&gt; class stores one IP address supported by a network interface, along with its associated netmask and broadcast address.&lt;/p&gt;
&lt;p&gt;Each network interface can contain zero or more IP addresses, which in turn can be associated with a netmask and/or a broadcast address (depending on support from the operating system).&lt;/p&gt;
&lt;p&gt;This class represents one such group.&lt;/p&gt;
 */">
    <method name="public QNetworkAddressEntry()" doc="/**
&lt;p&gt;Constructs an empty &lt;a href=&quot;QNetworkAddressEntry.html#QNetworkAddressEntry(com.trolltech.qt.network.QNetworkAddressEntry)&quot;&gt;&lt;tt&gt;QNetworkAddressEntry&lt;/tt&gt;&lt;/a&gt; object.&lt;/p&gt;
 */"/>
    <method name="public QNetworkAddressEntry(com.trolltech.qt.network.QNetworkAddressEntry other)" doc="/**
&lt;p&gt;Constructs a &lt;a href=&quot;QNetworkAddressEntry.html#QNetworkAddressEntry(com.trolltech.qt.network.QNetworkAddressEntry)&quot;&gt;&lt;tt&gt;QNetworkAddressEntry&lt;/tt&gt;&lt;/a&gt; object that is a copy of the object &lt;tt&gt;other&lt;/tt&gt;.&lt;/p&gt;
 */"/>
    <method name="public final com.trolltech.qt.network.QHostAddress broadcast()" doc="/**
&lt;p&gt;Returns the broadcast address associated with the IPv4 address and netmask. It can usually be derived from those two by setting to 1 the bits of the IP address where the netmask contains a 0. (In other words, by bitwise-OR'ing the IP address with the inverse of the netmask)&lt;/p&gt;
&lt;p&gt;This member is always empty for IPv6 addresses, since the concept of broadcast has been abandoned in that system in favor of multicast. In particular, the group of hosts corresponding to all the nodes in the local network can be reached by the &amp;quot;all-nodes&amp;quot; special multicast group (address FF02::1).&lt;/p&gt;

@see &lt;a href=&quot;QNetworkAddressEntry.html#setBroadcast(com.trolltech.qt.network.QHostAddress)&quot;&gt;&lt;tt&gt;setBroadcast&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.network.QHostAddress ip()" doc="/**
&lt;p&gt;This function returns one IPv4 or IPv6 address found, that was found in a network interface.&lt;/p&gt;

@see &lt;a href=&quot;QNetworkAddressEntry.html#setIp(com.trolltech.qt.network.QHostAddress)&quot;&gt;&lt;tt&gt;setIp&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.network.QHostAddress netmask()" doc="/**
&lt;p&gt;Returns the netmask associated with the IP address. The netmask is expressed in the form of an IP address, such as 255.255.0&amp;#x2e;0&amp;#x2e;&lt;/p&gt;
&lt;p&gt;For IPv6 addresses, the prefix length is converted to an address where the number of bits set to 1 is equal to the prefix length. For a prefix length of 64 bits (the most common value), the netmask will be expressed as a &lt;a href=&quot;QHostAddress.html&quot;&gt;&lt;tt&gt;QHostAddress&lt;/tt&gt;&lt;/a&gt; holding the address FFFF:FFFF:FFFF:FFFF::&lt;/p&gt;

@see &lt;a href=&quot;QNetworkAddressEntry.html#setNetmask(com.trolltech.qt.network.QHostAddress)&quot;&gt;&lt;tt&gt;setNetmask&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setBroadcast(com.trolltech.qt.network.QHostAddress newBroadcast)" doc="/**
&lt;p&gt;Sets the broadcast IP address of this &lt;a href=&quot;QNetworkAddressEntry.html#QNetworkAddressEntry(com.trolltech.qt.network.QNetworkAddressEntry)&quot;&gt;&lt;tt&gt;QNetworkAddressEntry&lt;/tt&gt;&lt;/a&gt; object to &lt;tt&gt;newBroadcast&lt;/tt&gt;.&lt;/p&gt;

@see &lt;a href=&quot;QNetworkAddressEntry.html#broadcast()&quot;&gt;&lt;tt&gt;broadcast&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setIp(com.trolltech.qt.network.QHostAddress newIp)" doc="/**
&lt;p&gt;Sets the IP address the &lt;a href=&quot;QNetworkAddressEntry.html#QNetworkAddressEntry(com.trolltech.qt.network.QNetworkAddressEntry)&quot;&gt;&lt;tt&gt;QNetworkAddressEntry&lt;/tt&gt;&lt;/a&gt; object contains to &lt;tt&gt;newIp&lt;/tt&gt;.&lt;/p&gt;

@see &lt;a href=&quot;QNetworkAddressEntry.html#ip()&quot;&gt;&lt;tt&gt;ip&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setNetmask(com.trolltech.qt.network.QHostAddress newNetmask)" doc="/**
&lt;p&gt;Sets the netmask that this &lt;a href=&quot;QNetworkAddressEntry.html#QNetworkAddressEntry(com.trolltech.qt.network.QNetworkAddressEntry)&quot;&gt;&lt;tt&gt;QNetworkAddressEntry&lt;/tt&gt;&lt;/a&gt; object contains to &lt;tt&gt;newNetmask&lt;/tt&gt;.&lt;/p&gt;

@see &lt;a href=&quot;QNetworkAddressEntry.html#netmask()&quot;&gt;&lt;tt&gt;netmask&lt;/tt&gt;&lt;/a&gt; */"/>
</class>