dobjcomp.tex

来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· TEX 代码 · 共 75 行

TEX
75
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Name:        dobjcomp.tex%% Purpose:     wxDataObjectComposite documentation%% Author:      Vadim Zeitlin%% Modified by:%% Created:     02.11.99%% RCS-ID:      $Id: dobjcomp.tex,v 1.8 2006/04/15 05:35:08 RD Exp $%% Copyright:   (c) Vadim Zeitlin%% License:     wxWindows license%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\section{\class{wxDataObjectComposite}}\label{wxdataobjectcomposite}wxDataObjectComposite is the simplest \helpref{wxDataObject}{wxdataobject} derivation which may be used to supportmultiple formats. It contains several \helpref{wxDataObjectSimple}{wxdataobjectsimple} objects and supports anyformat supported by at least one of them. Only one of these data objects is{\it preferred} (the first one if not explicitly changed by using the secondparameter of \helpref{Add}{wxdataobjectcompositeadd}) and its format determinesthe preferred format of the composite data object as well.See \helpref{wxDataObject}{wxdataobject} documentation for the reasons why youmight prefer to use wxDataObject directly instead of wxDataObjectComposite forefficiency reasons.\wxheading{Virtual functions to override}None, this class should be used directly.\wxheading{Derived from}\helpref{wxDataObject}{wxdataobject}\wxheading{Include files}<wx/dataobj.h>\wxheading{See also}\helpref{Clipboard and drag and drop overview}{wxdndoverview}, \helpref{wxDataObject}{wxdataobject}, \helpref{wxDataObjectSimple}{wxdataobjectsimple}, \helpref{wxFileDataObject}{wxfiledataobject}, \helpref{wxTextDataObject}{wxtextdataobject}, \helpref{wxBitmapDataObject}{wxbitmapdataobject}\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxDataObjectComposite::wxDataObjectComposite}\label{wxdataobjectcompositewxdataobjectcomposite}\func{}{wxDataObjectComposite}{\void}The default constructor.\membersection{wxDataObjectComposite::Add}\label{wxdataobjectcompositeadd}\func{void}{Add}{    \param{wxDataObjectSimple }{*dataObject},    \param{bool }{preferred = false}}Adds the {\it dataObject} to the list of supported objects and it becomes thepreferred object if {\it preferred} is true.\membersection{wxDataObjectComposite::GetReceivedFormat}\label{wxdataobjectcompositegetreceivedformat}\constfunc{wxDataFormat}{GetReceivedFormat}{}Report the format passed to the SetData method.  This should be theformat of the data object within the composite that recieved data fromthe clipboard or the DnD operation.  You can use this method to findout what kind of data object was recieved.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?