Inheritance diagram for Eaagles::Basic::LcColorRotaryB:


Public Member Functions | |
| LcColorRotaryB () | |
| virtual bool | setCurrentColor (const int selection) |
Protected Member Functions | |
| bool | setSlotFirstColor (LcColor *const newFirst) |
| bool | setSlotSecondColor (LcColor *const newSecond) |
Private Attributes | |
| LcColor * | firstColor |
| LcColor * | secondColor |
| bool | firstPass |
Takes two selections of type color or ident, and sets the graphics
color depending on which value it receives (0 or 1)
Form name: ColorRotaryB
Slots:
firstColor: <Color> // first color
secondColor: <Color> // second color
| Eaagles::Basic::LcColorRotaryB::LcColorRotaryB | ( | ) |
| bool Eaagles::Basic::LcColorRotaryB::setCurrentColor | ( | const int | selection | ) | [virtual] |
Sets the color dependant on the value given 0 = first color, 1 = second color.
| bool Eaagles::Basic::LcColorRotaryB::setSlotFirstColor | ( | LcColor *const | newFirst | ) | [protected] |
Sets the first color in the rotary.
| bool Eaagles::Basic::LcColorRotaryB::setSlotSecondColor | ( | LcColor *const | newSecond | ) | [protected] |
Sets the second color in the rotary.
First color pointer.
Second color pointer.
bool Eaagles::Basic::LcColorRotaryB::firstPass [private] |
Is this the first time through?
1.5.0