• Skip to content
  • Skip to link menu
KDE 4.0 API Reference
  • KDE API Reference
  • kdenetwork
  • Sitemap
  • Contact Us
 

kopete/libkopete

Kopete::BehaviorSettings

Kopete::BehaviorSettings Class Reference

#include <kopetebehaviorsettings.h>

Inheritance diagram for Kopete::BehaviorSettings:

Inheritance graph
[legend]

List of all members.


Detailed Description

Definition at line 14 of file kopetebehaviorsettings.h.


Public Member Functions

 ~BehaviorSettings ()
ItemBool * startDockedItem ()
ItemBool * showSystemTrayItem ()
ItemBool * useMessageStackItem ()
ItemBool * useMessageQueueItem ()
ItemBool * queueUnreadMessagesItem ()
ItemBool * contactListMouseNavigationItem ()
ItemBool * reconnectOnDisconnectItem ()
ItemBool * autoConnectItem ()
ItemBool * raiseMessageWindowItem ()
ItemBool * showEventsItem ()
ItemBool * showEventsIfActiveItem ()
ItemBool * queueOnlyHighlightedMessagesInGroupChatsItem ()
ItemBool * queueOnlyMessagesOnAnotherDesktopItem ()
ItemBool * balloonNotifyItem ()
ItemBool * balloonNotifyIgnoreClosesChatViewItem ()
ItemBool * balloonCloseItem ()
ItemInt * balloonCloseDelayItem ()
ItemBool * trayflashNotifyItem ()
ItemBool * trayflashNotifyLeftClickOpensMessageItem ()
ItemBool * trayflashNotifySetCurrentDesktopToChatViewItem ()
ItemBool * enableEventsWhileAwayItem ()
ItemInt * awayMessageRememberedItem ()
ItemEnum * chatWindowGroupPolicyItem ()
ItemBool * spellCheckItem ()
ItemBool * chatWindowShowSendButtonItem ()
ItemBool * truncateContactNameItem ()
ItemInt * truncateContactNameLengthItem ()
ItemInt * chatWindowBufferViewSizeItem ()
ItemBool * highlightEnabledItem ()
ItemString * viewPluginItem ()
ItemBool * useAutoAwayItem ()
ItemInt * autoAwayTimeoutItem ()
ItemBool * autoAwayGoAvailableItem ()
ItemBool * useLastAwayMessageItem ()
ItemBool * useCustomAwayMessageItem ()
ItemString * autoAwayCustomMessageItem ()
ItemBool * smoothScrollingItem ()
ItemBool * alwaysShowTabsItem ()

Static Public Member Functions

