717a57c2fa
handling as well 2. new sample: menu 3. small corrections to wxFileHistory made possible by wxMenu changes 4. ugly fix for panel loaded from resources and TABbing 5. wxDataObject &c doc updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
44 lines
1.2 KiB
TeX
44 lines
1.2 KiB
TeX
\section{\class{wxFileDataObject}}\label{wxfiledataobject}
|
|
|
|
wxFileDataObject is a specialization of \helpref{wxDataObject}{wxdataobject}
|
|
for file names. Unlike other predefined wxDataObject derivations, it only works
|
|
in one direction - the one of setting the data, i.e. the program can only
|
|
receive files dropped on it using it and there is no way (currently) to
|
|
initiate a drag and drop file operation.
|
|
|
|
\wxheading{Virtual functions to override}
|
|
|
|
None.
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{wxDataObjectSimple}{wxdataobjectsimple}
|
|
\helpref{wxDataObject}{wxdataobject}
|
|
|
|
\wxheading{Include files}
|
|
|
|
<wx/dataobj.h>
|
|
|
|
\wxheading{See also}
|
|
|
|
\helpref{wxDataObject}{wxdataobject},
|
|
\helpref{wxDataObjectSimple}{wxdataobjectsimple},
|
|
\helpref{wxTextDataObject}{wxtextdataobject},
|
|
\helpref{wxBitmapDataObject}{wxbitmapdataobject}
|
|
\helpref{wxDataObject}{wxdataobject}
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
\membersection{wxFileDataObject}\label{wxfiledataobjectwxfiledataobject}
|
|
|
|
\func{}{wxFileDataObject}{\void}
|
|
|
|
Constructor.
|
|
|
|
\membersection{wxFileDataObject::GetFilenames}\label{wxfiledataobjectgetfilenames}
|
|
|
|
\constfunc{const wxArrayString\& }{GetFilenames}{\void}
|
|
|
|
Returns the \helpref{array}{wxarraystring} of file names.
|
|
|