Inheritance diagram for Swift::CombinedAvatarProvider:
Collaboration diagram for Swift::CombinedAvatarProvider:Public Member Functions | |
| virtual std::string | getAvatarHash (const JID &) const |
| void | addProvider (AvatarProvider *) |
| void | removeProvider (AvatarProvider *) |
Public Attributes | |
| boost::signal< void(const JID &)> | onAvatarChanged |
Definition at line 17 of file CombinedAvatarProvider.h.
| void Swift::CombinedAvatarProvider::addProvider | ( | AvatarProvider * | ) |
| virtual std::string Swift::CombinedAvatarProvider::getAvatarHash | ( | const JID & | ) | const [virtual] |
Implements Swift::AvatarProvider.
| void Swift::CombinedAvatarProvider::removeProvider | ( | AvatarProvider * | ) |
boost::signal<void (const JID&)> Swift::AvatarProvider::onAvatarChanged [inherited] |
Definition at line 23 of file AvatarProvider.h.
1.7.1