static BehaviorSettings * self ()
static void setStartDocked (bool v)
static bool startDocked ()
static void setShowSystemTray (bool v)
static bool showSystemTray ()
static void setUseMessageStack (bool v)
static bool useMessageStack ()
static void setUseMessageQueue (bool v)
static bool useMessageQueue ()
static void setQueueUnreadMessages (bool v)
static bool queueUnreadMessages ()
static void setContactListMouseNavigation (bool v)
static bool contactListMouseNavigation ()
static void setReconnectOnDisconnect (bool v)
static bool reconnectOnDisconnect ()
static void setAutoConnect (bool v)
static bool autoConnect ()
static void setRaiseMessageWindow (bool v)
static bool raiseMessageWindow ()
static void setShowEvents (bool v)
static bool showEvents ()
static void setShowEventsIfActive (bool v)
static bool showEventsIfActive ()
static void setQueueOnlyHighlightedMessagesInGroupChats (bool v)
static bool queueOnlyHighlightedMessagesInGroupChats ()
static void setQueueOnlyMessagesOnAnotherDesktop (bool v)
static bool queueOnlyMessagesOnAnotherDesktop ()
static void setBalloonNotify (bool v)
static bool balloonNotify ()
static void setBalloonNotifyIgnoreClosesChatView (bool v)
static bool balloonNotifyIgnoreClosesChatView ()
static void setBalloonClose (bool v)
static bool balloonClose ()
static void setBalloonCloseDelay (int v)
static int balloonCloseDelay ()
static void setTrayflashNotify (bool v)
static bool trayflashNotify ()
static void setTrayflashNotifyLeftClickOpensMessage (bool v)
static bool trayflashNotifyLeftClickOpensMessage ()
static void setTrayflashNotifySetCurrentDesktopToChatView (bool v)
static bool trayflashNotifySetCurrentDesktopToChatView ()
static void setEnableEventsWhileAway (bool v)
static bool enableEventsWhileAway ()
static void setAwayMessageRemembered (int v)
static int awayMessageRemembered ()
static void setChatWindowGroupPolicy (int v)
static int chatWindowGroupPolicy ()
static void setSpellCheck (bool v)
static bool spellCheck ()
static void setChatWindowShowSendButton (bool v)
static bool chatWindowShowSendButton ()
static void setTruncateContactName (bool v)
static bool truncateContactName ()
static void setTruncateContactNameLength (int v)
static int truncateContactNameLength ()
static void setChatWindowBufferViewSize (int v)
static int chatWindowBufferViewSize ()
static void setHighlightEnabled (bool v)
static bool highlightEnabled ()
static void setViewPlugin (const QString &v)
static QString viewPlugin ()
static void setUseAutoAway (bool v)
static bool useAutoAway ()
static void setAutoAwayTimeout (int v)
static int autoAwayTimeout ()
static void setAutoAwayGoAvailable (bool v)
static bool autoAwayGoAvailable ()
static void setUseLastAwayMessage (bool v)
static bool useLastAwayMessage ()
static void setUseCustomAwayMessage (bool v)
static bool useCustomAwayMessage ()
static void setAutoAwayCustomMessage (const QString &v)
static QString autoAwayCustomMessage ()
static void setSmoothScrolling (bool v)
static bool smoothScrolling ()
static void setAlwaysShowTabs (bool v)
static bool alwaysShowTabs ()

Protected Member Functions

 BehaviorSettings ()

Protected Attributes

bool mStartDocked
bool mShowSystemTray
bool mUseMessageStack
bool mUseMessageQueue
bool mQueueUnreadMessages
bool mContactListMouseNavigation
bool mReconnectOnDisconnect
bool mAutoConnect
bool mRaiseMessageWindow
bool mShowEvents
bool mShowEventsIfActive
bool mQueueOnlyHighlightedMessagesInGroupChats
bool mQueueOnlyMessagesOnAnotherDesktop
bool mBalloonNotify
bool mBalloonNotifyIgnoreClosesChatView
bool mBalloonClose
int mBalloonCloseDelay
bool mTrayflashNotify
bool mTrayflashNotifyLeftClickOpensMessage
bool mTrayflashNotifySetCurrentDesktopToChatView
bool mEnableEventsWhileAway
int mAwayMessageRemembered
int mChatWindowGroupPolicy
bool mSpellCheck
bool mChatWindowShowSendButton
bool mTruncateContactName
int mTruncateContactNameLength
int mChatWindowBufferViewSize
bool mHighlightEnabled
QString mViewPlugin
bool mUseAutoAway
int mAutoAwayTimeout
bool mAutoAwayGoAvailable
bool mUseLastAwayMessage
bool mUseCustomAwayMessage
QString mAutoAwayCustomMessage
bool mSmoothScrolling
bool mAlwaysShowTabs

Friends

class BehaviorSettingsHelper

Classes

class  EnumChatWindowGroupPolicy

Constructor & Destructor Documentation

BehaviorSettings::~BehaviorSettings (  ) 

Definition at line 151 of file kopetebehaviorsettings.cpp.

BehaviorSettings::BehaviorSettings (  )  [protected]

Definition at line 31 of file kopetebehaviorsettings.cpp.


Member Function Documentation

BehaviorSettings * BehaviorSettings::self (  )  [static]

Definition at line 21 of file kopetebehaviorsettings.cpp.

