#include <stdio.h>#include <stdlib.h>#include <string.h>#include "editor.h"Compounds | |
| struct | rnamlEDITOR | 
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.  | |
      
  | 
  
| 
 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. 
 
 
  | 
  
1.2.18