#include <logicconnector.h>
Inherits Layer.

Public Member Functions | |
| LogicConnectionPath (Point from, Point to) | |
| LogicConnectionPath () | |
| ~LogicConnectionPath () | |
| bool | extend () |
| Animates this segment. | |
Public Attributes | |
| Point | from |
| Point | to |
| Point | direction |
| int | length |
Static Public Attributes | |
| static const int | Transparency = 75 |
| static const int | extendSpeed = 2 |
| static const int | connectorWidth = 25 |
| LogicConnectionPath::LogicConnectionPath | ( | ) |
| LogicConnectionPath::~LogicConnectionPath | ( | ) |
| bool LogicConnectionPath::extend | ( | ) |
Animates this segment.
const int LogicConnectionPath::connectorWidth = 25 [static] |
const int LogicConnectionPath::extendSpeed = 2 [static] |
const int LogicConnectionPath::Transparency = 75 [static] |
1.5.7.1