Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

CSHTMLElement.h File Reference

#include <vector>
#include <string>
#include <map>
#include "CSTypes.h"
#include "CSGrafikElement.h"
#include "CSLog.h"
#include "CSStringlist.h"
#include "CSIcon.h"

Go to the source code of this file.

Data Structures

class  HTMLCursor
class  HTMLElement

Typedefs

typedef std::vector< HTMLElement * > HTMLElements
typedef std::map< std::string,
int > 
HTMLTagMap
typedef std::vector< SDL_Rect * > Positions

Variables

const int HTML_HTML = 1
const int HTML_HEAD = 2
const int HTML_TITLE = 3
const int HTML_BODY = 4
const int HTML_H1 = 5
const int HTML_H2 = 6
const int HTML_H3 = 7
const int HTML_H4 = 8
const int HTML_H5 = 9
const int HTML_P = 10
const int HTML_BR = 11
const int HTML_HL = 12
const int HTML_PRE = 13
const int HTML_IMG = 14
const int HTML_A = 15
const int HTML_B = 16
const int HTML_I = 17
const int HTML_DL = 18
const int HTML_DD = 19
const int HTML_DT = 20
const int HTML_OL = 21
const int HTML_UL = 22
const int HTML_LI = 23
const int HTML_TABLE = 24
const int HTML_TR = 25
const int HTML_TH = 26
const int HTML_TT = 27
const int HTML_OUTPUT_NONE = 0
const int HTML_OUTPUT_IMAGE = 1
const int HTML_OUTPUT_TEXT = 2
const int HTML_OUTPUT_PANEL = 3


Typedef Documentation

typedef std::vector<HTMLElement *> HTMLElements
 

Definition at line 29 of file CSHTMLElement.h.

typedef std::map<std::string, int> HTMLTagMap
 

Definition at line 30 of file CSHTMLElement.h.

typedef std::vector<SDL_Rect *> Positions
 

Definition at line 105 of file CSHTMLElement.h.


Variable Documentation

const int HTML_HTML = 1
 

Definition at line 32 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_HEAD = 2
 

Definition at line 33 of file CSHTMLElement.h.

const int HTML_TITLE = 3
 

Definition at line 34 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_BODY = 4
 

Definition at line 35 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_H1 = 5
 

Definition at line 36 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_H2 = 6
 

Definition at line 37 of file CSHTMLElement.h.

const int HTML_H3 = 7
 

Definition at line 38 of file CSHTMLElement.h.

const int HTML_H4 = 8
 

Definition at line 39 of file CSHTMLElement.h.

const int HTML_H5 = 9
 

Definition at line 40 of file CSHTMLElement.h.

const int HTML_P = 10
 

Definition at line 41 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_BR = 11
 

Definition at line 42 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_HL = 12
 

Definition at line 43 of file CSHTMLElement.h.

const int HTML_PRE = 13
 

Definition at line 44 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_IMG = 14
 

Definition at line 45 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_A = 15
 

Definition at line 46 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay(), and CSHTMLPanel::reactOnMessageHTMLPanel().

const int HTML_B = 16
 

Definition at line 47 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_I = 17
 

Definition at line 48 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_DL = 18
 

Definition at line 49 of file CSHTMLElement.h.

const int HTML_DD = 19
 

Definition at line 50 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_DT = 20
 

Definition at line 51 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_OL = 21
 

Definition at line 52 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_UL = 22
 

Definition at line 53 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_LI = 23
 

Definition at line 54 of file CSHTMLElement.h.

Referenced by HTMLElement::buildDisplay().

const int HTML_TABLE = 24
 

Definition at line 55 of file CSHTMLElement.h.

const int HTML_TR = 25
 

Definition at line 56 of file CSHTMLElement.h.

const int HTML_TH = 26
 

Definition at line 57 of file CSHTMLElement.h.

const int HTML_TT = 27
 

Definition at line 58 of file CSHTMLElement.h.

const int HTML_OUTPUT_NONE = 0
 

Definition at line 60 of file CSHTMLElement.h.

const int HTML_OUTPUT_IMAGE = 1
 

Definition at line 61 of file CSHTMLElement.h.

const int HTML_OUTPUT_TEXT = 2
 

Definition at line 62 of file CSHTMLElement.h.

const int HTML_OUTPUT_PANEL = 3
 

Definition at line 63 of file CSHTMLElement.h.


Generated on Wed Jul 14 00:43:43 2004 for CSLib by doxygen 1.3.6