#include <pgcolorselector.h>
Inheritance diagram for PG_ColorSelector:

Public Member Functions | |
| PG_ColorSelector (PG_Widget *parent, const PG_Rect &r, const std::string &style="colorselector") | |
| ~PG_ColorSelector () | |
| void | SetColor (const PG_Color &c) |
| void | SetColorGradient (PG_Gradient g) |
Protected Member Functions | |
| bool | handle_colorslide (long data) |
| void | SetBaseColor (const PG_Color &c) |
Protected Attributes | |
| PG_ColorBox * | my_colorbox |
| PG_Slider * | my_colorslider |
| PG_ThemeWidget * | my_colorresult |
| PG_Color | my_color |
| PG_Color | my_basecolor |
Friends | |
| class | PG_ColorBox |
Classes | |
| class | PG_ColorBox |
|
||||||||||||||||
|
|
Definition at line 146 of file pgcolorselector.cpp. |
|
|
Definition at line 186 of file pgcolorselector.cpp. References PG_ColorSelector::PG_ColorBox::GetBaseColor(), my_colorbox, and SetBaseColor(). Referenced by PG_ColorSelector(). |
|
|
Definition at line 153 of file pgcolorselector.cpp. References PG_Gradient::colors, PG_ScrollBar::GetPosition(), my_basecolor, my_colorresult, my_colorslider, PG_ThemeWidget::SetBackgroundColor(), PG_ThemeWidget::SetGradient(), and PG_Widget::Update(). Referenced by handle_colorslide(), and PG_ColorSelector(). |
|
|
Definition at line 149 of file pgcolorselector.cpp. References my_color. |
|
|
Definition at line 42 of file pgcolorselector.h. References my_colorbox, and PG_ThemeWidget::SetGradient(). |
|
|
Definition at line 59 of file pgcolorselector.h. Referenced by PG_ColorSelector(). |
|
|
Definition at line 57 of file pgcolorselector.h. Referenced by SetBaseColor(). |
|
|
Definition at line 56 of file pgcolorselector.h. Referenced by PG_ColorSelector(), and SetColor(). |
|
|
Definition at line 52 of file pgcolorselector.h. Referenced by handle_colorslide(), PG_ColorSelector(), and SetColorGradient(). |
|
|
Definition at line 54 of file pgcolorselector.h. Referenced by PG_ColorSelector(), and SetBaseColor(). |
|
|
Definition at line 53 of file pgcolorselector.h. Referenced by PG_ColorSelector(), and SetBaseColor(). |
1.4.2