#include <module.h>
Public Member Functions | |
virtual | ~Module () |
bool | start () |
bool | stop () |
bool | get_status () const |
Protected Member Functions | |
Module () | |
virtual bool | start_vfunc ()=0 |
virtual bool | stop_vfunc ()=0 |
Module::Module | ( | ) | [protected] |
Module::~Module | ( | ) | [virtual] |
References stop().
bool Module::start | ( | ) |
References get_status(), and start_vfunc().
bool Module::stop | ( | ) |
References get_status(), and stop_vfunc().
Referenced by studio::ModMirror::~ModMirror(), studio::ModPalette::~ModPalette(), and ~Module().
virtual bool studio::Module::start_vfunc | ( | ) | [protected, pure virtual] |
virtual bool studio::Module::stop_vfunc | ( | ) | [protected, pure virtual] |