#include <arena.h>

Definition at line 58 of file arena.h.
Public Slots | |
| void | setShrinkEnabled (bool) |
Public Member Functions | |
| BotPath () | |
| ~BotPath () | |
| void | addPos (QPointF) |
| void | drawPath (QPainter &) |
| bool | isEnabled () const |
Private Attributes | |
| Private * | d |
Classes | |
| struct | Private |
| BotPath | ( | ) |
Definition at line 313 of file arena.cc.
References d, BotPath::Private::first, and BotPath::Private::shrinkEnabled.
| void addPos | ( | QPointF | pos | ) |
Definition at line 322 of file arena.cc.
References d, BotPath::Private::farFromLast(), BotPath::Private::first, BotPath::Private::fullPath, BotPath::Private::last, BotPath::Private::path, and BotPath::Private::shrink().
Referenced by Arena::Arena(), and Arena::botPosChanged().


| void drawPath | ( | QPainter & | painter | ) |
Definition at line 338 of file arena.cc.
References d, BotPath::Private::fullPath, BotPath::Private::path, and BotPath::Private::shrinkEnabled.
Referenced by Arena::Private::render().

| bool isEnabled | ( | ) | const |
| void setShrinkEnabled | ( | bool | enabled | ) | [slot] |
Definition at line 347 of file arena.cc.
References d, and BotPath::Private::shrinkEnabled.
Referenced by Arena::setShrinkPathEnabled().
Definition at line 69 of file arena.h.
Referenced by addPos(), BotPath(), drawPath(), setShrinkEnabled(), and ~BotPath().
1.5.4