• Skip to content
  • Skip to link menu
KDE 4.2 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

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

Static Public Member Functions

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

Protected Member Functions

 BehaviorSettings ()

Protected Attributes

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

Classes

class  EnumChatWindowGroupPolicy

Constructor & Destructor Documentation

BehaviorSettings::~BehaviorSettings (  ) 

Definition at line 145 of file kopetebehaviorsettings.cpp.

BehaviorSettings::BehaviorSettings (  )  [protected]

Definition at line 31 of file kopetebehaviorsettings.cpp.


Member Function Documentation

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

Get Always show tabs.

Definition at line 958 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to AlwaysShowTabs().

Definition at line 966 of file kopetebehaviorsettings.h.

static QString Kopete::BehaviorSettings::autoAwayCustomMessage (  )  [inline, static]

Get The custom auto away message.

Definition at line 904 of file kopetebehaviorsettings.h.

ItemString* Kopete::BehaviorSettings::autoAwayCustomMessageItem (  )  [inline]

Get Item object corresponding to autoAwayCustomMessage().

Definition at line 912 of file kopetebehaviorsettings.h.

static QString Kopete::BehaviorSettings::autoAwayCustomTitle (  )  [inline, static]

Get The custom auto away title.

Definition at line 877 of file kopetebehaviorsettings.h.

ItemString* Kopete::BehaviorSettings::autoAwayCustomTitleItem (  )  [inline]

Get Item object corresponding to autoAwayCustomTitle().

Definition at line 885 of file kopetebehaviorsettings.h.

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

Get Go available after detecting an activity.

Definition at line 796 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to autoAwayGoAvailable().

Definition at line 804 of file kopetebehaviorsettings.h.

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

Get Auto away timeout.

Definition at line 769 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to autoAwayTimeout().

Definition at line 777 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 bool Kopete::BehaviorSettings::balloonNotifyIgnoreClosesChatView (  )  [inline, static]

Get Balloon Notification Ignore Closes Chat View.

Definition at line 364 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to balloonNotifyIgnoreClosesChatView().

Definition at line 372 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 661 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to chatWindowBufferViewSize().

Definition at line 669 of file kopetebehaviorsettings.h.

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

Get Chat window grouping policy.

Definition at line 499 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to chatWindowGroupPolicy().

Definition at line 507 of file kopetebehaviorsettings.h.

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

Get Show send button in Chat Window.

Definition at line 553 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to chatWindowShowSendButton().

Definition at line 561 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 bool Kopete::BehaviorSettings::enableEventsWhileAway (  )  [inline, static]

Get Enable events while away.

Definition at line 472 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to enableEventsWhileAway().

Definition at line 480 of file kopetebehaviorsettings.h.

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

Get Hightlight messages containing your nickname.

Definition at line 688 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to highlightEnabled().

Definition at line 696 of file kopetebehaviorsettings.h.

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

Get Queue only highlighted messages in group chats.

Definition at line 310 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to queueOnlyHighlightedMessagesInGroupChats().

Definition at line 318 of file kopetebehaviorsettings.h.

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

Get Queue Only Messages On Another Desktop.

Definition at line 337 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to queueOnlyMessagesOnAnotherDesktop().

Definition at line 345 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 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 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.

BehaviorSettings * BehaviorSettings::self (  )  [static]

Definition at line 21 of file kopetebehaviorsettings.cpp.

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

Set Always show tabs.

Definition at line 948 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setAutoAwayCustomMessage ( const QString &  v  )  [inline, static]

Set The custom auto away message.

Definition at line 894 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setAutoAwayCustomTitle ( const QString &  v  )  [inline, static]

Set The custom auto away title.

Definition at line 867 of file kopetebehaviorsettings.h.

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

Set Go available after detecting an activity.

Definition at line 786 of file kopetebehaviorsettings.h.

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

Set Auto away timeout.

Definition at line 759 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 void Kopete::BehaviorSettings::setBalloonNotifyIgnoreClosesChatView ( bool  v  )  [inline, static]

