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

Go to the source code of this file.

Functions

glCompButtonglCompButtonNew (void *par, float x, float y, float w, float h, char *caption)
 
void glCompButtonDraw (glCompButton *p)
 
int glCompButtonAddPngGlyph (glCompButton *b, const char *fileName)
 
void glCompButtonClick (glCompObj *o, float x, float y, glMouseButtonType t)
 
void glCompButtonMouseDown (glCompObj *o, float x, float y, glMouseButtonType t)
 
void glCompButtonMouseOver (glCompObj *o, float x, float y)
 
void glCompButtonMouseUp (glCompObj *o, float x, float y, glMouseButtonType t)
 
void glCompButtonHide (glCompButton *p)
 
void glCompButtonShow (glCompButton *p)
 

Function Documentation

◆ glCompButtonAddPngGlyph()

int glCompButtonAddPngGlyph ( glCompButton b,
const char *  fileName 
)

Definition at line 61 of file glcompbutton.c.

References glCompCommon::align, glCompCommon::anchor, glCompImage::base, glCompLabel::base, glCompAnchor::bottom, glCompAnchor::bottomAnchor, glCompObj_::common, fileName(), glAlignNone, glCompImageDelete(), glCompImageLoadPng(), glCompImageNew(), glCompButton::image, glCompButton::label, glCompAnchor::left, glCompAnchor::leftAnchor, glCompAnchor::right, glCompAnchor::rightAnchor, glCompAnchor::top, glCompAnchor::topAnchor, and glCompCommon::width.

Referenced by glcreate_gl_topview_menu().

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

◆ glCompButtonClick()

void glCompButtonClick ( glCompObj o,
float  x,
float  y,
glMouseButtonType  t 
)

Definition at line 130 of file glcompbutton.c.

References glCompButton::base, glCompCommon::callbacks, glCompCallBacks::click, glCompObj_::common, glCompButton::groupid, and glCompButton::status.

Referenced by glCompButtonNew().

Here is the caller graph for this function:

◆ glCompButtonDraw()

void glCompButtonDraw ( glCompButton p)
extern

Definition at line 114 of file glcompbutton.c.

References glCompImage::base, glCompLabel::base, glCompButton::base, glCompCommon::borderWidth, glCompObj_::common, glCompCallBacks::draw, glCompCommon::functions, glCompCalcWidget(), glCompDrawRectPrism(), glCompButton::image, glCompButton::label, glCompCommon::parent, ref(), glCompButton::status, and glCompCommon::visible.

Referenced by glCompButtonNew().

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

◆ glCompButtonHide()

void glCompButtonHide ( glCompButton p)
extern

Definition at line 96 of file glcompbutton.c.

References glCompImage::base, glCompLabel::base, glCompButton::base, glCompObj_::common, glCompButton::image, glCompButton::label, and glCompCommon::visible.

Referenced by glcreate_gl_topview_menu(), menu_switch_to_fisheye(), and switch2D3D().

Here is the caller graph for this function:

◆ glCompButtonMouseDown()

void glCompButtonMouseDown ( glCompObj o,
float  x,
float  y,
glMouseButtonType  t 
)

Definition at line 142 of file glcompbutton.c.

Referenced by glCompButtonNew().

Here is the caller graph for this function:

◆ glCompButtonMouseOver()

void glCompButtonMouseOver ( glCompObj o,
float  x,
float  y 
)

Definition at line 153 of file glcompbutton.c.

References glCompCommon::callbacks, glCompObj_::common, and glCompCallBacks::mouseover.

Referenced by glCompButtonNew().

Here is the caller graph for this function:

◆ glCompButtonMouseUp()

void glCompButtonMouseUp ( glCompObj o,
float  x,
float  y,
glMouseButtonType  t 
)

Definition at line 158 of file glcompbutton.c.

References glCompCommon::callbacks, glCompObj_::common, and glCompCallBacks::mouseup.

Referenced by glCompButtonNew().

Here is the caller graph for this function:

◆ glCompButtonNew()

◆ glCompButtonShow()

void glCompButtonShow ( glCompButton p)
extern

Definition at line 105 of file glcompbutton.c.

References glCompImage::base, glCompLabel::base, glCompButton::base, glCompObj_::common, glCompButton::image, glCompButton::label, and glCompCommon::visible.

Referenced by menu_switch_to_fisheye(), and switch2D3D().

Here is the caller graph for this function: