Inheritance diagram for Eaagles::Instruments::TickMarks:


Public Member Functions | |
| TickMarks () | |
| virtual void | drawFunc () |
| virtual bool | setTickMarkLength (const LCreal newLength) |
| virtual bool | setQuantity (const int newQ) |
| virtual bool | setGaugeLength (const LCreal newL) |
| LCreal | getTickMarkLength () |
| int | getQuantity () |
Protected Member Functions | |
| bool | setSlotTickMarkLength (const Basic::LcNumber *const newLength) |
| bool | setSlotQuantity (const Basic::LcNumber *const newQ) |
| bool | setSlotGaugeLength (const Basic::LcNumber *const newL) |
Private Attributes | |
| LCreal | lengthTM |
| int | quantity |
| LCreal | gaugeLength |
| Eaagles::Instruments::TickMarks::TickMarks | ( | ) |
| void Eaagles::Instruments::TickMarks::drawFunc | ( | ) | [virtual] |
| bool Eaagles::Instruments::TickMarks::setTickMarkLength | ( | const LCreal | newLength | ) | [virtual] |
set the tick mark length
| bool Eaagles::Instruments::TickMarks::setQuantity | ( | const int | newQ | ) | [virtual] |
Sets the number of tick marks we will have.
| bool Eaagles::Instruments::TickMarks::setGaugeLength | ( | const LCreal | newL | ) | [virtual] |
sets the guage length
| LCreal Eaagles::Instruments::TickMarks::getTickMarkLength | ( | ) | [inline] |
gets the length of tick mark
| int Eaagles::Instruments::TickMarks::getQuantity | ( | ) | [inline] |
gets the quantity of tick marks
| bool Eaagles::Instruments::TickMarks::setSlotTickMarkLength | ( | const Basic::LcNumber *const | newLength | ) | [protected] |
slot functions
| bool Eaagles::Instruments::TickMarks::setSlotQuantity | ( | const Basic::LcNumber *const | newQ | ) | [protected] |
| bool Eaagles::Instruments::TickMarks::setSlotGaugeLength | ( | const Basic::LcNumber *const | newL | ) | [protected] |
tick mark length (if not a graphic)
int Eaagles::Instruments::TickMarks::quantity [private] |
how many tick marks will we have?
length we are spanning our tick marks over
1.5.0