LeechCraft Azoth  0.6.70-15082-g543737046d
Modular multiprotocol IM plugin for LeechCraft
LC::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 39 of file isupportmood.h.

Constructor & Destructor Documentation

◆ ~ISupportMood()

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

Definition at line 42 of file isupportmood.h.

Member Function Documentation

◆ SetMood()

virtual void LC::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: