#include <BALL/VIEW/WIDGETS/editableScene.h>
Public Types | |
| enum | OperationType { DEFAULT, ADDED__ATOM, ADDED__BOND, CHANGED__TYPE } |
Public Member Functions | |
| EditOperation () | |
| Constructor. | |
| EditOperation (Atom *atom, Bond *bond, String description="Added Object", int operation=0) | |
| EditOperation (const EditOperation &eOperation) | |
| virtual | ~EditOperation () |
| Destructor. | |
Public Attributes | |
| int | operationType |
| Atom * | atom |
| Bond * | bond |
| String | description |
Definition at line 53 of file editableScene.h.
Definition at line 70 of file editableScene.h.
| BALL::VIEW::EditableScene::EditOperation::EditOperation | ( | ) |
Constructor.
| BALL::VIEW::EditableScene::EditOperation::EditOperation | ( | Atom * | atom, | |
| Bond * | bond, | |||
| String | description = "Added Object", |
|||
| int | operation = 0 | |||
| ) |
| BALL::VIEW::EditableScene::EditOperation::EditOperation | ( | const EditOperation & | eOperation | ) |
| virtual BALL::VIEW::EditableScene::EditOperation::~EditOperation | ( | ) | [virtual] |
Destructor.
Definition at line 83 of file editableScene.h.
Definition at line 84 of file editableScene.h.
Definition at line 85 of file editableScene.h.
Definition at line 82 of file editableScene.h.
1.6.3