Public Member Functions | |
| Peg (QCanvas *canvas, int type, int go=-1, int pos=-1) | |
| int | rtti () const |
| void | advance (int phase) |
| bool | hit (const QPoint &) const |
| bool | placed () const |
| void | setPlaced (bool) |
| int | pegGo () const |
| int | pegPos () const |
| void | setPegPos (int) |
| int | type () const |
Static Public Member Functions | |
| static void | buildImages () |
| static QImage | imageForType (int t) |
Static Public Attributes | |
| static int | eggLevel = 0 |
Protected Member Functions | |
| void | drawShape (QPainter &) |
Private Attributes | |
| bool | isplaced |
| int | pegtype |
| int | peg_go |
| int | peg_pos |
| int | aniStep |
Static Private Attributes | |
| static QVector< QImage > | normalPegs |
| static QVector< QImage > | specialPegs |
|
||||||||||||||||||||
|
Definition at line 199 of file mindbreaker.cpp. References aniStep, FALSE, height, isplaced, normalPegs, peg_go, peg_pos, pegtype, TRUE, and width. |
|
|
Definition at line 211 of file mindbreaker.cpp. References aniStep. |
|
|
Definition at line 141 of file mindbreaker.cpp. References adjusted_answerpeg_size, adjusted_panel_height, adjusted_panel_width, adjusted_peg_size, adjusted_title_height, adjusted_title_width, answerpeg_size, eggLevel, i, image, Opie::Core::OResource::loadImage(), normalPegs, panel_height, panel_width, peg_size, specialPegs, title_height, title_width, Opie::MM::x, and Opie::MM::y. Referenced by MindBreakerBoard::doFixSize(). |
|
|
Definition at line 220 of file mindbreaker.cpp. References aniStep, eggLevel, imageForType(), normalPegs, pegtype, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 228 of file mindbreaker.cpp. References FALSE, normalPegs, pegtype, Opie::MM::x, and Opie::MM::y. Referenced by MindBreakerBoard::contentsMousePressEvent(). |
|
|
Definition at line 187 of file mindbreaker.cpp. References eggLevel, normalPegs, and specialPegs. Referenced by MindBreakerBoard::drawBackground(), and drawShape(). |
|
|
Definition at line 243 of file mindbreaker.cpp. References peg_go. Referenced by MindBreakerBoard::contentsMousePressEvent(). |
|
|
Definition at line 248 of file mindbreaker.cpp. References peg_pos. Referenced by MindBreakerBoard::contentsMouseReleaseEvent(). |
|
|
Definition at line 238 of file mindbreaker.cpp. References isplaced. Referenced by MindBreakerBoard::contentsMousePressEvent(). |
|
|
Definition at line 103 of file mindbreaker.cpp. References pegRTTI. |
|
|
Definition at line 253 of file mindbreaker.cpp. References peg_pos. Referenced by MindBreakerBoard::contentsMouseReleaseEvent(), and MindBreakerBoard::placeGuessPeg(). |
|
|
Definition at line 258 of file mindbreaker.cpp. References isplaced. Referenced by MindBreakerBoard::checkGuess(), MindBreakerBoard::doFixSize(), and MindBreakerBoard::placeGuessPeg(). |
|
|
Definition at line 263 of file mindbreaker.cpp. References pegtype. Referenced by MindBreakerBoard::contentsMousePressEvent(). |
|
|
Definition at line 135 of file mindbreaker.cpp. Referenced by advance(), drawShape(), and Peg(). |
|
|
Definition at line 137 of file mindbreaker.cpp. Referenced by buildImages(), MindBreakerBoard::checkScores(), drawShape(), imageForType(), and MindBreakerBoard::resetScore(). |
|
|
Definition at line 130 of file mindbreaker.cpp. Referenced by Peg(), placed(), and setPlaced(). |
|
|
Definition at line 138 of file mindbreaker.cpp. Referenced by buildImages(), drawShape(), hit(), imageForType(), and Peg(). |
|
|
Definition at line 132 of file mindbreaker.cpp. |
|
|
Definition at line 133 of file mindbreaker.cpp. Referenced by Peg(), pegPos(), and setPegPos(). |
|
|
Definition at line 131 of file mindbreaker.cpp. Referenced by drawShape(), hit(), Peg(), and type(). |
|
|
Definition at line 139 of file mindbreaker.cpp. Referenced by buildImages(), and imageForType(). |
1.4.2