Nugget
|
The action base class for the internal state machine. More...
#include <psyqo/cdrom-device.hh>
Protected Member Functions | |
Action (const char *const name) | |
void | registerMe (CDRomDevice *device) |
void | setState (S state) |
S | getState () const |
The action base class for the internal state machine.
This class is meant to be extended by the various actions that the CDRom device can perform. It provides a framework for the state machine that is used to perform various operations. While it is public, it is not meant to be used directly by the application, and should only be used by the CDRomDevice class.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |