]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/filesysh.tex
A little cleanup for this demo
[wxWidgets.git] / docs / latex / wx / filesysh.tex
index 03d37300becf53b1c72aae2403fcc3edf082be3b..95ba252f4a529d4ea60219709f536722140ff1ed 100644 (file)
@@ -16,6 +16,8 @@ GetAnchor, GetMimeTypeFromExt.
 Please have a look at \helpref{overview}{fs} if you don't know how locations
 are constructed.
 
+Also consult \helpref{list of available handlers}{fs}.
+
 \wxheading{Notes}
 
 \begin{itemize}\itemsep=0pt
@@ -27,7 +29,11 @@ is always an {\bf absolute} path. You don't need to check the FS's current path.
 
 \wxheading{Derived from}
 
-wxObject
+\helpref{wxObject}{wxobject}
+
+\wxheading{Include files}
+
+<wx/filesys.h>
 
 \wxheading{See also}
 
@@ -35,6 +41,9 @@ wxObject
 \helpref{wxFSFile}{wxfsfile}, 
 \helpref{Overview}{fs}
 
+\latexignore{\rtfignore{\wxheading{Members}}}
+
+
 \membersection{wxFileSystemHandler::wxFileSystemHandler}\label{wxfilesystemhandlerwxfilesystemhandler}
 
 \func{}{wxFileSystemHandler}{\void}
@@ -102,7 +111,7 @@ Returns the right location string extracted from {\it location}.
 
 Example : GetRightLocation("file:myzipfile.zip\#zip:index.htm") == "index.htm"
 
-\membersection{wxFileSystemHandler::FindFirst}\label{wxfilesystemfindfirst}
+\membersection{wxFileSystemHandler::FindFirst}\label{wxfilesystemhandlerfindfirst}
 
 \func{virtual wxString}{FindFirst}{\param{const wxString\& }{wildcard}, \param{int }{flags = 0}}
 
@@ -112,13 +121,13 @@ wxFILE (only files), wxDIR (only directories) or 0 (both).
 
 This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} returns TRUE.
 
-\membersection{wxFileSystemHandler::FindNext}\label{wxfilesystemfindnext}
+\membersection{wxFileSystemHandler::FindNext}\label{wxfilesystemhandlerfindnext}
 
 \func{virtual wxString}{FindNext}{\void}
 
 Returns next filename that matches parameters passed to \helpref{FindFirst}{wxfilesystemfindfirst}.
 
-This method is only called if \helpref{CanRead}{wxfilesystemhandlercanread} returns TRUE and FindFirst
+This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} returns TRUE and FindFirst
 returned a non-empty string.
 
 \membersection{wxFileSystemHandler::OpenFile}\label{wxfilesystemhandleropenfile}