📄 bmpdatob.tex
字号:
\section{\class{wxBitmapDataObject}}\label{wxbitmapdataobject}wxBitmapDataObject is a specialization of wxDataObject for bitmap data. It canbe used without change to paste data into the \helpref{wxClipboard}{wxclipboard} or a \helpref{wxDropSource}{wxdropsource}. Auser may wish to derive a new class from this class for providing a bitmapon-demand in order to minimize memory consumption when offering data in severalformats, such as a bitmap and GIF.\pythonnote{If you wish to create a derived wxBitmapDataObject class inwxPython you should derive the class from wxPyBitmapDataObjectin order to get Python-aware capabilities for the various virtualmethods.}\wxheading{Virtual functions to override}This class may be used as is, but \helpref{GetBitmap}{wxbitmapdataobjectgetbitmap} may be overridden to increaseefficiency.\wxheading{Derived from}\helpref{wxDataObjectSimple}{wxdataobjectsimple}\\\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{wxDataObject}{wxdataobject}\func{}{wxBitmapDataObject}{\param{const wxBitmap\& }{bitmap = wxNullBitmap}}Constructor, optionally passing a bitmap (otherwise use \helpref{SetBitmap}{wxbitmapdataobjectsetbitmap} later).\membersection{wxBitmapDataObject::GetBitmap}\label{wxbitmapdataobjectgetbitmap}\constfunc{virtual wxBitmap}{GetBitmap}{\void}Returns the bitmap associated with the data object. You may wish to overridethis method when offering data on-demand, but this is not required bywxWidgets' internals. Use this method to get data in bitmap form fromthe \helpref{wxClipboard}{wxclipboard}.\membersection{wxBitmapDataObject::SetBitmap}\label{wxbitmapdataobjectsetbitmap}\func{virtual void}{SetBitmap}{\param{const wxBitmap\& }{bitmap}}Sets the bitmap associated with the data object. This method is called when thedata object receives data. Usually there will be no reason to override thisfunction.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -