class documentation

class ClipboardData(object): (source)

Known subclasses: zim.gui.clipboard.PageLinkData, zim.gui.clipboard.ParseTreeData, zim.gui.clipboard.UriData

View In Hierarchy

Wrapper for data that can be set on the clipboard and pasted multiple formats
Method get_data_as Return data in the requested target format @param targetid: the target id @implementation: must be implemented by sub-classes
Class Variable targets Undocumented
def get_data_as(self, targetid): (source)
Return data in the requested target format
Parameters
targetidthe target id
Unknown Field: implementation
must be implemented by sub-classes