Model Railroad System
2.2.1
|
End Bumper object type. More...
Public Member Functions | |
EndBumper (name, _ctcpanel, _canvas,...) | |
Construct a ScissorCrossover object. More... | |
~EndBumper () | |
Clean up all data objects and free up all resources. More... | |
setv (value) | |
Method to set out value (state). More... | |
geti (ind) | |
Method to get the state of one of our indicators (none). More... | |
seti (ind, value) | |
Method to set an indicator's state (none). More... | |
invoke () | |
Method to invoke the EndBumper. More... | |
Private Member Functions | |
_configureLabel (option, value) | |
Method to update the label option. More... | |
Private Attributes | |
ctcpanel | |
The CTC Panel component (parent widget). More... | |
canvas | |
The canvas component (parent widget component). More... | |
End Bumper object type.
These are on the schematic and represent an End Bumper on the Schematic.
_ctcpanel | The CTCPanel megawidget. |
_canvas | The schematic canvas to draw the switch on. |
... | Options:
|
CTCPanel::EndBumper::EndBumper | ( | name | , |
_ctcpanel | , | ||
_canvas | , | ||
... | |||
) |
Construct a ScissorCrossover object.
_ctcpanel | The CTCPanel megawidget. |
_canvas | The schematic canvas to draw the ScissorCrossover on. |
... | Option list. |
CTCPanel::EndBumper::~EndBumper | ( | ) |
Clean up all data objects and free up all resources.
|
private |
Method to update the label option.
CTCPanel::EndBumper::geti | ( | ind | ) |
Method to get the state of one of our indicators (none).
CTCPanel::EndBumper::invoke | ( | ) |
Method to invoke the EndBumper.
CTCPanel::EndBumper::seti | ( | ind | , |
value | |||
) |
Method to set an indicator's state (none).
CTCPanel::EndBumper::setv | ( | value | ) |
Method to set out value (state).
value | The new state to set. |
|
private |
The canvas component (parent widget component).
|
private |
The CTC Panel component (parent widget).