#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 | ( | ) |
| void libwpg::WPGString::append | ( | const char | c | ) |
Referenced by libwpg::WPGBitmap::base64Encode().
| const char * libwpg::WPGString::cstr | ( | ) | const |
Referenced by libwpg::WPGSVGGenerator::drawBitmap(), and libwpg::WPGSVGGenerator::drawImageObject().
| bool libwpg::WPGString::empty | ( | ) | const |
| long libwpg::WPGString::length | ( | ) | const |
Referenced by libwpg::WPGSVGGenerator::drawImageObject().
| libwpg::WPGString & libwpg::WPGString::operator= | ( | const char * | str | ) |
| libwpg::WPGString & libwpg::WPGString::operator= | ( | const WPGString & | str | ) |
WPGStringPrivate* libwpg::WPGString::d [private] |
Referenced by operator=(), and WPGString().