#include <JugemSwitch.hh>
Base class which is used to represent cases that toggle Lakitu on or off.
Definition at line 8 of file JugemSwitch.hh.
Public Member Functions | |
| bool | isOn () const |
| virtual void | init () |
| virtual void | calc ()=0 |
Protected Attributes | |
| bool | m_isOn |
|
inline |
Definition at line 10 of file JugemSwitch.hh.
|
inlinevirtual |
Definition at line 17 of file JugemSwitch.hh.
|
inlinenodiscard |
Definition at line 13 of file JugemSwitch.hh.
|
protected |
Definition at line 24 of file JugemSwitch.hh.