#include <Editor.h>
Inheritance diagram for rnaml::Editor:

Public Methods | |
| Editor () | |
| Initializes the object. | |
| Editor (const Editor &right) | |
| Initializes the object with the right's content. | |
| Editor * | clone () const |
| Clones the object. | |
| virtual | ~Editor () |
| Destroys the object. | |
| Editor & | operator= (const Editor &right) |
| Assigns the object with the right's content. | |
| const char * | getValue () const |
| Gets the editor value. | |
| void | setValue (const char *value) |
| Sets the editor value. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Clones the object.
|
|
|
Gets the editor value.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the editor value.
|
1.2.18