Public Types |
Public Slots |
Signals |
Public Member Functions |
Public Attributes |
Protected Member Functions |
List of all members
RendNetwork Class Reference
Inheritance diagram for RendNetwork:

Public Types | |
| enum | Shape { Line, Points, Polyline, Polygon, Rect, RoundRect, Ellipse, Arc, Chord, Pie, Path, Text, Pixmap } |
Public Slots | |
| void | setAntialiased (bool antialiased) |
| void | setBrush (const QBrush &brush) |
| void | setPen (const QPen &pen) |
| void | setShape (Shape shape) |
| void | setTransformed (bool transformed) |
Signals | |
| void | selectedneuronsChanged () |
Public Member Functions | |
| RendNetwork (NetworkDialog *networkDialog, QWidget *parent=0) | |
| double | mdist (float x, float y, float x1, float y1) |
| QSize | minimumSizeHint () const |
| double | segmentdist (float px, float py, float ax, float ay, float bx, float by) |
| QSize | sizeHint () const |
Public Attributes | |
| int | rnmousex |
| int | rnmousey |
Detailed Description
Definition at line 245 of file displaycontroller.h.
The documentation for this class was generated from the following files:
- experiments/evorobot/include/displaycontroller.h
- experiments/evorobot/src/displaycontroller.cpp