LeechCraft Azoth  0.6.70-10870-g558588d6ec
Modular multiprotocol IM plugin for LeechCraft
LeechCraft::Azoth::ISupportMood Class Referenceabstract

Interface for accounts supporting user mood. More...

#include "isupportmood.h"

Public Member Functions

virtual ~ISupportMood ()
 
virtual void SetMood (const MoodInfo &mood)=0
 Publishes the current user mood. More...
 

Detailed Description

Interface for accounts supporting user mood.

This interface can be implemented by account objects to advertise the support for publishing current user mood.

See also
IAccount
MoodInfo

Definition at line 48 of file isupportmood.h.

Constructor & Destructor Documentation

◆ ~ISupportMood()

virtual LeechCraft::Azoth::ISupportMood::~ISupportMood ( )
inlinevirtual

Definition at line 51 of file isupportmood.h.

Member Function Documentation

◆ SetMood()

virtual void LeechCraft::Azoth::ISupportMood::SetMood ( const MoodInfo mood)
pure virtual

Publishes the current user mood.

Parameters
[in]moodThe mood description.

The documentation for this class was generated from the following file: