OpenASIP
2.0
|
#include <SocketPortConnFigure.hh>
Public Member Functions | |
SocketPortConnFigure () | |
virtual | ~SocketPortConnFigure () |
Public Member Functions inherited from ConnectionFigure | |
virtual | ~ConnectionFigure () |
void | setSource (Figure *figure) |
void | setTarget (Figure *figure) |
Figure * | source () const |
Figure * | target () const |
Public Member Functions inherited from Figure | |
Figure () | |
virtual | ~Figure () |
wxPoint | location () const |
void | setLocation (wxPoint point) |
void | setX (int x) |
void | setY (int y) |
void | setPreferredX (int x) |
bool | xSet () const |
void | clearXSetFlag () |
virtual wxRect | bounds () const |
virtual wxRect | virtualBounds () const |
void | setBounds (wxSize bounds) |
void | setWidth (int width) |
void | setHeight (int height) |
virtual void | addChild (Figure *child) |
int | childCount () const |
Figure * | child (int index) const |
virtual void | layout (wxDC *dc) |
virtual void | draw (wxDC *dc) |
void | highlight (const wxColour &colour) |
void | clearHighlight () |
void | setOptions (MachineCanvasOptions *options) |
MachineCanvasOptions * | options () |
Protected Member Functions | |
virtual void | drawSelf (wxDC *dc) |
virtual void | layoutSelf (wxDC *dc) |
virtual void | drawConnection (wxDC *dc) |
Protected Member Functions inherited from ConnectionFigure | |
ConnectionFigure () | |
Protected Member Functions inherited from Figure | |
void | drawChildren (wxDC *dc) |
virtual void | layoutChildren (wxDC *) |
Private Member Functions | |
SocketPortConnFigure & | operator= (SocketPortConnFigure &old) |
Assignment not allowed. More... | |
SocketPortConnFigure (SocketPortConnFigure &old) | |
Copying not allowed. More... | |
Static Private Attributes | |
static const wxColour | DEFAULT_COLOUR = wxColour(0, 0, 0) |
Default colour for the figure. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ConnectionFigure | |
Figure * | source_ |
Source of connection. More... | |
Figure * | target_ |
Target of connection. More... | |
Protected Attributes inherited from Figure | |
wxPoint | location_ |
Top-left location of the Figure's bounding rectangle. More... | |
wxSize | size_ |
wxSize of the Figure's bounding rectangle. More... | |
wxSize | minSize_ |
Figure's minimum size. More... | |
std::vector< Figure * > | children_ |
Figure's children. More... | |
bool | xSet_ |
Tells if x-coordinate has been fixed. More... | |
bool | laidOut_ |
Tells whether the Figure and its children have been laid out or not. More... | |
bool | drawn_ |
Tells whether the Figure and its children have been drawn or not. More... | |
wxColour | highlight_ |
Highlight colour. More... | |
bool | highlighted_ |
Tells if the figure is highlighted. More... | |
MachineCanvasOptions * | options_ |
Options which are used for customizing figures. More... | |
Figure of a socket-to-port connection.
Definition at line 46 of file SocketPortConnFigure.hh.
SocketPortConnFigure::SocketPortConnFigure | ( | ) |
|
virtual |
|
private |
Copying not allowed.
|
protectedvirtual |
Draws the connection line on the dc.
Definition at line 71 of file SocketPortConnFigure.cc.
References Figure::bounds(), Figure::location(), MachineCanvasLayoutConstraints::PORT_WIDTH, ConnectionFigure::source_, and ConnectionFigure::target_.
Referenced by SocketPortConnToolFigure::drawSelf(), and drawSelf().
|
protectedvirtual |
Draws the connection's Figure on the given device context.
dc | The device context. |
Reimplemented from Figure.
Reimplemented in SocketPortConnToolFigure.
Definition at line 60 of file SocketPortConnFigure.cc.
References assert, DEFAULT_COLOUR, drawConnection(), ConnectionFigure::source_, and ConnectionFigure::target_.
|
protectedvirtual |
Sets the figure's bounds.
Reimplemented from Figure.
Definition at line 86 of file SocketPortConnFigure.cc.
References Figure::bounds(), Figure::location(), MachineCanvasLayoutConstraints::PORT_WIDTH, Figure::setHeight(), Figure::setLocation(), Figure::setWidth(), ConnectionFigure::source_, and ConnectionFigure::target_.
|
private |
Assignment not allowed.
|
staticprivate |
Default colour for the figure.
Definition at line 62 of file SocketPortConnFigure.hh.
Referenced by drawSelf().