|
HoverRace
2.0
|
An action performer that does absolutely nothing. More...
#include <ControlAction.h>
Inheritance diagram for HoverRace::Control::BlankAction:Public Member Functions | |
| BlankAction () | |
| BlankAction (const std::string &name, int listOrder) | |
| virtual | ~BlankAction () |
| virtual void | operator() (int) |
Public Member Functions inherited from HoverRace::Control::ControlAction< int > | |
| ControlAction () | |
| ControlAction (const std::string &name, int listOrder) | |
| virtual | ~ControlAction () |
| int | GetListOrder () const noexcept |
| const std::string & | GetName () const noexcept |
Private Types | |
| using | SUPER = ControlAction< int > |
Additional Inherited Members | |
Protected Attributes inherited from HoverRace::Control::ControlAction< int > | |
| int | listOrder |
| std::string | name |
An action performer that does absolutely nothing.
Provides a template for other classes that will be used as an ActionPerformer.
|
private |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements HoverRace::Control::ControlAction< int >.
1.8.11