#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlEDITOR | rnamlEditor |
Rnaml structure containing the editor informations. | |
Functions | |
rnamlEditor * | rnamlnewEditor () |
Creates a new rnamlEditor structure. | |
rnamlEditor * | rnamlcloneEditor (const rnamlEditor *editor) |
Clones a rnamlEditor struture. | |
void | rnamldeleteEditor (rnamlEditor *editor) |
Frees the rnamlEditor structure. | |
int | rnamlisEditor (const rnamlObject *obj) |
Tells wheter the object is a rnamlEditor. | |
int | rnamlequalsEditor (const rnamlEditor *left, const rnamlEditor *right) |
Tells if left and right are equals. | |
const char * | rnamlgetEditorValue (const rnamlEditor *editor) |
Gets the value editor. | |
void | rnamlsetEditorValue (rnamlEditor *editor, const char *value) |
Sets the editor value. | |
xmlcpgObject * | rnamltoXMLEditor (const rnamlEditor *editor) |
Translates the rnamlEditor structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the editor informations.
|
|
Clones a rnamlEditor struture.
|
|
Frees the rnamlEditor structure.
|
|
Tells if left and right are equals.
|
|
Gets the value editor.
|
|
Tells wheter the object is a rnamlEditor.
|
|
Creates a new rnamlEditor structure.
|
|
Sets the editor value. The previous editor value is freed and a copy of value is generated.
|
|
Translates the rnamlEditor structure into a xmlcpgElement conforming to the RNAML standard.
|