Home | Trees | Index | Help |
|
---|
Package wx :: Class DataObjectComposite |
|
object
--+ |DataObject
--+ | DataObjectComposite
wx.DataObjectComposite is the simplest wx.DataObject
derivation
which may be sued to support multiple formats. It contains several
'wx.DataObjectSimple` objects and supports any format supported by at
least one of them. Only one of these data objects is preferred (the
first one if not explicitly changed by using the second parameter of
Add
) and its format determines the preferred format of the composite
data object as well.
See wx.DataObject
documentation for the reasons why you might prefer
to use wx.DataObject directly instead of wx.DataObjectComposite for
efficiency reasons.
Method Summary | |
---|---|
DataObjectComposite |
wx.DataObjectComposite is the simplest wx.DataObject derivation
which may be sued to support multiple formats. |
Adds the dataObject to the list of supported objects and it becomes the preferred object if preferred is True. | |
DataFormat |
Report the format passed to the SetData method. |
Property Summary | |
---|---|
ReceivedFormat : See GetReceivedFormat | |
thisown : The membership flag |
Class Variable Summary |
---|
Method Details |
---|
__init__(self)
|
Add(self, dataObject, preferred=False)Adds the dataObject to the list of supported objects and it becomes the preferred object if preferred is True.
|
GetReceivedFormat(self)Report the format passed to the
|
Property Details |
---|
ReceivedFormat
|
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:13:23 2007 | http://epydoc.sf.net |