954b8ae603
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
43 lines
977 B
TeX
43 lines
977 B
TeX
\section{\class{wxFileDataObject}}\label{wxfiledataobject}
|
|
|
|
wxFileDataObject is a specialization of wxDataObject for file names.
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{wxDataObject}{wxdataobject}
|
|
|
|
\wxheading{Include files}
|
|
|
|
<wx/dataobj.h>
|
|
|
|
\wxheading{See also}
|
|
|
|
\helpref{wxDataObject}{wxdataobject}
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
\membersection{wxFileDataObject::wxFileDataObject}\label{wxfiledataobjectwxfiledataobject}
|
|
|
|
\func{}{wxFileDataObject}{\void}
|
|
|
|
Constructor.
|
|
|
|
\membersection{wxFileDataObject::GetFormat}\label{wxfiledataobjectgetformat}
|
|
|
|
\constfunc{virtual wxDataFormat}{GetFormat}{\void}
|
|
|
|
Returns wxDF\_FILENAME.
|
|
|
|
\membersection{wxFileDataObject::AddFile}\label{wxfiledataobjectaddfile}
|
|
|
|
\func{virtual void}{AddFile}{\param{const wxString\& }{file}}
|
|
|
|
Adds a filename to the data object.
|
|
|
|
\membersection{wxFileDataObject::GetFiles}\label{wxfiledataobjectgetfiles}
|
|
|
|
\constfunc{virtual wxString}{GetFiles}{\void}
|
|
|
|
Returns files as a zero-separated list.
|
|
|