Set Balloon Notification Ignore Closes Chat View.

Definition at line 354 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 651 of file kopetebehaviorsettings.h.

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

Set Chat window grouping policy.

Definition at line 489 of file kopetebehaviorsettings.h.

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

Set Show send button in Chat Window.

Definition at line 543 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 void Kopete::BehaviorSettings::setEnableEventsWhileAway ( bool  v  )  [inline, static]

Set Enable events while away.

Definition at line 462 of file kopetebehaviorsettings.h.

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

Set Hightlight messages containing your nickname.

Definition at line 678 of file kopetebehaviorsettings.h.

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

Set Queue only highlighted messages in group chats.

Definition at line 300 of file kopetebehaviorsettings.h.

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

Set Queue Only Messages On Another Desktop.

Definition at line 327 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 void Kopete::BehaviorSettings::setRaiseMessageWindow ( bool  v  )  [inline, static]

Set Raise message view on new messages.

Definition at line 246 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 void Kopete::BehaviorSettings::setShowDates ( bool  v  )  [inline, static]

Set Show message dates.

Definition at line 570 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 void Kopete::BehaviorSettings::setShowSystemTray ( bool  v  )  [inline, static]

Set Show Kopete in system tray.

Definition at line 57 of file kopetebehaviorsettings.h.

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

Set Enable smooth scrolling in contact list.

Definition at line 921 of file kopetebehaviorsettings.h.

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

Set Enable spell checking.

Definition at line 516 of file kopetebehaviorsettings.h.

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

Set Start Kopete docked.

Definition at line 30 of file kopetebehaviorsettings.h.

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

Set Trayflash Notification.

Definition at line 381 of file kopetebehaviorsettings.h.

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

Set Trayflash Notification Left Click Opens Message.

Definition at line 408 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 435 of file kopetebehaviorsettings.h.

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

Set Truncate contact name.

Definition at line 597 of file kopetebehaviorsettings.h.

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

Set Truncate contat name max length.

Definition at line 624 of file kopetebehaviorsettings.h.

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

Set Use auto away.

Definition at line 732 of file kopetebehaviorsettings.h.

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

Set When seting the auto away message, use the custom away message.

Definition at line 840 of file kopetebehaviorsettings.h.

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

Set When seting the auto away message, use the latest away message.

Definition at line 813 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 void Kopete::BehaviorSettings::setUseMessageStack ( bool  v  )  [inline, static]

Set Use message stack.

Definition at line 84 of file kopetebehaviorsettings.h.

static void Kopete::BehaviorSettings::setViewPlugin ( const QString &  v  )  [inline, static]

Set Selected view plugin for Chat Window.

Definition at line 705 of file kopetebehaviorsettings.h.

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

Get Show message dates.

Definition at line 580 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to showDates().

Definition at line 588 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 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 bool Kopete::BehaviorSettings::smoothScrolling (  )  [inline, static]

Get Enable smooth scrolling in contact list.

Definition at line 931 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to smoothScrolling().

Definition at line 939 of file kopetebehaviorsettings.h.

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

Get Enable spell checking.

Definition at line 526 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to spellCheck().

Definition at line 534 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 bool Kopete::BehaviorSettings::trayflashNotify (  )  [inline, static]

Get Trayflash Notification.

Definition at line 391 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to trayflashNotify().

Definition at line 399 of file kopetebehaviorsettings.h.

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

Get Trayflash Notification Left Click Opens Message.

Definition at line 418 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to trayflashNotifyLeftClickOpensMessage().

Definition at line 426 of file kopetebehaviorsettings.h.

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

Get Trayflash Notification Set Current Desktop To Chat View.

Definition at line 445 of file kopetebehaviorsettings.h.

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

Get Item object corresponding to trayflashNotifySetCurrentDesktopToChatView().

Definition at line 453 of file kopetebehaviorsettings.h.

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

Get Truncate contact name.

Definition at line 607</