]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/fildatob.tex
Removed some TODOs in the Latex docs; changed wxMotif wxClipboard to match
[wxWidgets.git] / docs / latex / wx / fildatob.tex
CommitLineData
dface61c
JS
1\section{\class{wxFileDataObject}}\label{wxfiledataobject}
2
3wxFileDataObject is a specialization of wxDataObject for file names.
4
5\wxheading{Derived from}
6
7\helpref{wxDataObject}{wxdataobject}
8
9\wxheading{See also}
10
11\helpref{wxDataObject}{wxdataobject}
12
13\latexignore{\rtfignore{\wxheading{Members}}}
14
15\membersection{wxFileDataObject::wxFileDataObject}\label{wxfiledataobjectwxfiledataobject}
16
17\func{}{wxFileDataObject}{\void}
18
19Constructor.
20
21\membersection{wxFileDataObject::GetFormat}\label{wxfiledataobjectgetformat}
22
23\constfunc{virtual wxDataFormat}{GetFormat}{\void}
24
25Returns wxDF\_FILENAME.
26
27\membersection{wxFileDataObject::AddFile}\label{wxfiledataobjectaddfile}
28
29\func{virtual void}{AddFile}{\param{const wxString\& }{file}}
30
31Adds a filename to the data object.
32
33\membersection{wxFileDataObject::GetFiles}\label{wxfiledataobjectgetfiles}
34
35\constfunc{virtual wxString}{GetFiles}{\void}
36
37Returns files as a zero-separated list.
38