#include <plugintclient.h>
Inherits PluginClient.
Inherited by BlondThemeMain, BlueDotThemeMain, MicroThemeMain, and SUVMain.

Public Member Functions | |
| PluginTClient (PluginServer *server) | |
| virtual | ~PluginTClient () |
| int | is_theme () |
| virtual Theme * | new_theme () |
Definition at line 8 of file plugintclient.h.
| PluginTClient::PluginTClient | ( | PluginServer * | server | ) |
Definition at line 8 of file plugintclient.C.
| PluginTClient::~PluginTClient | ( | ) | [virtual] |
Definition at line 13 of file plugintclient.C.
| int PluginTClient::is_theme | ( | ) | [virtual] |
| virtual Theme* PluginTClient::new_theme | ( | ) | [inline, virtual] |
Reimplemented from PluginClient.
Reimplemented in BlueDotThemeMain, BlondThemeMain, MicroThemeMain, and SUVMain.
Definition at line 15 of file plugintclient.h.
1.5.5