LeechCraft Azoth  0.6.70-6645-gcd10d7e
Modular multiprotocol IM plugin for LeechCraft
LeechCraft::Azoth::IMUCBookmarkEditorWidget Class Referenceabstract

#include "imucbookmarkeditorwidget.h"

Public Member Functions

virtual ~IMUCBookmarkEditorWidget ()
 
virtual QVariantMap GetIdentifyingData () const =0
 Returns the map with current join parameters. More...
 
virtual void SetIdentifyingData (const QVariantMap &data)=0
 Sets the previously saved join parameters. More...
 

Detailed Description

Definition at line 39 of file imucbookmarkeditorwidget.h.

Constructor & Destructor Documentation

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

Definition at line 42 of file imucbookmarkeditorwidget.h.

References GetIdentifyingData(), Q_DECLARE_INTERFACE(), and SetIdentifyingData().

+ Here is the call graph for this function:

Member Function Documentation

virtual QVariantMap LeechCraft::Azoth::IMUCBookmarkEditorWidget::GetIdentifyingData ( ) const
pure virtual

Returns the map with current join parameters.

This function is completely analogous to the IMUCJoinWidget::GetIdentifyingData() function. Refer to its documentation for more information.

Returns
Join parameters map.
See also
IMUCJoinWidget::GetIdentifyingData()

Referenced by ~IMUCBookmarkEditorWidget().

+ Here is the caller graph for this function:

virtual void LeechCraft::Azoth::IMUCBookmarkEditorWidget::SetIdentifyingData ( const QVariantMap &  data)
pure virtual

Sets the previously saved join parameters.

This function is completely analogous to the IMUCJoinWidget::SetIdentifyingData() function. Refer to its documentation for more information.

Parameters
[in]dataJoin parameters map.
See also
IMUCJoinWidget::SetIdentifyingData()

Referenced by ~IMUCBookmarkEditorWidget().

+ Here is the caller graph for this function:


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