gwenhywfar  5.10.1
Typedefs | Functions
tm_group.h File Reference
#include <gwenhywfar/tree.h>
#include <gwenhywfar/xml.h>
Include dependency graph for tm_group.h:
This graph shows which files directly or indirectly include this file:

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_GROUPTypemaker2_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 Documentation

◆ TYPEMAKER2_GROUP

Definition at line 19 of file tm_group.h.

Function Documentation

◆ Typemaker2_Group_Attach()

void Typemaker2_Group_Attach ( TYPEMAKER2_GROUP gr)

Definition at line 60 of file tm_group.c.

◆ Typemaker2_Group_free()

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().

Here is the caller graph for this function:

◆ Typemaker2_Group_GetDescription()

const char* Typemaker2_Group_GetDescription ( TYPEMAKER2_GROUP gr)

Definition at line 93 of file tm_group.c.

Referenced by _buildGroupApiDoc().

Here is the caller graph for this function:

◆ Typemaker2_Group_GetTitle()

const char* Typemaker2_Group_GetTitle ( TYPEMAKER2_GROUP gr)

Definition at line 69 of file tm_group.c.

Referenced by _buildGroupApiDoc().

Here is the caller graph for this function:

◆ Typemaker2_Group_new()

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().

Here is the caller graph for this function:

◆ Typemaker2_Group_readXml()

int Typemaker2_Group_readXml ( TYPEMAKER2_GROUP gr,
GWEN_XMLNODE node,
const char *  wantedLang 
)

◆ Typemaker2_Group_SetDescription()

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().

Here is the caller graph for this function:

◆ Typemaker2_Group_SetTitle()

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().

Here is the caller graph for this function: