#include <_wxwindows.h>
Métodos públicos | |
_WXWINDOWS_GLWIDGET (wxWindow *parent, const wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name="AQUYNZA_APPLICATION") | |
_WXWINDOWS_GLWIDGET (wxWindow *parent, const _WXWINDOWS_GLWIDGET &other, const wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name="AQUYNZA_APPLICATION") | |
~_WXWINDOWS_GLWIDGET (void) | |
void | OnPaint (wxPaintEvent &event) |
void | OnSize (wxSizeEvent &event) |
void | OnChar (wxKeyEvent &event) |
Una diferencia entre este evento (Char) y el "KeyDown", es que aqui se discrimina la diferencia entre mayusculas y minusculas, mientras que en la otra no. | |
void | OnKeyDown (wxKeyEvent &event) |
Uso descontinuado a favor de OnChar. | |
void | OnKeyUp (wxKeyEvent &event) |
void | OnEnterWindow (wxMouseEvent &event) |
void | OnMotion (wxMouseEvent &event) |
void | OnButton (wxMouseEvent &event) |
void | OnEraseBackground (wxEraseEvent &event) |
Métodos privados | |
DECLARE_EVENT_TABLE () | |
Atributos privados | |
int | id_vista |
Amigas | |
class | _WXWINDOWS_WINDOW |
|
Definición en la línea 108 del archivo _wxwindows.C. References GLOBAL_glwidget_id, GUI_CREAR_VISTA, y WXWINDOWSGUI_multiview_callback. |
|
Definición en la línea 131 del archivo _wxwindows.C. References GLOBAL_glwidget_id, GUI_CREAR_VISTA, y WXWINDOWSGUI_multiview_callback. |
|
Definición en la línea 155 del archivo _wxwindows.C. |
|
|
|
Definición en la línea 201 del archivo _wxwindows.C. References ETYPE_BUTTON_DOWN, ETYPE_BUTTON_UP, EVNT_EVENTO_GUI, EVENTO_GUI::mouse_button_mask, EVENTO_GUI::mouse_delta_x, EVENTO_GUI::mouse_delta_y, EVENTO_GUI::mouse_old_x, EVENTO_GUI::mouse_old_y, EVENTO_GUI::mouse_x, EVENTO_GUI::mouse_y, QUIERO_pintarme, EVENTO_GUI::tipo_de_evento, WXWINDOWSGUI_mouse_callback, X_mouse, y Y_mouse. |
|
Una diferencia entre este evento (Char) y el "KeyDown", es que aqui se discrimina la diferencia entre mayusculas y minusculas, mientras que en la otra no.
Definición en la línea 310 del archivo _wxwindows.C. References ETYPE_KEY_DOWN, EVNT_EVENTO_GUI, EVENTO_GUI::key_mask, QUIERO_pintarme, EVENTO_GUI::tipo_de_evento, WXWINDOWSGUI_keyboard_callback, y WXWkeycode2JEDkeycode(). |
Here is the call graph for this function:
|
Definición en la línea 171 del archivo _wxwindows.C. |
|
Definición en la línea 163 del archivo _wxwindows.C. |
|
Uso descontinuado a favor de OnChar.
Definición en la línea 286 del archivo _wxwindows.C. References ETYPE_KEY_DOWN, EVNT_EVENTO_GUI, EVENTO_GUI::key_mask, QUIERO_pintarme, EVENTO_GUI::tipo_de_evento, WXWINDOWSGUI_keyboard_callback, y WXWkeycode2JEDkeycode(). |
Here is the call graph for this function:
|
Definición en la línea 334 del archivo _wxwindows.C. |
|
Definición en la línea 180 del archivo _wxwindows.C. References ETYPE_MOUSE_MOVE, EVNT_EVENTO_GUI, EVENTO_GUI::mouse_delta_x, EVENTO_GUI::mouse_delta_y, EVENTO_GUI::mouse_old_x, EVENTO_GUI::mouse_old_y, EVENTO_GUI::mouse_x, EVENTO_GUI::mouse_y, QUIERO_pintarme, EVENTO_GUI::tipo_de_evento, WXWINDOWSGUI_mouse_callback, X_mouse, y Y_mouse. |
|
Definición en la línea 246 del archivo _wxwindows.C. References WXWINDOWSGUI_draw_callback. |
|
Definición en la línea 266 del archivo _wxwindows.C. References WXWINDOWSGUI_resize_callback. |
|
Definición en la línea 118 del archivo _wxwindows.h. |
|
Definición en la línea 93 del archivo _wxwindows.h. |