Base class for the interface.
More...
#include <StorageInterface.h>
|
virtual bool | doInitialize (bool init) |
| Must be overridden by a derived class. Should check the hardware configuration.
|
|
Base class for the interface.
◆ StorageInterface()
sf::StorageInterface::StorageInterface |
( |
const Parameters & |
| ) |
|
|
explicit |
Constructor for passing general structure for derived classes.
◆ ~StorageInterface()
virtual sf::StorageInterface::~StorageInterface |
( |
| ) |
|
|
virtual |
Virtual destructor for derived classes.
◆ addPropertyPages()
Adds controller specific property pages to the passed sheet.
- Parameters
-
◆ doInitialize()
virtual bool sf::StorageInterface::doInitialize |
( |
bool |
init | ) |
|
|
inlineprotectedvirtual |
Must be overridden by a derived class. Should check the hardware configuration.
- Parameters
-
init | True when initializing. |
- Returns
- True on success.
◆ initialize()
bool sf::StorageInterface::initialize |
( |
| ) |
|
Initializes the implementation for operation. Calls doInitialize.
- Returns
- True on success.
◆ uinitialize()
bool sf::StorageInterface::uinitialize |
( |
| ) |
|
Uninitializes the implementation. Calls doInitialize.
- Returns
- True on success.
The documentation for this class was generated from the following file: