Option Struct Reference
#include <OptionsSelector.h>
# Public Attributes | |
| void * | value |
| Option's value. | |
| uint8 | type |
| Option's type. | |
| void(* | callback )(ListenerObject) |
| Callback function to be executed for this menu option. | |
| ListenerObject | scope |
| Scope of callback function. | |
# Detailed Description
An option for the options selector
Definition at line 32 of file OptionsSelector.h.
# Member Data Documentation
# callback
| void(* Option::callback) (ListenerObject) |
Callback function to be executed for this menu option.
Definition at line 41 of file OptionsSelector.h.
# scope
| ListenerObject Option::scope |
Scope of callback function.
Definition at line 44 of file OptionsSelector.h.
# type
| uint8 Option::type |
Option's type.
Definition at line 38 of file OptionsSelector.h.
# value
| void* Option::value |
Option's value.
Definition at line 35 of file OptionsSelector.h.
The documentation for this struct was generated from the following file:
- VUEngine-Core/source/Misc/OptionsSelector/OptionsSelector.h