#include <jed_btn.h>
Diagrama de colaboración para GUI_BOTONERA:
Métodos públicos | |
GUI_BOTONERA (LISTA< GUI_CONSTANTE_ENTERA * > *tabla_constantes, LISTA< GUI_COMANDO * > *Comandos) | |
char * | nombre (void) |
BOOLEAN | leer (TOKENIZADOR *Sabiondo) |
void | imprimir (void) |
Widget | crear_motif (Widget padre) |
Métodos privados | |
BOOLEAN | leer_estilo (TOKENIZADOR *Sabiondo) |
Atributos privados | |
LISTA< GUI_SUB_BOTONERA * > | lista_grupos |
LISTA< GUI_CONSTANTE_ENTERA * > * | Tabla_idcs |
LISTA< GUI_COMANDO * > * | Lista_comandos |
char * | _nombre |
BYTE | estilo |
int | botones_por_fila |
|
Definición en la línea 82 del archivo jed_btn.C. References _nombre, botones_por_fila, EGB_VERTICAL, estilo, Lista_comandos, y Tabla_idcs. |
|
Definición en la línea 233 del archivo jed_btn.C. References botones_por_fila, estilo, lista_grupos, y LISTA< GUI_SUB_BOTONERA * >::tam(). Referenciado por JED_MOTIF_INTERFACE::iniciar_contexto(). |
Here is the call graph for this function:
|
Definición en la línea 214 del archivo jed_btn.C. References _nombre, lista_grupos, y LISTA< GUI_SUB_BOTONERA * >::tam(). |
Here is the call graph for this function:
|
Definición en la línea 159 del archivo jed_btn.C. References _nombre, LISTA< GUI_SUB_BOTONERA * >::anx(), des_comille(), GUI_SUB_BOTONERA::leer(), leer_estilo(), Lista_comandos, lista_grupos, TOKENIZADOR::siguiente_token(), Tabla_idcs, TK_ABRIR, TK_CADENA, TK_CERRAR, TK_DESCONOCIDO, y TK_IDENTIFICADOR. Referenciado por JED_INTERFACE::leer_gui(). |
Here is the call graph for this function:
|
Definición en la línea 101 del archivo jed_btn.C. References botones_por_fila, EGB_ACTIVABLE, EGB_CON_SEPARADOR, EGB_CON_TITULO, EGB_VERTICAL, estilo, TOKENIZADOR::siguiente_token(), TK_ABRIR, TK_CERRAR, TK_DESCONOCIDO, TK_IDENTIFICADOR, y TK_NUMERO. Referenciado por leer(). |
Here is the call graph for this function:
|
Definición en la línea 95 del archivo jed_btn.C. References _nombre. |
|
Definición en la línea 67 del archivo jed_btn.h. Referenciado por GUI_BOTONERA(), imprimir(), leer(), y nombre(). |
|
Definición en la línea 69 del archivo jed_btn.h. Referenciado por crear_motif(), GUI_BOTONERA(), y leer_estilo(). |
|
Definición en la línea 68 del archivo jed_btn.h. Referenciado por crear_motif(), GUI_BOTONERA(), y leer_estilo(). |
|
Definición en la línea 66 del archivo jed_btn.h. Referenciado por GUI_BOTONERA(), y leer(). |
|
Definición en la línea 64 del archivo jed_btn.h. Referenciado por crear_motif(), imprimir(), y leer(). |
|
Definición en la línea 65 del archivo jed_btn.h. Referenciado por GUI_BOTONERA(), y leer(). |