kivio
KivioConnectorPoint Class Reference
List of all members.Detailed Description
Definition at line 30 of file kivio_connector_point.h.
Public Member Functions | |
| KivioConnectorPoint (KivioStencil *, bool conn=true) | |
| KivioConnectorPoint () | |
| virtual | ~KivioConnectorPoint () |
| bool | loadXML (const QDomElement &) |
| QDomElement | saveXML (QDomDocument &) |
| KivioConnectorTarget * | target () const |
| void | setTarget (KivioConnectorTarget *) |
| KivioStencil * | stencil () const |
| void | setStencil (KivioStencil *p) |
| void | setTargetId (int i) |
| int | targetId () const |
| double | x () const |
| double | y () const |
| KoPoint | position () const |
| void | setX (double, bool updateStencil=true) |
| void | setY (double, bool updateStencil=true) |
| void | setPosition (double, double, bool updateStencil=true) |
| void | moveBy (double _x, double _y, bool updateStencil=true) |
| bool | connectable () const |
| void | setConnectable (bool b) |
| void | disconnect (bool removeFromTargetList=true) |
| bool | isConnected () |
Protected Attributes | |
| KoPoint | m_pos |
| KivioConnectorTarget * | m_pTarget |
| KivioStencil * | m_pStencil |
| int | m_targetId |
| bool | m_connectable |
Member Function Documentation
|
|
Disconnects from the target, with optional behavior.
Definition at line 151 of file kivio_connector_point.cpp. |
|
|
Loads this object from an XML file.
Definition at line 172 of file kivio_connector_point.cpp. |
|
|
Saves this object to an XML file.
Definition at line 192 of file kivio_connector_point.cpp. |
|
||||||||||||||||
|
Sets the coordinates.
Definition at line 130 of file kivio_connector_point.cpp. |
|
|
Sets the target to a value.
Definition at line 60 of file kivio_connector_point.cpp. |
|
||||||||||||
|
Sets the x coordinate.
Definition at line 91 of file kivio_connector_point.cpp. |
|
||||||||||||
|
Sets the y coordinate.
Definition at line 110 of file kivio_connector_point.cpp. |
The documentation for this class was generated from the following files:

