]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fsfile.tex
added wxMemoryFSHandler docs
[wxWidgets.git] / docs / latex / wx / fsfile.tex
index 14b54ccd7d156daf8048ca71bf59c1ac95f8d3b1..642ecb21f6f76c3e5fc9f32934f519b854104bd6 100644 (file)
@@ -5,8 +5,8 @@
 
 \section{\class{wxFSFile}}\label{wxfsfile}
 
-This class represents single file opened by \helpref{wxFileSystem}{wxfilesystem}.
-It provides more information than wx's input stream 
+This class represents single file opened by \helpref{wxFileSystem}{wxfilesystem}.
+It provides more information than wxWindow's input stream 
 (stream, filename, mime type, anchor).
 
 {\bf Note:} Any pointer returned by wxFSFile's member is valid
@@ -17,7 +17,11 @@ pointers.
 
 \wxheading{Derived from}
 
-wxObject
+\helpref{wxObject}{wxobject}
+
+\wxheading{Include files}
+
+<wx/filesys.h>
 
 \wxheading{See Also}
 
@@ -108,6 +112,12 @@ Returns MIME type of the content of this file. It is either
 extension-based (see wxMimeTypesManager) or extracted from
 HTTP protocol Content-Type header.
 
+\membersection{wxFSFile::GetModificationTime}\label{wxfsfilegetmodificationtime}
+
+\constfunc{wxDateTime}{GetModificationTime}{\void}
+
+Returns time when this file was modified.
+
 \membersection{wxFSFile::GetStream}\label{wxfsfilegetstream}
 
 \constfunc{wxInputStream*}{GetStream}{\void}