Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

rnaml::Editor Class Reference

#include <Editor.h>

Inheritance diagram for rnaml::Editor:

rnaml::Object List of all members.

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.


Constructor & Destructor Documentation

rnaml::Editor::Editor   [inline]
 

Initializes the object.

rnaml::Editor::Editor const Editor &    right [inline]
 

Initializes the object with the right's content.

Parameters:
right  the object to copy.

virtual rnaml::Editor::~Editor   [inline, virtual]
 

Destroys the object.


Member Function Documentation

Editor* rnaml::Editor::clone   const [inline]
 

Clones the object.

Returns:
a copy of the object.

const char* rnaml::Editor::getValue   const [inline]
 

Gets the editor value.

Returns:
the editor value string.

Editor & rnaml::Editor::operator= const Editor &    right
 

Assigns the object with the right's content.

Parameters:
right  the object to copy.
Returns:
itself.

void rnaml::Editor::setValue const char *    value [inline]
 

Sets the editor value.

Parameters:
value  the editor value string.


The documentation for this class was generated from the following files:
Generated on Tue Nov 11 14:59:56 2003 for xmlcpg by doxygen1.2.18