![]() |
Carousel
|
Generic class for the dialog factory. More...
#include <IDialogService.h>
Inherits IDialogConstructor.
Public Member Functions | |
void * | create (void *dlgModel, QWidget *mainWindow) |
void | injectServiceLocator (IServiceLocator *locator) |
Generic class for the dialog factory.
|
inlinevirtual |
Returns new instance of the dialog, and initializes it with parent window (for the default location) and dlgModel.
Implements IDialogConstructor.
|
inlinevirtual |
Sets a locator wich will be set to the model during dialog creation.
Implements IDialogConstructor.