![]() |
ManaPlus
|
#include <textchunksmall.h>
Public Member Functions | |
| TextChunkSmall (const std::string &text0, const Color &color0, const Color &color1) | |
| TextChunkSmall (const TextChunkSmall &old) | |
| bool | operator== (const TextChunkSmall &chunk) const |
| bool | operator< (const TextChunkSmall &chunk) const |
| TextChunkSmall & | operator= (const TextChunkSmall &chunk) |
Data Fields | |
| std::string | text |
| Color | color |
| Color | color2 |
Definition at line 31 of file textchunksmall.h.
| TextChunkSmall::TextChunkSmall | ( | const std::string & | text0, |
| const Color & | color0, | ||
| const Color & | color1 | ||
| ) |
Definition at line 28 of file textchunksmall.cpp.
| TextChunkSmall::TextChunkSmall | ( | const TextChunkSmall & | old | ) |
| bool TextChunkSmall::operator< | ( | const TextChunkSmall & | chunk | ) | const |
Definition at line 59 of file textchunksmall.cpp.
References Color::a, Color::b, color, color2, Color::g, Font::mSoftMode, Color::r, restrict, and text.
| TextChunkSmall & TextChunkSmall::operator= | ( | const TextChunkSmall & | chunk | ) |
| bool TextChunkSmall::operator== | ( | const TextChunkSmall & | chunk | ) | const |
| Color TextChunkSmall::color |
Definition at line 47 of file textchunksmall.h.
Referenced by operator<(), operator=(), and operator==().
| Color TextChunkSmall::color2 |
Definition at line 48 of file textchunksmall.h.
Referenced by operator<(), operator=(), and operator==().
| std::string TextChunkSmall::text |
Definition at line 46 of file textchunksmall.h.
Referenced by operator<(), operator=(), and operator==().