#include "sequence.h"#include "object.h"#include "xmlcpg.h"Go to the source code of this file.
Typedefs | |
| typedef rnamlPAGES | rnamlPages |
| Rnaml structure containing the pages informations. | |
Functions | |
| rnamlPages * | rnamlnewPages () |
| Creates a new rnamlPages structure. | |
| rnamlPages * | rnamlclonePages (const rnamlPages *pages) |
| Clones a rnamlPages struture. | |
| void | rnamldeletePages (rnamlPages *pages) |
| Frees the rnamlPages structure. | |
| int | rnamlisPages (const rnamlObject *obj) |
| Tells wheter the object is a rnamlPages. | |
| int | rnamlequalsPages (const rnamlPages *left, const rnamlPages *right) |
| Tells if left and right are equals. | |
| int | rnamlgetPagesStartPage (const rnamlPages *pages) |
| Gets the pages startPage. | |
| void | rnamlsetPagesStartPage (rnamlPages *pages, int startPage) |
| Sets the pages startPage. | |
| int | rnamlgetPagesEndPage (const rnamlPages *pages) |
| Gets the pages endPage. | |
| void | rnamlsetPagesEndPage (rnamlPages *pages, int endPage) |
| Sets the pages endPage. | |
| xmlcpgObject * | rnamltoXMLPages (const rnamlPages *pages) |
| Translates the rnamlPages structure into a xmlcpgElement conforming to the RNAML standard. | |
|
|
Rnaml structure containing the pages informations.
|
|
|
Clones a rnamlPages struture.
|
|
|
Frees the rnamlPages structure.
|
|
||||||||||||
|
Tells if left and right are equals.
|
|
|
Gets the pages endPage.
|
|
|
Gets the pages startPage.
|
|
|
Tells wheter the object is a rnamlPages.
|
|
|
Creates a new rnamlPages structure.
|
|
||||||||||||
|
Sets the pages endPage.
|
|
||||||||||||
|
Sets the pages startPage.
|
|
|
Translates the rnamlPages structure into a xmlcpgElement conforming to the RNAML standard.
|
1.2.18