umbrello  2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Slots | Public Member Functions | Protected Attributes | Private Member Functions | List of all members
UMLWidgetStylePage Class Reference

#include <umlwidgetstylepage.h>

Inheritance diagram for UMLWidgetStylePage:
Collaboration diagram for UMLWidgetStylePage:

Public Slots

void slotTextButtonClicked ()
 
void slotLineButtonClicked ()
 
void slotFillButtonClicked ()
 
void slotBackgroundButtonClicked ()
 
void slotGridDotButtonClicked ()
 
void slotLineWidthButtonClicked ()
 

Public Member Functions

 UMLWidgetStylePage (QWidget *pParent, WidgetBase *pWidget)
 
 UMLWidgetStylePage (QWidget *pParent, Settings::OptionState *options)
 
 UMLWidgetStylePage (QWidget *pParent, UMLScene *scene)
 
virtual ~UMLWidgetStylePage ()
 
void apply ()
 

Protected Attributes

WidgetBasem_pUMLWidget
 the widget to set the style for More...
 
UMLScenem_scene
 
Settings::OptionStatem_options
 
QGroupBox * m_pColorGB
 
QGroupBox * m_pStyleGB
 
QLabel * m_pTextColorL
 
QLabel * m_pLineColorL
 
QLabel * m_pFillColorL
 
QLabel * m_BackgroundColorL
 
QLabel * m_GridDotColorL
 
QLabel * m_lineWidthL
 
QCheckBox * m_pUseFillColorCB
 
QPushButton * m_pTextDefaultB
 
QPushButton * m_pLineDefaultB
 
QPushButton * m_pFillDefaultB
 
QPushButton * m_BackgroundDefaultB
 
QPushButton * m_GridDotDefaultB
 
QPushButton * m_lineWidthDefaultB
 
KColorButton * m_pTextColorB
 
KColorButton * m_pLineColorB
 
KColorButton * m_pFillColorB
 
KColorButton * m_BackgroundColorB
 
KColorButton * m_GridDotColorB
 
SelectLayoutTypeWidgetm_layoutTypeW
 
QSpinBox * m_lineWidthB
 

Private Member Functions

void init ()
 

Detailed Description

Author
Paul Hensgen Bugs and comments to umbre.nosp@m.llo-.nosp@m.devel.nosp@m.@kde.nosp@m..org or https://bugs.kde.org

Constructor & Destructor Documentation

UMLWidgetStylePage::UMLWidgetStylePage ( QWidget *  pParent,
WidgetBase pWidget 
)

Constructor - Observe a UMLWidget.

Here is the call graph for this function:

UMLWidgetStylePage::UMLWidgetStylePage ( QWidget *  pParent,
Settings::OptionState options 
)

Constructor - Observe an OptionState structure.

Here is the call graph for this function:

UMLWidgetStylePage::UMLWidgetStylePage ( QWidget *  pParent,
UMLScene scene 
)

Constructor - Observe a UMLScene.

Here is the call graph for this function:

UMLWidgetStylePage::~UMLWidgetStylePage ( )
virtual

Destructor.

Member Function Documentation

void UMLWidgetStylePage::apply ( )

Updates the UMLWidget with the dialog properties.

Here is the call graph for this function:

void UMLWidgetStylePage::init ( )
private

Here is the call graph for this function:

void UMLWidgetStylePage::slotBackgroundButtonClicked ( )
slot

Sets the default fill color when default fill button clicked.

Here is the call graph for this function:

void UMLWidgetStylePage::slotFillButtonClicked ( )
slot

Sets the default fill color when default fill button clicked.

Here is the call graph for this function:

void UMLWidgetStylePage::slotGridDotButtonClicked ( )
slot

Sets the default fill color when default fill button clicked.

Here is the call graph for this function:

void UMLWidgetStylePage::slotLineButtonClicked ( )
slot

Sets the default line color when default line button clicked.

Here is the call graph for this function:

void UMLWidgetStylePage::slotLineWidthButtonClicked ( )
slot

Sets the default line color when default line button clicked.

Here is the call graph for this function:

void UMLWidgetStylePage::slotTextButtonClicked ( )
slot

Sets the default text color when default text button clicked.

Here is the call graph for this function:

Member Data Documentation

KColorButton* UMLWidgetStylePage::m_BackgroundColorB
protected
QLabel* UMLWidgetStylePage::m_BackgroundColorL
protected
QPushButton* UMLWidgetStylePage::m_BackgroundDefaultB
protected
KColorButton* UMLWidgetStylePage::m_GridDotColorB
protected
QLabel* UMLWidgetStylePage::m_GridDotColorL
protected
QPushButton* UMLWidgetStylePage::m_GridDotDefaultB
protected
SelectLayoutTypeWidget* UMLWidgetStylePage::m_layoutTypeW
protected
QSpinBox* UMLWidgetStylePage::m_lineWidthB
protected
QPushButton* UMLWidgetStylePage::m_lineWidthDefaultB
protected
QLabel* UMLWidgetStylePage::m_lineWidthL
protected
Settings::OptionState* UMLWidgetStylePage::m_options
protected
QGroupBox* UMLWidgetStylePage::m_pColorGB
protected
KColorButton* UMLWidgetStylePage::m_pFillColorB
protected
QLabel* UMLWidgetStylePage::m_pFillColorL
protected
QPushButton* UMLWidgetStylePage::m_pFillDefaultB
protected
KColorButton* UMLWidgetStylePage::m_pLineColorB
protected
QLabel* UMLWidgetStylePage::m_pLineColorL
protected
QPushButton* UMLWidgetStylePage::m_pLineDefaultB
protected
QGroupBox* UMLWidgetStylePage::m_pStyleGB
protected
KColorButton* UMLWidgetStylePage::m_pTextColorB
protected
QLabel* UMLWidgetStylePage::m_pTextColorL
protected
QPushButton* UMLWidgetStylePage::m_pTextDefaultB
protected
WidgetBase* UMLWidgetStylePage::m_pUMLWidget
protected

the widget to set the style for

QCheckBox* UMLWidgetStylePage::m_pUseFillColorCB
protected
UMLScene* UMLWidgetStylePage::m_scene
protected

The documentation for this class was generated from the following files: