#define SF_DECL_IFACE(InterfaceType, ParamType, FuncName)
Declares a public static function in the class where it is used. Where: InterfaceType: Global typenam...
Definition TClassRegistration.h:71
Dialog containing multiple property pages.
Definition qt/PropertySheetDialog.h:14
Base class for the interface.
Definition StorageInterface.h:18
bool initialize()
Initializes the implementation for operation. Calls doInitialize.
virtual void addPropertyPages(PropertySheetDialog *sheet)
virtual ~StorageInterface()
Virtual destructor for derived classes.
virtual bool doInitialize(bool init)
Must be overridden by a derived class. Should check the hardware configuration.
Definition StorageInterface.h:65
bool uinitialize()
Uninitializes the implementation. Calls doInitialize.
StorageInterface(const Parameters &)
Constructor for passing general structure for derived classes.
Definition Application.h:10
class _MISC_CLASS PropertySheetDialog
Definition gen/PropertySheetDialog.h:18
#define _STO_CLASS
Definition sto/iface/global.h:35
Definition StorageInterface.h:21
Parameters(int mode)
Definition StorageInterface.h:22
int _mode
Definition StorageInterface.h:26