HoverRace
2.0
|
An action performer that does absolutely nothing. More...
#include <ControlAction.h>
Public Member Functions | |
BlankAction () | |
BlankAction (const std::string &name, int listOrder) | |
virtual | ~BlankAction () |
virtual void | operator() (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 | |
![]() | |
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 >.