Graphviz 13.0.0~dev.20250402.0402
Loading...
Searching...
No Matches
glcompset.h File Reference
Include dependency graph for glcompset.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void glCompInitCommon (glCompObj *childObj, glCompObj *parentObj, float x, float y)
 
void glCompEmptyCommon (glCompCommon *c)
 
glCompSetglCompSetNew (int w, int h)
 
void glCompSetDraw (glCompSet *s)
 
void glcompsetUpdateBorder (glCompSet *s, int w, int h)
 
void glCompDrawBegin (void)
 
void glCompDrawEnd (void)
 
void glCompSetAddObj (glCompSet *s, glCompObj *obj)
 

Function Documentation

◆ glCompDrawBegin()

void glCompDrawBegin ( void  )
extern

Definition at line 198 of file glcompset.c.

Referenced by glCompSetDraw().

Here is the caller graph for this function:

◆ glCompDrawEnd()

void glCompDrawEnd ( void  )
extern

Definition at line 218 of file glcompset.c.

Referenced by glCompSetDraw().

Here is the caller graph for this function:

◆ glCompEmptyCommon()

void glCompEmptyCommon ( glCompCommon c)

Definition at line 165 of file glcompset.c.

References glCompCommon::font, and glDeleteFont().

Referenced by glCompImageDelete().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ glCompInitCommon()

void glCompInitCommon ( glCompObj childObj,
glCompObj parentObj,
float  x,
float  y 
)

◆ glCompSetAddObj()

void glCompSetAddObj ( glCompSet s,
glCompObj obj 
)
extern

Definition at line 190 of file glcompset.c.

References glCompObj_::common, glCompCommon::compset, and gv_recalloc().

Referenced by glCompInitCommon().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ glCompSetDraw()

void glCompSetDraw ( glCompSet s)
extern

Definition at line 227 of file glcompset.c.

References glCompDrawBegin(), and glCompDrawEnd().

Referenced by glexpose_main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ glCompSetNew()

glCompSet * glCompSetNew ( int  w,
int  h 
)
extern

Definition at line 170 of file glcompset.c.

References glCompInitCommon(), glCompMouseInit(), glCompMouseMove(), glCompSetMouseDown(), glCompSetMouseUp(), glDeleteFont(), glNewFontFromParent(), gv_alloc(), and NULL.

Referenced by glcreate_gl_topview_menu().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ glcompsetUpdateBorder()

void glcompsetUpdateBorder ( glCompSet s,
int  w,
int  h 
)
extern

Definition at line 235 of file glcompset.c.

Referenced by cb_reshape(), and configure_event().

Here is the caller graph for this function: