Inherits XGP::XApplication.
Public Member Functions | |
XInfoApplication (const char *pTitle, const Glib::ustring &prgInfo, const Glib::ustring ©right) | |
~XInfoApplication () | |
Protected Member Functions | |
virtual void | setIconProgram (const guint8 *iconData, int lenData) |
void | setIconAuthor (const guint8 *iconData, int lenData) |
The top of the client contains 2 icons for program and programmer and two lines for program information and about the author.
XGP::XInfoApplication::XInfoApplication | ( | const char * | pTitle, | |
const Glib::ustring & | prgInfo, | |||
const Glib::ustring & | copyright | |||
) |
Constructor for programs with program information in the client.
pTitle | Pointer to title | |
prgInfo | Text describing the application | |
copyright | Copyright-information |
XGP::XInfoApplication::~XInfoApplication | ( | ) |
Destructor.
void XGP::XInfoApplication::setIconAuthor | ( | const guint8 * | pIconData, | |
int | lenData | |||
) | [protected] |
Sets pixmap for the programmer.
pIconData | Pointer to inline data for pixmap | |
lenData,: | Length of inline data |
void XGP::XInfoApplication::setIconProgram | ( | const guint8 * | pIconData, | |
int | lenData | |||
) | [protected, virtual] |
Sets an icon for the program from inline data.
pIconData | Pointer to inline data for pixmap | |
lenData,: | Length of inline data |
Reimplemented from XGP::XApplication.