1 \section{\class{wxFileDataObject
}}\label{wxfiledataobject
}
3 wxFileDataObject is a specialization of
\helpref{wxDataObject
}{wxdataobject
}
4 for file names. Unlike other predefined wxDataObject derivations, it only works
5 in one direction - the one of setting the data, i.e. the program can only
6 receive files dropped on it using it and there is no way (currently) to
7 initiate a drag and drop file operation.
9 \wxheading{Virtual functions to override
}
13 \wxheading{Derived from
}
15 \helpref{wxDataObjectSimple
}{wxdataobjectsimple
}\\
16 \helpref{wxDataObject
}{wxdataobject
}
18 \wxheading{Include files
}
24 \helpref{wxDataObject
}{wxdataobject
},
25 \helpref{wxDataObjectSimple
}{wxdataobjectsimple
},
26 \helpref{wxTextDataObject
}{wxtextdataobject
},
27 \helpref{wxBitmapDataObject
}{wxbitmapdataobject
}
28 \helpref{wxDataObject
}{wxdataobject
}
30 \latexignore{\rtfignore{\wxheading{Members
}}}
32 \membersection{wxFileDataObject
}\label{wxfiledataobjectwxfiledataobject
}
34 \func{}{wxFileDataObject
}{\void}
38 \membersection{wxFileDataObject::GetFilenames
}\label{wxfiledataobjectgetfilenames
}
40 \constfunc{const wxArrayString\&
}{GetFilenames
}{\void}
42 Returns the
\helpref{array
}{wxarraystring
} of file names.