Q3DnsSocket Class Reference

#include <q3dns.h>

Inheritance diagram for Q3DnsSocket:

Inheritance graph
[legend]
Collaboration diagram for Q3DnsSocket:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 135 of file q3dns.h.

Protected Member Functions

 Q3DnsSocket (QObject *, const char *)
virtual ~Q3DnsSocket ()

Private Slots

virtual void cleanCache ()
virtual void retransmit ()
virtual void answer ()


Constructor & Destructor Documentation

Q3DnsSocket::Q3DnsSocket ( QObject ,
const char *   
) [protected]

Definition at line 1532 of file q3dns.cpp.

01533     : QObject( parent, name )
01534 {
01535     // nothing
01536 }

Q3DnsSocket::~Q3DnsSocket (  )  [protected, virtual]

Definition at line 1539 of file q3dns.cpp.

01540 {
01541     // nothing
01542 }


Member Function Documentation

void Q3DnsSocket::cleanCache (  )  [private, virtual, slot]

Definition at line 1545 of file q3dns.cpp.

01546 {
01547     // nothing
01548 }

void Q3DnsSocket::retransmit (  )  [private, virtual, slot]

Definition at line 1551 of file q3dns.cpp.

01552 {
01553     // nothing
01554 }

void Q3DnsSocket::answer (  )  [private, virtual, slot]

Definition at line 1557 of file q3dns.cpp.

01558 {
01559     // nothing
01560 }


The documentation for this class was generated from the following files:
Generated on Thu Mar 15 15:51:53 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1