Graphviz 13.0.0~dev.20241222.1117
|
#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 225 of file glcompdefs.h.
glCompObj glCompButton::base |
Definition at line 226 of file glcompdefs.h.
Referenced by glCompButtonClick(), glCompButtonDraw(), glCompButtonHide(), glCompButtonNew(), glCompButtonShow(), glcreate_gl_topview_menu(), and switch2D3D().
int glCompButton::data |
Definition at line 233 of file glcompdefs.h.
int glCompButton::groupid |
Definition at line 231 of file glcompdefs.h.
Referenced by glCompButtonClick(), glCompButtonNew(), and glcreate_gl_topview_menu().
float glCompButton::height |
Definition at line 227 of file glcompdefs.h.
glCompImage* glCompButton::image |
Definition at line 232 of file glcompdefs.h.
Referenced by glCompButtonAddPngGlyph(), glCompButtonDraw(), glCompButtonHide(), glCompButtonNew(), and glCompButtonShow().
glCompLabel* glCompButton::label |
Definition at line 228 of file glcompdefs.h.
Referenced by glCompButtonAddPngGlyph(), glCompButtonDraw(), glCompButtonHide(), glCompButtonNew(), and glCompButtonShow().
bool glCompButton::refStatus |
Definition at line 230 of file glcompdefs.h.
bool glCompButton::status |
Definition at line 229 of file glcompdefs.h.
Referenced by glCompButtonClick(), glCompButtonDraw(), glCompButtonNew(), and glcreate_gl_topview_menu().
float glCompButton::width |
Definition at line 227 of file glcompdefs.h.