class UMLClipboard

This class manages the uml's interaction with the KDE Clipboard. More...

Definition#include <./clipboard/umlclipboard.h>
InheritsQObject (unknown) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods


Detailed Description

This class manages the uml's interaction with the KDE Clipboard. It makes possible to copy stuff from one uml instance to another one.

 UMLClipboard ()

UMLClipboard

Constructor

 ~UMLClipboard ()

~UMLClipboard

[virtual]

Deconstructor

bool  paste (UMLDoc * Doc, QMimeSource* Data)

paste

Inserts the clipboard's contents into an UML Document

QMimeSource*  copy (UMLDoc * Doc, bool fromView = false)

copy

Copies the selected stuff from an UMLDocument to a QMimeSource ready to be put in the clipboard

enum UMLCopyType { clip1 = 1, clip2 = 2, clip3 = 3, clip4 = 4, clip5 = 5 }

UMLCopyType