List of all members.

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)

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

Protected Member Functions

void mouseDoubleClickEvent (QMouseEvent *event)
void mouseMoveEvent (QMouseEvent *event)
void mousePressEvent (QMouseEvent *event)
void mouseReleaseEvent (QMouseEvent *event)
void paintEvent (QPaintEvent *event)

Detailed Description

Definition at line 200 of file displaycontroller.h.


The documentation for this class was generated from the following files: