Now you can download a copy of these docs so you can use them offline! Download now


Public Member Functions | |
| InternalButton (bool inverted) | |
| void | SetInverted (bool inverted) |
| void | SetPressed (bool pressed) |
| virtual bool | Get () |
Public Member Functions inherited from Button | |
| virtual void | WhenPressed (Command *command) |
| virtual void | WhileHeld (Command *command) |
| virtual void | WhenReleased (Command *command) |
| virtual void | CancelWhenPressed (Command *command) |
| virtual void | ToggleWhenPressed (Command *command) |
Public Member Functions inherited from Trigger | |
| bool | Grab () |
| void | WhenActive (Command *command) |
| void | WhileActive (Command *command) |
| void | WhenInactive (Command *command) |
| void | CancelWhenActive (Command *command) |
| void | ToggleWhenActive (Command *command) |
| virtual void | InitTable (ITable *table) |
| virtual ITable * | GetTable () |
| virtual std::string | GetSmartDashboardType () |
Additional Inherited Members | |
Protected Attributes inherited from Trigger | |
| ITable * | m_table |
Definition at line 12 of file InternalButton.h.
1.8.6