]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ipvaddr.tex
wxRichTextAttr does not exist anymore - document instead wxTextAttr
[wxWidgets.git] / docs / latex / wx / ipvaddr.tex
index fef4c521a7e9aad1b19906b16dcee78aa4ce04e7..74bc9787b3dfecc04baf49174deffa495f34b86d 100644 (file)
@@ -5,7 +5,9 @@
 
 \wxheading{Derived from}
 
 
 \wxheading{Derived from}
 
-\helpref{wxIPaddress}{wxipaddress}
+\helpref{wxIPaddress}{wxipaddress}\\
+\helpref{wxSockAddress}{wxsockaddress}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
 
 \wxheading{Include files}
 
@@ -20,7 +22,7 @@
 % Hostname
 %
 
 % Hostname
 %
 
-\membersection{wxIPV4address::Hostname}
+\membersection{wxIPV4address::Hostname}\label{wxipv4addresshostname}
 
 \func{bool}{Hostname}{\param{const wxString\&}{ hostname}}
 
 
 \func{bool}{Hostname}{\param{const wxString\&}{ hostname}}
 
@@ -32,12 +34,6 @@ or an IP-style address in dot notation (a.b.c.d)
 Returns true on success, false if something goes wrong
 (invalid hostname or invalid IP address).
 
 Returns true on success, false if something goes wrong
 (invalid hostname or invalid IP address).
 
-%
-% Hostname
-%
-
-\membersection{wxIPV4address::Hostname}
-
 \func{wxString}{Hostname}{\void}
 
 Returns the hostname which matches the IP address.
 \func{wxString}{Hostname}{\void}
 
 Returns the hostname which matches the IP address.
@@ -46,7 +42,7 @@ Returns the hostname which matches the IP address.
 % IPAddress
 %
 
 % IPAddress
 %
 
-\membersection{wxIPV4address::IPAddress}
+\membersection{wxIPV4address::IPAddress}\label{wxipv4addressipaddress}
 
 \func{wxString}{IPAddress}{\void}
 
 
 \func{wxString}{IPAddress}{\void}
 
@@ -56,7 +52,7 @@ Returns a wxString containing the IP address in dot quad (127.0.0.1) format.
 % Service
 %
 
 % Service
 %
 
-\membersection{wxIPV4address::Service}
+\membersection{wxIPV4address::Service}\label{wxipv4addressservice}
 
 \func{bool}{Service}{\param{const wxString\&}{ service}}
 
 
 \func{bool}{Service}{\param{const wxString\&}{ service}}
 
@@ -67,12 +63,6 @@ Set the port to that corresponding to the specified {\it service}.
 Returns true on success, false if something goes wrong
 (invalid service).
 
 Returns true on success, false if something goes wrong
 (invalid service).
 
-%
-% Service
-%
-
-\membersection{wxIPV4address::Service}
-
 \func{bool}{Service}{\param{unsigned short}{ service}}
 
 Set the port to that corresponding to the specified {\it service}.
 \func{bool}{Service}{\param{unsigned short}{ service}}
 
 Set the port to that corresponding to the specified {\it service}.
@@ -82,12 +72,6 @@ Set the port to that corresponding to the specified {\it service}.
 Returns true on success, false if something goes wrong
 (invalid service).
 
 Returns true on success, false if something goes wrong
 (invalid service).
 
-%
-% Service
-%
-
-\membersection{wxIPV4address::Service}
-
 \func{unsigned short}{Service}{\void}
 
 Returns the current service.
 \func{unsigned short}{Service}{\void}
 
 Returns the current service.