#include <Text.h>

Definition at line 37 of file Text.h.
enum MHText::Justification [protected] |
enum MHText::LineOrientation [protected] |
enum MHText::StartCorner [protected] |
| virtual const char* MHText::ClassName | ( | ) | [inline, virtual] |
| void MHText::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHVisible.
Reimplemented in MHHyperText.
Definition at line 64 of file Text.cpp.
Referenced by MHHyperText::Initialise().
| void MHText::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [virtual] |
Reimplemented from MHVisible.
Reimplemented in MHHyperText.
Definition at line 146 of file Text.cpp.
Referenced by MHHyperText::PrintMe().
| void MHText::Preparation | ( | MHEngine * | engine | ) | [virtual] |
| void MHText::ContentPreparation | ( | MHEngine * | engine | ) | [virtual] |
| void MHText::ContentArrived | ( | const unsigned char * | data, | |
| int | length, | |||
| MHEngine * | engine | |||
| ) | [virtual] |
| virtual MHIngredient* MHText::Clone | ( | MHEngine * | ) | [inline, virtual] |
| void MHText::SetFontAttributes | ( | const MHOctetString & | fontAttrs, | |
| MHEngine * | engine | |||
| ) | [virtual] |
| int MHText::GetJustification | ( | const char * | str | ) | [static] |
| int MHText::GetLineOrientation | ( | const char * | str | ) | [static] |
| int MHText::GetStartCorner | ( | const char * | str | ) | [static] |
| void MHText::Display | ( | MHEngine * | d | ) | [virtual] |
| QRegion MHText::GetOpaqueArea | ( | ) | [virtual] |
| void MHText::Redraw | ( | void | ) | [protected] |
| void MHText::CreateContent | ( | const unsigned char * | p, | |
| int | s, | |||
| MHEngine * | engine | |||
| ) | [protected] |
MHFontBody MHText::m_OrigFont [protected] |
MHOctetString MHText::m_OriginalFontAttrs [protected] |
Definition at line 72 of file Text.h.
Referenced by Initialise(), MHText(), Preparation(), and PrintMe().
MHColour MHText::m_OriginalTextColour [protected] |
Definition at line 73 of file Text.h.
Referenced by Initialise(), MHText(), Preparation(), and PrintMe().
MHColour MHText::m_OriginalBgColour [protected] |
Definition at line 73 of file Text.h.
Referenced by Initialise(), MHText(), Preparation(), and PrintMe().
int MHText::m_nCharSet [protected] |
enum MHText::Justification MHText::m_HorizJ [protected] |
Referenced by Initialise(), MHText(), PrintMe(), and Redraw().
enum MHText::Justification MHText::m_VertJ [protected] |
Referenced by Initialise(), MHText(), PrintMe(), and Redraw().
enum MHText::LineOrientation MHText::m_LineOrientation [protected] |
Referenced by Initialise(), MHText(), and PrintMe().
enum MHText::StartCorner MHText::m_StartCorner [protected] |
Referenced by Initialise(), MHText(), and PrintMe().
bool MHText::m_fTextWrap [protected] |
MHColour MHText::m_textColour [protected] |
MHColour MHText::m_bgColour [protected] |
Definition at line 82 of file Text.h.
Referenced by Display(), GetOpaqueArea(), Preparation(), and SetBackgroundColour().
MHOctetString MHText::m_fontAttrs [protected] |
Definition at line 83 of file Text.h.
Referenced by Preparation(), Redraw(), and SetFontAttributes().
MHOctetString MHText::m_Content [protected] |
MHTextDisplay* MHText::m_pDisplay [protected] |
Definition at line 86 of file Text.h.
Referenced by Display(), Initialise(), MHText(), Preparation(), Redraw(), and ~MHText().
bool MHText::m_NeedsRedraw [protected] |
Definition at line 87 of file Text.h.
Referenced by ContentArrived(), CreateContent(), Display(), Initialise(), Preparation(), SetFontAttributes(), and SetTextColour().
1.5.5