UMLWidgetColorPage Class Reference
#include <umlwidgetcolorpage.h>
Public Slots | |
| void | slotLineButtonClicked () |
| Sets the default line color when default line button clicked. | |
| void | slotFillButtonClicked () |
| Sets the default fill color when default fill button clicked. | |
Public Member Functions | |
| UMLWidgetColorPage (QWidget *pParent, UMLWidget *pWidget) | |
| Constructor - Observe a UMLWidget. | |
| UMLWidgetColorPage (QWidget *pParent, Settings::OptionState *options) | |
| Constructor - Observe an OptionState structure. | |
| virtual | ~UMLWidgetColorPage () |
| destructor | |
| void | updateUMLWidget () |
| Updates the UMLWidget with the dialog properties. | |
Protected Attributes | |
| UMLWidget * | m_pUMLWidget |
| The widget to set the color for. | |
| Settings::OptionState * | m_options |
| QGroupBox * | m_pColorGB |
| QLabel * | m_pLineColorL |
| QLabel * | m_pFillColorL |
| QCheckBox * | m_pUseFillColorCB |
| QPushButton * | m_pLineDefaultB |
| QPushButton * | m_pFillDefaultB |
| KColorButton * | m_pLineColorB |
| KColorButton * | m_pFillColorB |
Detailed Description
- Author:
- Paul Hensgen Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 30 of file umlwidgetcolorpage.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Constructor - Observe a UMLWidget.
Definition at line 25 of file umlwidgetcolorpage.cpp. References m_pUMLWidget. |
|
||||||||||||
|
Constructor - Observe an OptionState structure.
Definition at line 35 of file umlwidgetcolorpage.cpp. References m_pUMLWidget. |
|
|
destructor
Definition at line 87 of file umlwidgetcolorpage.cpp. |
Member Function Documentation
|
|
Updates the UMLWidget with the dialog properties.
Definition at line 99 of file umlwidgetcolorpage.cpp. References m_pUMLWidget, UMLWidget::setFillColour(), UMLWidget::setLineColor(), and UMLWidget::setUseFillColour(). Referenced by UMLViewDialog::applyPage(), and ClassPropDlg::slotApply(). |
|
|
Sets the default line color when default line button clicked.
Definition at line 89 of file umlwidgetcolorpage.cpp. |
|
|
Sets the default fill color when default fill button clicked.
Definition at line 94 of file umlwidgetcolorpage.cpp. |
Member Data Documentation
|
|
The widget to set the color for.
Definition at line 71 of file umlwidgetcolorpage.h. Referenced by UMLWidgetColorPage(), and updateUMLWidget(). |
The documentation for this class was generated from the following files:
