knode
KNode::AppearanceWidget Class Reference
#include <knconfigwidgets.h>

Detailed Description
Appearance configuration widget.
Definition at line 198 of file knconfigwidgets.h.
Public Member Functions | |
| AppearanceWidget (const KComponentData &inst, QWidget *parent=0) | |
| virtual void | defaults () |
| virtual void | load () |
| virtual void | save () |
Protected Slots | |
| void | slotColChangeBtnClicked () |
| void | slotColCheckBoxToggled (bool b) |
| void | slotColItemActivated (QListWidgetItem *item) |
| void | slotColSelectionChanged () |
| void | slotFontChangeBtnClicked () |
| void | slotFontCheckBoxToggled (bool b) |
| void | slotFontItemActivated (QListWidgetItem *item) |
| void | slotFontSelectionChanged () |
Protected Attributes | |
| QPushButton * | c_olChngBtn |
| QCheckBox * | c_olorCB |
| QPushButton * | f_ntChngBtn |
| QCheckBox * | f_ontCB |
| QListWidget * | mColorList |
| QListWidget * | mFontList |
Classes | |
| class | ColorListItem |
| Color list view item. More... | |
| class | FontListItem |
| Font list view item. More... | |
Constructor & Destructor Documentation
| KNode::AppearanceWidget::AppearanceWidget | ( | const KComponentData & | inst, | |
| QWidget * | parent = 0 | |||
| ) |
Create a new appearance configuration widget.
- Parameters:
-
inst The KComponentData. parent The parent widget.
Definition at line 623 of file knconfigwidgets.cpp.
Member Function Documentation
| void KNode::AppearanceWidget::defaults | ( | ) | [virtual] |
| void KNode::AppearanceWidget::load | ( | ) | [virtual] |
| void KNode::AppearanceWidget::save | ( | ) | [virtual] |
| void KNode::AppearanceWidget::slotColChangeBtnClicked | ( | ) | [protected, slot] |
Definition at line 769 of file knconfigwidgets.cpp.
| void KNode::AppearanceWidget::slotColCheckBoxToggled | ( | bool | b | ) | [protected, slot] |
Definition at line 745 of file knconfigwidgets.cpp.
| void KNode::AppearanceWidget::slotColItemActivated | ( | QListWidgetItem * | item | ) | [protected, slot] |
Show color selection dialog for the given item.
- Parameters:
-
item The color list item that has been activated.
Definition at line 754 of file knconfigwidgets.cpp.
| void KNode::AppearanceWidget::slotColSelectionChanged | ( | ) | [protected, slot] |
Definition at line 776 of file knconfigwidgets.cpp.
| void KNode::AppearanceWidget::slotFontChangeBtnClicked | ( | ) | [protected, slot] |
Definition at line 805 of file knconfigwidgets.cpp.
| void KNode::AppearanceWidget::slotFontCheckBoxToggled | ( | bool | b | ) | [protected, slot] |
Definition at line 782 of file knconfigwidgets.cpp.
| void KNode::AppearanceWidget::slotFontItemActivated | ( | QListWidgetItem * | item | ) | [protected, slot] |
Show font selection dialog for the given item.
- Parameters:
-
item The font list item that has been activated.
Definition at line 791 of file knconfigwidgets.cpp.
| void KNode::AppearanceWidget::slotFontSelectionChanged | ( | ) | [protected, slot] |
Definition at line 812 of file knconfigwidgets.cpp.
Member Data Documentation
QPushButton* KNode::AppearanceWidget::c_olChngBtn [protected] |
Definition at line 273 of file knconfigwidgets.h.
QCheckBox* KNode::AppearanceWidget::c_olorCB [protected] |
Definition at line 271 of file knconfigwidgets.h.
QPushButton * KNode::AppearanceWidget::f_ntChngBtn [protected] |
Definition at line 273 of file knconfigwidgets.h.
QCheckBox * KNode::AppearanceWidget::f_ontCB [protected] |
Definition at line 271 of file knconfigwidgets.h.
QListWidget* KNode::AppearanceWidget::mColorList [protected] |
QListWidget* KNode::AppearanceWidget::mFontList [protected] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference