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


Public Member Functions | |
| NetworkButton (const char *tableName, const char *field) | |
| NetworkButton (ITable *table, const char *field) | |
| 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 13 of file NetworkButton.h.
1.8.6