#include <canobj.h>


Public Member Functions | |
| a2dFeedbackIdPinMapping () | |
| constructor | |
| void | SetMode (int mode) |
| when a pin is found that fits the map, the rendering mode of the pin is set to this. | |
| int | GetMode () |
| returns mode see SetMode() | |
| void | SetTask (a2dConnectTask task) |
| Set task to perform. | |
| a2dConnectTask | GetTask () |
| get task to perform | |
| void | SetMask (wxUint32 mask) |
| Set mask. | |
| wxUint32 | GetMask () |
| get mask | |
| void | SetPinClass (a2dPinClass *pinclass) |
| set pinclass | |
| a2dPinClass * | GetPinClass () const |
| return the pin class of this pin | |
Protected Attributes | |
| int | m_mode |
| modifies rendering | |
| a2dConnectTask | m_task |
| a2dPinClass * | m_pinclass |
| pin class for task | |
| wxUint32 | m_mask |
| mask for flags in pin | |
When drawing new wires, pins that can accept a wire, can be set in a rendering mode to show this. This feedback set the pin rendering mode store as part of the feedback to a bin which is not yet connected and exists in the pin map table.
Definition at line 2199 of file canobj.h.