Gui::ColorButtonP Struct Reference
Public Member Functions | |
| ColorButtonP () | |
Public Attributes | |
| bool | allowChange |
| bool | autoChange |
| QPointer< QColorDialog > | cd |
| QColor | col |
| bool | dirty |
| bool | drawFrame |
| bool | modal |
| QColor | old |
Constructor & Destructor Documentation
◆ ColorButtonP()
| Gui::ColorButtonP::ColorButtonP | ( | ) |
Member Data Documentation
◆ allowChange
| bool Gui::ColorButtonP::allowChange |
Referenced by Gui::ColorButton::onChooseColor(), and Gui::ColorButton::setAllowChangeColor().
◆ autoChange
| bool Gui::ColorButtonP::autoChange |
◆ cd
| QPointer<QColorDialog> Gui::ColorButtonP::cd |
Referenced by Gui::ColorButton::onChooseColor().
◆ col
| QColor Gui::ColorButtonP::col |
◆ dirty
| bool Gui::ColorButtonP::dirty |
Referenced by Gui::ColorButton::paintEvent(), and Gui::ColorButton::setColor().
◆ drawFrame
| bool Gui::ColorButtonP::drawFrame |
Referenced by Gui::ColorButton::paintEvent(), and Gui::ColorButton::setDrawFrame().
◆ modal
| bool Gui::ColorButtonP::modal |
Referenced by Gui::ColorButton::isModal(), Gui::ColorButton::onChooseColor(), and Gui::ColorButton::setModal().
◆ old
| QColor Gui::ColorButtonP::old |
Referenced by Gui::ColorButton::onChooseColor().
The documentation for this struct was generated from the following file:
- src/Gui/Widgets.cpp
1.8.17