static void Kopete::BehaviorSettings::setStartDocked ( bool  v  )  [inline, static]

Set Start Kopete docked.

Definition at line 30 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::startDocked (  )  [inline, static]

Get Start Kopete docked.

Definition at line 40 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::startDockedItem (  )  [inline]

Get Item object corresponding to startDocked().

Definition at line 48 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setShowSystemTray ( bool  v  )  [inline, static]

Set Show Kopete in system tray.

Definition at line 57 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::showSystemTray (  )  [inline, static]

Get Show Kopete in system tray.

Definition at line 67 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::showSystemTrayItem (  )  [inline]

Get Item object corresponding to showSystemTray().

Definition at line 75 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setUseMessageStack ( bool  v  )  [inline, static]

Set Use message stack.

Definition at line 84 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::useMessageStack (  )  [inline, static]

Get Use message stack.

Definition at line 94 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::useMessageStackItem (  )  [inline]

Get Item object corresponding to useMessageStack().

Definition at line 102 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setUseMessageQueue ( bool  v  )  [inline, static]

Set Use message queue.

Definition at line 111 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::useMessageQueue (  )  [inline, static]

Get Use message queue.

Definition at line 121 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::useMessageQueueItem (  )  [inline]

Get Item object corresponding to useMessageQueue().

Definition at line 129 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setQueueUnreadMessages ( bool  v  )  [inline, static]

Set Queue unread messages.

Definition at line 138 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::queueUnreadMessages (  )  [inline, static]

Get Queue unread messages.

Definition at line 148 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::queueUnreadMessagesItem (  )  [inline]

Get Item object corresponding to queueUnreadMessages().

Definition at line 156 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setContactListMouseNavigation ( bool  v  )  [inline, static]

Set Use mouse navigation only in contact list.

Definition at line 165 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::contactListMouseNavigation (  )  [inline, static]

Get Use mouse navigation only in contact list.

Definition at line 175 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::contactListMouseNavigationItem (  )  [inline]

Get Item object corresponding to contactListMouseNavigation().

Definition at line 183 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setReconnectOnDisconnect ( bool  v  )  [inline, static]

Set Reconnect on disconnect.

Definition at line 192 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::reconnectOnDisconnect (  )  [inline, static]

Get Reconnect on disconnect.

Definition at line 202 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::reconnectOnDisconnectItem (  )  [inline]

Get Item object corresponding to reconnectOnDisconnect().

Definition at line 210 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setAutoConnect ( bool  v  )  [inline, static]

Set Auto connect on Kopete load.

Definition at line 219 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::autoConnect (  )  [inline, static]

Get Auto connect on Kopete load.

Definition at line 229 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::autoConnectItem (  )  [inline]

Get Item object corresponding to autoConnect().

Definition at line 237 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setRaiseMessageWindow ( bool  v  )  [inline, static]

Set Raise message view on new messages.

Definition at line 246 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::raiseMessageWindow (  )  [inline, static]

Get Raise message view on new messages.

Definition at line 256 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::raiseMessageWindowItem (  )  [inline]

Get Item object corresponding to raiseMessageWindow().

Definition at line 264 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setShowEvents ( bool  v  )  [inline, static]

Set Show events in chat window.

Definition at line 273 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::showEvents (  )  [inline, static]

Get Show events in chat window.

Definition at line 283 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::showEventsItem (  )  [inline]

Get Item object corresponding to showEvents().

Definition at line 291 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setShowEventsIfActive ( bool  v  )  [inline, static]

Set Show events in active chat window.

Definition at line 300 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::showEventsIfActive (  )  [inline, static]

Get Show events in active chat window.

Definition at line 310 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::showEventsIfActiveItem (  )  [inline]

Get Item object corresponding to showEventsIfActive().

Definition at line 318 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setQueueOnlyHighlightedMessagesInGroupChats ( bool  v  )  [inline, static]

Set Queue only highlighted messages in group chats.

Definition at line 327 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::queueOnlyHighlightedMessagesInGroupChats (  )  [inline, static]

