]>
Commit | Line | Data |
---|---|---|
dface61c JS |
1 | \section{\class{wxFileDataObject}}\label{wxfiledataobject} |
2 | ||
3 | wxFileDataObject is a specialization of wxDataObject for file names. | |
4 | ||
5 | \wxheading{Derived from} | |
6 | ||
7 | \helpref{wxDataObject}{wxdataobject} | |
8 | ||
954b8ae6 JS |
9 | \wxheading{Include files} |
10 | ||
11 | <wx/dataobj.h> | |
12 | ||
dface61c JS |
13 | \wxheading{See also} |
14 | ||
15 | \helpref{wxDataObject}{wxdataobject} | |
16 | ||
17 | \latexignore{\rtfignore{\wxheading{Members}}} | |
18 | ||
19 | \membersection{wxFileDataObject::wxFileDataObject}\label{wxfiledataobjectwxfiledataobject} | |
20 | ||
21 | \func{}{wxFileDataObject}{\void} | |
22 | ||
23 | Constructor. | |
24 | ||
25 | \membersection{wxFileDataObject::GetFormat}\label{wxfiledataobjectgetformat} | |
26 | ||
27 | \constfunc{virtual wxDataFormat}{GetFormat}{\void} | |
28 | ||
29 | Returns wxDF\_FILENAME. | |
30 | ||
31 | \membersection{wxFileDataObject::AddFile}\label{wxfiledataobjectaddfile} | |
32 | ||
33 | \func{virtual void}{AddFile}{\param{const wxString\& }{file}} | |
34 | ||
35 | Adds a filename to the data object. | |
36 | ||
37 | \membersection{wxFileDataObject::GetFiles}\label{wxfiledataobjectgetfiles} | |
38 | ||
39 | \constfunc{virtual wxString}{GetFiles}{\void} | |
40 | ||
41 | Returns files as a zero-separated list. | |
42 |