tilde~
Puredata Qt-based GUI
|
#include <g_canvas.h>
Public Attributes | |
t_object | gl_obj |
t_gobj * | gl_list |
struct _gstub * | gl_stub |
int | gl_valid |
struct _glist * | gl_owner |
int | gl_pixwidth |
int | gl_pixheight |
t_float | gl_x1 |
t_float | gl_y1 |
t_float | gl_x2 |
t_float | gl_y2 |
int | gl_screenx1 |
int | gl_screeny1 |
int | gl_screenx2 |
int | gl_screeny2 |
int | gl_xmargin |
int | gl_ymargin |
t_tick | gl_xtick |
int | gl_nxlabels |
t_symbol ** | gl_xlabel |
t_float | gl_xlabely |
t_tick | gl_ytick |
int | gl_nylabels |
t_symbol ** | gl_ylabel |
t_float | gl_ylabelx |
t_editor * | gl_editor |
t_symbol * | gl_name |
int | gl_font |
int | gl_zoom |
struct _glist * | gl_next |
t_canvasenvironment * | gl_env |
unsigned int | gl_havewindow:1 |
unsigned int | gl_mapped:1 |
unsigned int | gl_dirty:1 |
unsigned int | gl_loading:1 |
unsigned int | gl_willvis:1 |
unsigned int | gl_edit:1 |
unsigned int | gl_isdeleting:1 |
unsigned int | gl_goprect:1 |
unsigned int | gl_isgraph:1 |
unsigned int | gl_hidetext:1 |
unsigned int | gl_private:1 |
unsigned int | gl_isclone:1 |
unsigned int | gl_grid:1 |
unsigned int _glist::gl_dirty |
unsigned int _glist::gl_edit |
t_editor* _glist::gl_editor |
t_canvasenvironment* _glist::gl_env |
int _glist::gl_font |
unsigned int _glist::gl_goprect |
unsigned int _glist::gl_grid |
unsigned int _glist::gl_havewindow |
unsigned int _glist::gl_hidetext |
unsigned int _glist::gl_isclone |
unsigned int _glist::gl_isdeleting |
unsigned int _glist::gl_isgraph |
t_gobj* _glist::gl_list |
unsigned int _glist::gl_loading |
unsigned int _glist::gl_mapped |
t_symbol* _glist::gl_name |
struct _glist* _glist::gl_next |
int _glist::gl_nxlabels |
int _glist::gl_nylabels |
t_object _glist::gl_obj |
struct _glist* _glist::gl_owner |
int _glist::gl_pixheight |
int _glist::gl_pixwidth |
unsigned int _glist::gl_private |
int _glist::gl_screenx1 |
int _glist::gl_screenx2 |
int _glist::gl_screeny1 |
int _glist::gl_screeny2 |
struct _gstub* _glist::gl_stub |
int _glist::gl_valid |
unsigned int _glist::gl_willvis |
t_float _glist::gl_x1 |
t_float _glist::gl_x2 |
t_symbol** _glist::gl_xlabel |
t_float _glist::gl_xlabely |
int _glist::gl_xmargin |
t_tick _glist::gl_xtick |
t_float _glist::gl_y1 |
t_float _glist::gl_y2 |
t_symbol** _glist::gl_ylabel |
t_float _glist::gl_ylabelx |
int _glist::gl_ymargin |
t_tick _glist::gl_ytick |
int _glist::gl_zoom |