QElectroTech  0.8-dev
Signals | Public Member Functions | Private Slots | Private Attributes | List of all members
qdesigner_internal::ColorAction Class Reference

Inherits QAction.

Collaboration diagram for qdesigner_internal::ColorAction:
Collaboration graph

Signals

void colorChanged (const QColor &color)
 

Public Member Functions

 ColorAction (QObject *parent)
 
const QColor & color () const
 
void setColor (const QColor &color)
 

Private Slots

void chooseColor ()
 

Private Attributes

QColor m_color
 

Constructor & Destructor Documentation

◆ ColorAction()

qdesigner_internal::ColorAction::ColorAction ( QObject *  parent)
Here is the caller graph for this function:

Member Function Documentation

◆ chooseColor

void qdesigner_internal::ColorAction::chooseColor ( )
privateslot
Here is the caller graph for this function:

◆ color()

const QColor& qdesigner_internal::ColorAction::color ( ) const
inline
Here is the caller graph for this function:

◆ colorChanged

void qdesigner_internal::ColorAction::colorChanged ( const QColor &  color)
signal
Here is the caller graph for this function:

◆ setColor()

void qdesigner_internal::ColorAction::setColor ( const QColor &  color)
Here is the caller graph for this function:

Member Data Documentation

◆ m_color

QColor qdesigner_internal::ColorAction::m_color
private

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