|
gwenhywfar 5.10.1
|
#include <gwenhywfar/tree.h>#include <gwenhywfar/xml.h>

Go to the source code of this file.
Typedefs | |
| typedef struct TYPEMAKER2_GROUP | TYPEMAKER2_GROUP |
Functions | |
| void | Typemaker2_Group_Attach (TYPEMAKER2_GROUP *gr) |
| void | Typemaker2_Group_free (TYPEMAKER2_GROUP *gr) |
| const char * | Typemaker2_Group_GetDescription (TYPEMAKER2_GROUP *gr) |
| const char * | Typemaker2_Group_GetTitle (TYPEMAKER2_GROUP *gr) |
| TYPEMAKER2_GROUP * | Typemaker2_Group_new () |
| int | Typemaker2_Group_readXml (TYPEMAKER2_GROUP *gr, GWEN_XMLNODE *node, const char *wantedLang) |
| void | Typemaker2_Group_SetDescription (TYPEMAKER2_GROUP *gr, const char *s) |
| void | Typemaker2_Group_SetTitle (TYPEMAKER2_GROUP *gr, const char *s) |
| typedef struct TYPEMAKER2_GROUP TYPEMAKER2_GROUP |
Definition at line 19 of file tm_group.h.
| void Typemaker2_Group_Attach | ( | TYPEMAKER2_GROUP * | gr | ) |
Definition at line 60 of file tm_group.c.
| void Typemaker2_Group_free | ( | TYPEMAKER2_GROUP * | gr | ) |
Definition at line 42 of file tm_group.c.
References GWEN_FREE_OBJECT, and GWEN_TREE_FINI.
Referenced by Typemaker2_Type_readMembersAndGroupsXml().

| const char * Typemaker2_Group_GetDescription | ( | TYPEMAKER2_GROUP * | gr | ) |
Definition at line 93 of file tm_group.c.
Referenced by _buildGroupApiDoc().

| const char * Typemaker2_Group_GetTitle | ( | TYPEMAKER2_GROUP * | gr | ) |
Definition at line 69 of file tm_group.c.
Referenced by _buildGroupApiDoc().

| TYPEMAKER2_GROUP * Typemaker2_Group_new | ( | ) |
Definition at line 29 of file tm_group.c.
References GWEN_NEW_OBJECT, and GWEN_TREE_INIT.
Referenced by Typemaker2_Type_readMembersAndGroupsXml(), and Typemaker2_Type_readXml().

| int Typemaker2_Group_readXml | ( | TYPEMAKER2_GROUP * | gr, |
| GWEN_XMLNODE * | node, | ||
| const char * | wantedLang | ||
| ) |
| void Typemaker2_Group_SetDescription | ( | TYPEMAKER2_GROUP * | gr, |
| const char * | s | ||
| ) |
Definition at line 103 of file tm_group.c.
References NULL.
Referenced by Typemaker2_Group_readXml(), and Typemaker2_Type_readXml().

| void Typemaker2_Group_SetTitle | ( | TYPEMAKER2_GROUP * | gr, |
| const char * | s | ||
| ) |
Definition at line 79 of file tm_group.c.
References NULL.
Referenced by Typemaker2_Group_readXml(), and Typemaker2_Type_readXml().
