ManaPlus
|
#include <linepart.h>
Public Member Functions | |
LinePart (const int x, const int y, const Color &color, const Color &color2, const std::string &text, const bool bold) | |
LinePart (const int x, const int y, const Color &color, const Color &color2, Image *const image) | |
LinePart (const LinePart &l) | |
LinePart & | operator= (const LinePart &l) |
~LinePart () | |
Data Fields | |
int | mX |
int | mY |
Color | mColor |
Color | mColor2 |
std::string | mText |
unsigned char | mType |
Image * | mImage |
bool | mBold |
Definition at line 34 of file linepart.h.
|
inline |
Definition at line 37 of file linepart.h.
|
inline |
LinePart::~LinePart | ( | ) |
bool LinePart::mBold |
Definition at line 100 of file linepart.h.
Referenced by BrowserBox::draw(), StaticBrowserBox::draw(), and operator=().
Color LinePart::mColor |
Definition at line 95 of file linepart.h.
Referenced by BrowserBox::draw(), StaticBrowserBox::draw(), and operator=().
Color LinePart::mColor2 |
Definition at line 96 of file linepart.h.
Referenced by BrowserBox::draw(), StaticBrowserBox::draw(), and operator=().
Image* LinePart::mImage |
Definition at line 99 of file linepart.h.
Referenced by BrowserBox::draw(), StaticBrowserBox::draw(), operator=(), and ~LinePart().
std::string LinePart::mText |
Definition at line 97 of file linepart.h.
Referenced by BrowserBox::draw(), StaticBrowserBox::draw(), BrowserBox::getTextAtPos(), StaticBrowserBox::getTextAtPos(), and operator=().
unsigned char LinePart::mType |
Definition at line 98 of file linepart.h.
Referenced by BrowserBox::draw(), StaticBrowserBox::draw(), and operator=().
int LinePart::mX |
Definition at line 93 of file linepart.h.
Referenced by BrowserBox::draw(), StaticBrowserBox::draw(), and operator=().
int LinePart::mY |
Definition at line 94 of file linepart.h.
Referenced by BrowserBox::draw(), StaticBrowserBox::draw(), BrowserBox::getTextAtPos(), StaticBrowserBox::getTextAtPos(), and operator=().