|
gwenhywfar
4.99.8beta
|
#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 58 of file tm_group.c.
| void Typemaker2_Group_free | ( | TYPEMAKER2_GROUP * | gr | ) |
Definition at line 41 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 86 of file tm_group.c.
Referenced by _buildGroupApiDoc().

| const char* Typemaker2_Group_GetTitle | ( | TYPEMAKER2_GROUP * | gr | ) |
Definition at line 66 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 | ||
| ) |
Definition at line 106 of file tm_group.c.
References DBG_ERROR, GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_new(), GWEN_XML_FLAGS_HANDLE_COMMENTS, GWEN_XML_FLAGS_SIMPLE, GWEN_XMLNode_FindFirstTag(), GWEN_XMLNode_GetProperty(), GWEN_XMLNode_toBuffer(), NULL, Typemaker2_Group_SetDescription(), and Typemaker2_Group_SetTitle().
Referenced by Typemaker2_Type_readMembersAndGroupsXml().


| void Typemaker2_Group_SetDescription | ( | TYPEMAKER2_GROUP * | gr, |
| const char * | s | ||
| ) |
Definition at line 95 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 75 of file tm_group.c.
References NULL.
Referenced by Typemaker2_Group_readXml(), and Typemaker2_Type_readXml().

1.8.6