#include <Edit.h>
Inheritance diagram for Edit::
Public Methods | |
Edit (QWidget *parent=0, const char *name=0) | |
Constructor. | |
void | deleteSelection (Selection *, Machine *) |
Deletes all selected objects. More... | |
bool | copy (Selection *, Project *, Machine *, QString &data) |
Serializes the selected objects into a string (to be put in the clipboard). More... | |
bool | paste (Selection *, Project *, Machine *, QString data) |
Pastes objects into the the current machine. More... |
|
Serializes the selected objects into a string (to be put in the clipboard). The string is in the same format as a .fsm file (XML).
|
|
Deletes all selected objects.
|
|
Pastes objects into the the current machine.
|