Graphviz 13.0.0~dev.20241222.1117
|
#include <glcompdefs.h>
Data Fields | |
glCompObj | base |
glCompTex * | texture |
float | width |
float | height |
Definition at line 204 of file glcompdefs.h.
glCompObj glCompImage::base |
Definition at line 205 of file glcompdefs.h.
Referenced by glCompButtonAddPngGlyph(), glCompButtonDraw(), glCompButtonHide(), glCompButtonShow(), glCompImageDelete(), glCompImageDraw(), glCompImageLoad(), glCompImageNew(), glCompPanelDraw(), glcreate_gl_topview_menu(), InsertImage(), menu_switch_to_fisheye(), and switch2D3D().
float glCompImage::height |
Definition at line 207 of file glcompdefs.h.
Referenced by glCompImageDraw(), and InsertImage().
glCompTex* glCompImage::texture |
Definition at line 206 of file glcompdefs.h.
Referenced by glCompImageDelete(), glCompImageDraw(), glCompImageLoad(), and glCompImageNew().
float glCompImage::width |
Definition at line 207 of file glcompdefs.h.
Referenced by glCompImageDraw(), and InsertImage().