|
gwenhywfar 5.10.1
|
#include "tm_group_p.h"#include <gwenhywfar/debug.h>#include <gwenhywfar/misc.h>#include <assert.h>
Go to the source code of this file.
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, GWEN_UNUSED const char *wantedLang) |
| void | Typemaker2_Group_SetDescription (TYPEMAKER2_GROUP *gr, const char *s) |
| void | Typemaker2_Group_SetTitle (TYPEMAKER2_GROUP *gr, const char *s) |
| 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, | ||
| GWEN_UNUSED const char * | wantedLang | ||
| ) |
Definition at line 117 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 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().
