#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 |
|
Definition at line 29 of file CSHTMLElement.h. |
|
Definition at line 30 of file CSHTMLElement.h. |
|
Definition at line 105 of file CSHTMLElement.h. |
|
Definition at line 32 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 33 of file CSHTMLElement.h. |
|
Definition at line 34 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 35 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 36 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 37 of file CSHTMLElement.h. |
|
Definition at line 38 of file CSHTMLElement.h. |
|
Definition at line 39 of file CSHTMLElement.h. |
|
Definition at line 40 of file CSHTMLElement.h. |
|
Definition at line 41 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 42 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 43 of file CSHTMLElement.h. |
|
Definition at line 44 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 45 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 46 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(), and CSHTMLPanel::reactOnMessageHTMLPanel(). |
|
Definition at line 47 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 48 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 49 of file CSHTMLElement.h. |
|
Definition at line 50 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 51 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 52 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 53 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 54 of file CSHTMLElement.h. Referenced by HTMLElement::buildDisplay(). |
|
Definition at line 55 of file CSHTMLElement.h. |
|
Definition at line 56 of file CSHTMLElement.h. |
|
Definition at line 57 of file CSHTMLElement.h. |
|
Definition at line 58 of file CSHTMLElement.h. |
|
Definition at line 60 of file CSHTMLElement.h. |
|
Definition at line 61 of file CSHTMLElement.h. |
|
Definition at line 62 of file CSHTMLElement.h. |
|
Definition at line 63 of file CSHTMLElement.h. |