Get Queue only highlighted messages in group chats.

Definition at line 337 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::queueOnlyHighlightedMessagesInGroupChatsItem (  )  [inline]

Get Item object corresponding to queueOnlyHighlightedMessagesInGroupChats().

Definition at line 345 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setQueueOnlyMessagesOnAnotherDesktop ( bool  v  )  [inline, static]

Set Queue Only Messages On Another Desktop.

Definition at line 354 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::queueOnlyMessagesOnAnotherDesktop (  )  [inline, static]

Get Queue Only Messages On Another Desktop.

Definition at line 364 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::queueOnlyMessagesOnAnotherDesktopItem (  )  [inline]

Get Item object corresponding to queueOnlyMessagesOnAnotherDesktop().

Definition at line 372 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setBalloonNotify ( bool  v  )  [inline, static]

Set Use Balloon notification.

Definition at line 381 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::balloonNotify (  )  [inline, static]

Get Use Balloon notification.

Definition at line 391 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::balloonNotifyItem (  )  [inline]

Get Item object corresponding to balloonNotify().

Definition at line 399 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setBalloonNotifyIgnoreClosesChatView ( bool  v  )  [inline, static]

Set Balloon Notification Ignore Closes Chat View.

Definition at line 408 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::balloonNotifyIgnoreClosesChatView (  )  [inline, static]

Get Balloon Notification Ignore Closes Chat View.

Definition at line 418 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::balloonNotifyIgnoreClosesChatViewItem (  )  [inline]

Get Item object corresponding to balloonNotifyIgnoreClosesChatView().

Definition at line 426 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setBalloonClose ( bool  v  )  [inline, static]

Set Balloon Autoclose.

Definition at line 435 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::balloonClose (  )  [inline, static]

Get Balloon Autoclose.

Definition at line 445 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::balloonCloseItem (  )  [inline]

Get Item object corresponding to balloonClose().

Definition at line 453 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setBalloonCloseDelay ( int  v  )  [inline, static]

Set Balloon Autoclose Delay.

Definition at line 462 of file kopetebehaviorsettings.h.

static int Kopete::BehaviorSettings::balloonCloseDelay (  )  [inline, static]

Get Balloon Autoclose Delay.

Definition at line 472 of file kopetebehaviorsettings.h.

ItemInt* Kopete::BehaviorSettings::balloonCloseDelayItem (  )  [inline]

Get Item object corresponding to balloonCloseDelay().

Definition at line 480 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setTrayflashNotify ( bool  v  )  [inline, static]

Set Trayflash Notification.

Definition at line 489 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::trayflashNotify (  )  [inline, static]

Get Trayflash Notification.

Definition at line 499 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::trayflashNotifyItem (  )  [inline]

Get Item object corresponding to trayflashNotify().

Definition at line 507 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setTrayflashNotifyLeftClickOpensMessage ( bool  v  )  [inline, static]

Set Trayflash Notification Left Click Opens Message.

Definition at line 516 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::trayflashNotifyLeftClickOpensMessage (  )  [inline, static]

Get Trayflash Notification Left Click Opens Message.

Definition at line 526 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::trayflashNotifyLeftClickOpensMessageItem (  )  [inline]

Get Item object corresponding to trayflashNotifyLeftClickOpensMessage().

Definition at line 534 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setTrayflashNotifySetCurrentDesktopToChatView ( bool  v  )  [inline, static]

Set Trayflash Notification Set Current Desktop To Chat View.

Definition at line 543 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::trayflashNotifySetCurrentDesktopToChatView (  )  [inline, static]

Get Trayflash Notification Set Current Desktop To Chat View.

Definition at line 553 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::trayflashNotifySetCurrentDesktopToChatViewItem (  )  [inline]

Get Item object corresponding to trayflashNotifySetCurrentDesktopToChatView().

Definition at line 561 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setEnableEventsWhileAway ( bool  v  )  [inline, static]

Set Enable events while away.

Definition at line 570 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::enableEventsWhileAway (  )  [inline, static]

