![]() |
LeechCraft Azoth
%{LEECHCRAFT_VERSION}
Modular multiprotocol IM plugin for LeechCraft
|
#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... | |
Definition at line 39 of file imucbookmarkeditorwidget.h.
|
inlinevirtual |
Definition at line 42 of file imucbookmarkeditorwidget.h.
|
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.
|
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.
[in] | data | Join parameters map. |