]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/filesysh.tex
1. wxHtmlHelpController and related classes
[wxWidgets.git] / docs / latex / wx / filesysh.tex
index 04159d5e942d44c22d3bf52c618872cc090774e5..80a02a6edb05b6be90f6d659a6b6e2bdeef9ea25 100644 (file)
@@ -3,7 +3,6 @@
 % filesystemhandler.tex at 21/Mar/99 23:00:52
 %
 
-
 \section{\class{wxFileSystemHandler}}\label{wxfilesystemhandler}
 
 wxFileSystemHandler (or derived classes to be exact) is used
@@ -17,7 +16,6 @@ GetAnchor, GetMimeTypeFromExt.
 Please have a look at \helpref{overview}{fs} if you don't know how locations
 are constructed.
 
-
 \wxheading{Notes}
 
 \begin{itemize}
@@ -39,7 +37,6 @@ wxObject
 \helpref{wxFSFile}{wxfsfile},
 \helpref{Overview}{fs}
 
-
 \membersection{wxFileSystemHandler::wxFileSystemHandler}\label{wxfilesystemhandlerwxfilesystemhandler}
 
 \func{}{wxFileSystemHandler}{\void}
@@ -78,15 +75,13 @@ for details how to use it.}
 
 \docparam{location}{The {\bf absolute} location of file.}
 
-
-
 \membersection{wxFileSystemHandler::GetProtocol}\label{wxfilesystemhandlergetprotocol}
 
 \constfunc{wxString}{GetProtocol}{\param{const wxString\& }{location}}
 
 Returns protocol string extracted from {\it location}. 
 
-Example : GetProtocol("file:myzipfile.zip\#zip:index.htm") == "zip"
+Example: GetProtocol("file:myzipfile.zip\#zip:index.htm") == "zip"
 
 \membersection{wxFileSystemHandler::GetLeftLocation}\label{wxfilesystemhandlergetleftlocation}
 
@@ -94,8 +89,7 @@ Example : GetProtocol("file:myzipfile.zip\#zip:index.htm") == "zip"
 
 Returns left location string extracted from {\it location}. 
 
-Example : GetLeftLocation("file:myzipfile.zip\#zip:index.htm") == "file:myzipfile.zip"
-
+Example: GetLeftLocation("file:myzipfile.zip\#zip:index.htm") == "file:myzipfile.zip"
 
 \membersection{wxFileSystemHandler::GetAnchor}\label{wxfilesystemhandlergetanchor}
 
@@ -116,7 +110,6 @@ Returns right location string extracted from {\it location}.
 
 Example : GetRightLocation("file:myzipfile.zip\#zip:index.htm") == "index.htm"
 
-
 \membersection{wxFileSystemHandler::GetMimeTypeFromExt}\label{wxfilesystemhandlergetmimetypefromext}
 
 \func{wxString}{GetMimeTypeFromExt}{\param{const wxString\& }{location}}