#include <WPGString.h>
Public Member Functions | |
WPGString () | |
WPGString (const char *str) | |
WPGString (const WPGString &str) | |
~WPGString () | |
bool | empty () const |
const char * | cstr () const |
long | length () const |
void | append (const char c) |
WPGString & | operator= (const WPGString &str) |
WPGString & | operator= (const char *str) |
Private Attributes | |
WPGStringPrivate * | d |
libwpg::WPGString::WPGString | ( | ) |
libwpg::WPGString::WPGString | ( | const char * | str | ) |
libwpg::WPGString::WPGString | ( | const WPGString & | str | ) |
libwpg::WPGString::~WPGString | ( | ) |
bool libwpg::WPGString::empty | ( | ) | const |
const char * libwpg::WPGString::cstr | ( | ) | const |
Referenced by libwpg::WPGSVGGenerator::drawBitmap(), and libwpg::WPGSVGGenerator::drawImageObject().
long libwpg::WPGString::length | ( | ) | const |
Referenced by libwpg::WPGSVGGenerator::drawImageObject().
void libwpg::WPGString::append | ( | const char | c | ) |
Referenced by libwpg::WPGBitmap::base64Encode().
libwpg::WPGString & libwpg::WPGString::operator= | ( | const WPGString & | str | ) |
libwpg::WPGString & libwpg::WPGString::operator= | ( | const char * | str | ) |
WPGStringPrivate* libwpg::WPGString::d [private] |
Referenced by append(), cstr(), empty(), length(), operator=(), WPGString(), and ~WPGString().