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

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
 

Detailed Description

Definition at line 326 of file richtexteditor.cpp.

Constructor & Destructor Documentation

◆ ColorAction()

qdesigner_internal::ColorAction::ColorAction ( QObject *  parent)

Definition at line 346 of file richtexteditor.cpp.

References chooseColor(), setColor(), and QET::Icons::tr.

Member Function Documentation

◆ chooseColor

void qdesigner_internal::ColorAction::chooseColor ( )
privateslot

Definition at line 368 of file richtexteditor.cpp.

References colorChanged(), m_color, and setColor().

Referenced by ColorAction().

◆ color()

const QColor& qdesigner_internal::ColorAction::color ( ) const
inline

Definition at line 333 of file richtexteditor.cpp.

References m_color.

Referenced by setColor().

◆ colorChanged

void qdesigner_internal::ColorAction::colorChanged ( const QColor &  color)
signal

Referenced by chooseColor().

◆ setColor()

void qdesigner_internal::ColorAction::setColor ( const QColor &  color)

Member Data Documentation

◆ m_color

QColor qdesigner_internal::ColorAction::m_color
private

Definition at line 343 of file richtexteditor.cpp.

Referenced by chooseColor(), color(), and setColor().


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