Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGHtmlForm.cxx File Reference
#include <cstring>
#include <cstdlib>
#include <cstdarg>
#include "TGHtml.h"
#include "TGButton.h"
#include "TGTextEntry.h"
#include "TGListBox.h"
#include "TGTextEdit.h"
#include "TGComboBox.h"
#include "snprintf.h"
Include dependency graph for TGHtmlForm.cxx:

Classes

class  TGHtmlLBEntry
 

Macros

#define NeedToEscape(C)   ((C)>0 && (C)<127 && gNeedEscape[(int)(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)    ((C)>0 && (C)<127 && gNeedEscape[(int)(C)])

Definition at line 637 of file TGHtmlForm.cxx.

Function Documentation

◆ InputType()

static 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.