Get Enable events while away.

Definition at line 580 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::enableEventsWhileAwayItem (  )  [inline]

Get Item object corresponding to enableEventsWhileAway().

Definition at line 588 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setAwayMessageRemembered ( int  v  )  [inline, static]

Set Number of away messages remembered.

Definition at line 597 of file kopetebehaviorsettings.h.

static int Kopete::BehaviorSettings::awayMessageRemembered (  )  [inline, static]

Get Number of away messages remembered.

Definition at line 607 of file kopetebehaviorsettings.h.

ItemInt* Kopete::BehaviorSettings::awayMessageRememberedItem (  )  [inline]

Get Item object corresponding to awayMessageRemembered().

Definition at line 615 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setChatWindowGroupPolicy ( int  v  )  [inline, static]

Set Chat window grouping policy.

Definition at line 624 of file kopetebehaviorsettings.h.

static int Kopete::BehaviorSettings::chatWindowGroupPolicy (  )  [inline, static]

Get Chat window grouping policy.

Definition at line 634 of file kopetebehaviorsettings.h.

ItemEnum* Kopete::BehaviorSettings::chatWindowGroupPolicyItem (  )  [inline]

Get Item object corresponding to chatWindowGroupPolicy().

Definition at line 642 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setSpellCheck ( bool  v  )  [inline, static]

Set Enable spell checking.

Definition at line 651 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::spellCheck (  )  [inline, static]

Get Enable spell checking.

Definition at line 661 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::spellCheckItem (  )  [inline]

Get Item object corresponding to spellCheck().

Definition at line 669 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setChatWindowShowSendButton ( bool  v  )  [inline, static]

Set Show send button in Chat Window.

Definition at line 678 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::chatWindowShowSendButton (  )  [inline, static]

Get Show send button in Chat Window.

Definition at line 688 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::chatWindowShowSendButtonItem (  )  [inline]

Get Item object corresponding to chatWindowShowSendButton().

Definition at line 696 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setTruncateContactName ( bool  v  )  [inline, static]

Set Truncate contact name.

Definition at line 705 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::truncateContactName (  )  [inline, static]

Get Truncate contact name.

Definition at line 715 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::truncateContactNameItem (  )  [inline]

Get Item object corresponding to truncateContactName().

Definition at line 723 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setTruncateContactNameLength ( int  v  )  [inline, static]

Set Truncate contat name max length.

Definition at line 732 of file kopetebehaviorsettings.h.

static int Kopete::BehaviorSettings::truncateContactNameLength (  )  [inline, static]

Get Truncate contat name max length.

Definition at line 742 of file kopetebehaviorsettings.h.

ItemInt* Kopete::BehaviorSettings::truncateContactNameLengthItem (  )  [inline]

Get Item object corresponding to truncateContactNameLength().

Definition at line 750 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setChatWindowBufferViewSize ( int  v  )  [inline, static]

Set Maximum number of messages to show in a chat window.

Definition at line 759 of file kopetebehaviorsettings.h.

static int Kopete::BehaviorSettings::chatWindowBufferViewSize (  )  [inline, static]

Get Maximum number of messages to show in a chat window.

Definition at line 769 of file kopetebehaviorsettings.h.

ItemInt* Kopete::BehaviorSettings::chatWindowBufferViewSizeItem (  )  [inline]

Get Item object corresponding to chatWindowBufferViewSize().

Definition at line 777 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setHighlightEnabled ( bool  v  )  [inline, static]

Set Hightlight messages containing your nickname.

Definition at line 786 of file kopetebehaviorsettings.h.

static bool Kopete::BehaviorSettings::highlightEnabled (  )  [inline, static]

Get Hightlight messages containing your nickname.

Definition at line 796 of file kopetebehaviorsettings.h.

ItemBool* Kopete::BehaviorSettings::highlightEnabledItem (  )  [inline]

Get Item object corresponding to highlightEnabled().

Definition at line 804 of file kopetebehaviorsettings.h.