Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TGHtmlForm.cxx File Reference

Classes

class  TGHtmlLBEntry

Macros

#define NeedToEscape(C)

Functions

static int InputType (TGHtmlElement *p)
 Return an appropriate type value for the given <INPUT> markup.

Variables

static char gNeedEscape []

Macro Definition Documentation

◆ NeedToEscape

#define NeedToEscape ( C)
Value:
((C)>0 && (C)<127 && gNeedEscape[(int)(C)])
static char gNeedEscape[]

Definition at line 637 of file TGHtmlForm.cxx.

Function Documentation

◆ InputType()

int InputType ( TGHtmlElement * p)
static

Return an appropriate type value for the given <INPUT> markup.

Definition at line 130 of file TGHtmlForm.cxx.

Variable Documentation

◆ gNeedEscape

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 627 of file TGHtmlForm.cxx.