![]() |
LeechCraft Azoth
0.6.70-6645-gcd10d7e
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.
References GetIdentifyingData(), Q_DECLARE_INTERFACE(), and SetIdentifyingData().
|
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.
Referenced by ~IMUCBookmarkEditorWidget().
|
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. |
Referenced by ~IMUCBookmarkEditorWidget().