Diagrama de herencias de GDT::Gui::Boton


Métodos públicos | |
| _GDT_EXPORT_ | Boton () |
| _GDT_EXPORT_ void | Crear (int x1, int y1, int x2, int y2, wchar_t *texto, IGUIElement *padre=0) |
| Crea un control Gui del tipo Botón. | |
| _GDT_EXPORT_ void | Crear (int x1, int y1, int x2, int y2, IGUIElement *padre=0) |
| Crea un control Gui del tipo Botón. | |
| _GDT_EXPORT_ void | CrearConImagen (int x1, int y1, int x2, int y2, char *filename_boton_normal, char *filename_boton_presionado, IGUIElement *padre=0) |
| Crea un control Gui del tipo Botón, con una imagen. | |
| _GDT_EXPORT_ | ~Boton () |
Atributos públicos | |
| IGUIButton * | boton |
| GDT::Gui::Boton::Boton | ( | ) |
| GDT::Gui::Boton::~Boton | ( | ) |
| void GDT::Gui::Boton::Crear | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| wchar_t * | texto, | |||
| IGUIElement * | padre = 0 | |||
| ) |
| void GDT::Gui::Boton::Crear | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| IGUIElement * | padre = 0 | |||
| ) |
| void GDT::Gui::Boton::CrearConImagen | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| char * | filename_boton_normal, | |||
| char * | filename_boton_presionado, | |||
| IGUIElement * | padre = 0 | |||
| ) |
Crea un control Gui del tipo Botón, con una imagen.
| x1,y1 | posición del Botón. | |
| x2,y2 | hasta donde llega el Botón. | |
| filename_boton_normal | ruta a la imagen normal del botón. | |
| filename_boton_presionado | ruta a la imagen del botón cuando se pulsa. | |
| padre | por defecto es 0. Si no esta seguro, omita este parámetro. |
| IGUIButton* GDT::Gui::Boton::boton |
1.5.1