#include <string.h>#include <stdlib.h>#include <stdarg.h>#include "TGHtml.h"#include "TGButton.h"#include "TGTextEntry.h"#include "TGListBox.h"#include "TGTextEdit.h"#include "TGComboBox.h"Go to the source code of this file.
| Classes | |
| class | TGHtmlLBEntry | 
| Defines | |
| #define | NeedToEscape(C) ((C)>0 && (C)<127 && gNeedEscape[(int)(C)]) | 
| Functions | |
| static int | InputType (TGHtmlElement *p) | 
| Variables | |
| static char | gNeedEscape [] | 
| #define NeedToEscape | ( | C | ) | ((C)>0 && (C)<127 && gNeedEscape[(int)(C)]) | 
| static int InputType | ( | TGHtmlElement * | p | ) |  [static] | 
Definition at line 128 of file TGHtmlForm.cxx.
References CANT_HAPPEN, Html_APPLET, Html_EMBED, Html_IFRAME, Html_INPUT, Html_SELECT, Html_TEXTAREA, i, INPUT_TYPE_Applet, INPUT_TYPE_Button, INPUT_TYPE_Checkbox, INPUT_TYPE_File, INPUT_TYPE_Hidden, INPUT_TYPE_Image, INPUT_TYPE_Password, INPUT_TYPE_Radio, INPUT_TYPE_Reset, INPUT_TYPE_Select, INPUT_TYPE_Submit, INPUT_TYPE_Text, INPUT_TYPE_TextArea, INPUT_TYPE_Unknown, int, p, strcasecmp, and type.
Referenced by TGHtml::AddFormInfo(), and TGHtml::ControlSize().
| char gNeedEscape[]  [static] | 
Initial value:
 {
   1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
   1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
   1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0,
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1,
   1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0,
   1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1,
}
Definition at line 626 of file TGHtmlForm.cxx.
 1.5.1
 1.5.1