#include <kchatdialog.h>
Collaboration diagram for KChatDialog:

Public Member Functions | |
| KChatDialog (QWidget *parent, bool modal=false) | |
| Construct a KChatDialog widget. | |
| KChatDialog (KChatBase *chatWidget, QWidget *parent, bool modal=false) | |
| Construct a KChatDialog widget which automatically configures the KChatBase widget. | |
| ~KChatDialog () | |
| Destruct the dialog. | |
| QFont | nameFont () const |
| QFont | textFont () const |
| QFont | systemNameFont () const |
| QFont | systemTextFont () const |
| void | plugChatWidget (KChatBase *widget, bool applyFonts=true) |
| Set the widget that will be configured by the dialog. | |
| void | configureChatWidget (KChatBase *widget) |
| Used to configure the chat widget according to the user settings. | |
| int | maxMessages () const |
Protected Slots | |
| void | slotGetNameFont () |
| void | slotGetTextFont () |
| void | slotGetSystemNameFont () |
| void | slotGetSystemTextFont () |
| virtual void | slotApply () |
| virtual void | slotOk () |
Definition at line 30 of file kchatdialog.h.
|
||||||||||||
|
Construct a KChatDialog widget.
Definition at line 66 of file kchatdialog.cpp. |
|
||||||||||||||||
|
Construct a KChatDialog widget which automatically configures the KChatBase widget. You probably want to use this as you don't have to care about the configuration stuff yourself. Definition at line 58 of file kchatdialog.cpp. References plugChatWidget(). Here is the call graph for this function: ![]() |
|
|
Destruct the dialog.
Definition at line 73 of file kchatdialog.cpp. |
|
|
Used to configure the chat widget according to the user settings. This is called automatically if plugChatWidget was called before.
Definition at line 193 of file kchatdialog.cpp. References maxMessages(), nameFont(), KChatBase::setMaxItems(), KChatBase::setMessageFont(), KChatBase::setNameFont(), KChatBase::setSystemMessageFont(), KChatBase::setSystemNameFont(), systemNameFont(), systemTextFont(), and textFont(). Referenced by slotApply(). Here is the call graph for this function: ![]() |
|
|
Definition at line 243 of file kchatdialog.cpp. References KChatDialogPrivate::mMaxMessages. Referenced by configureChatWidget(). |
|
|
Definition at line 161 of file kchatdialog.cpp. References KChatDialogPrivate::mNamePreview. Referenced by configureChatWidget(), and slotGetNameFont(). |
|
||||||||||||
|
Set the widget that will be configured by the dialog. Use this if you don't want to configure the widget yourself.
Definition at line 181 of file kchatdialog.cpp. References KChatBase::maxItems(), KChatDialogPrivate::mChat, KChatBase::messageFont(), KChatBase::nameFont(), KChatBase::systemMessageFont(), and KChatBase::systemNameFont(). Referenced by KChatDialog(). Here is the call graph for this function: ![]() |
|
|
Definition at line 213 of file kchatdialog.cpp. References configureChatWidget(), and KChatDialogPrivate::mChat. Referenced by slotOk(). |
|
|
Definition at line 133 of file kchatdialog.cpp. References nameFont(). |
|
|
Definition at line 147 of file kchatdialog.cpp. References systemNameFont(). |
|
|
Definition at line 154 of file kchatdialog.cpp. References systemTextFont(). |
|
|
Definition at line 140 of file kchatdialog.cpp. References textFont(). |
|
|
Definition at line 207 of file kchatdialog.cpp. References slotApply(). |
|
|
Definition at line 171 of file kchatdialog.cpp. References KChatDialogPrivate::mSystemNamePreview. Referenced by configureChatWidget(), and slotGetSystemNameFont(). |
|
|
Definition at line 176 of file kchatdialog.cpp. References KChatDialogPrivate::mSystemTextPreview. Referenced by configureChatWidget(), and slotGetSystemTextFont(). |
|
|
Definition at line 166 of file kchatdialog.cpp. References KChatDialogPrivate::mTextPreview. Referenced by configureChatWidget(), and slotGetTextFont(). |
1.4.6