|
Graphviz 14.0.3~dev.20251110.1014
|
#include <glcompdefs.h>
Data Fields | |
| glCompObj | base |
| float | width |
| float | height |
| glCompLabel * | label |
| bool | status |
| false not pressed, true pressed | |
| bool | refStatus |
| false not pressed, true pressed | |
| int | groupid |
| glCompImage * | image |
| int | data |
Definition at line 209 of file glcompdefs.h.
| glCompObj glCompButton::base |
Definition at line 210 of file glcompdefs.h.
Referenced by glCompButtonClick(), glCompButtonDraw(), glCompButtonHide(), glCompButtonNew(), glCompButtonShow(), glcreate_gl_topview_menu(), and switch2D3D().
| int glCompButton::data |
Definition at line 217 of file glcompdefs.h.
| int glCompButton::groupid |
Definition at line 215 of file glcompdefs.h.
Referenced by glCompButtonClick(), glCompButtonNew(), and glcreate_gl_topview_menu().
| float glCompButton::height |
Definition at line 211 of file glcompdefs.h.
| glCompImage* glCompButton::image |
Definition at line 216 of file glcompdefs.h.
Referenced by glCompButtonAddPngGlyph(), glCompButtonDraw(), glCompButtonHide(), glCompButtonNew(), and glCompButtonShow().
| glCompLabel* glCompButton::label |
Definition at line 212 of file glcompdefs.h.
Referenced by glCompButtonAddPngGlyph(), glCompButtonDraw(), glCompButtonHide(), glCompButtonNew(), and glCompButtonShow().
| bool glCompButton::refStatus |
Definition at line 214 of file glcompdefs.h.
| bool glCompButton::status |
Definition at line 213 of file glcompdefs.h.
Referenced by glCompButtonClick(), glCompButtonDraw(), glCompButtonNew(), and glcreate_gl_topview_menu().
| float glCompButton::width |
Definition at line 211 of file glcompdefs.h.