#include <TelepathyQt4/Client/feature.h>
Public Member Functions | |
Feature (const QString &className, uint id, bool critical=false) | |
Feature (const Feature &other) | |
~Feature () | |
Feature & | operator= (const Feature &other) |
bool | isCritical () const |
Friends | |
struct | Private |
Telepathy::Client::Feature::Feature | ( | const QString & | className, | |
uint | id, | |||
bool | critical = false | |||
) |
Telepathy::Client::Feature::Feature | ( | const Feature & | other | ) |
Telepathy::Client::Feature::~Feature | ( | ) |
bool Telepathy::Client::Feature::isCritical | ( | ) | const |
Referenced by Telepathy::Client::ReadinessHelper::isReady().
friend struct Private [friend] |