#include <TdkUIService.h>
Static Public Member Functions | |
Show Dialogs Related Methods | |
Methods related to showing the dialogs. | |
static void | showNewThemeWindow (TdkDlgController *parentControl) |
Shows the create theme dialog. | |
static void | showDatabaseWindow (TdkDlgController *parentControl, TdkApplication *app) |
Shows the create \ connect database dialog. | |
static void | showImportDataWindow (TdkDlgController *parentControl, const int &dbIdx) |
Shows the import data dialog. | |
static void | showImportRasterWindow (TdkDlgController *parentControl, const int &dbIdx) |
Shows the import raster dialog. | |
static void | showNewViewWindow (TdkDlgController *parentControl, const int &dbIdx) |
Shows the create view dialog. | |
static void | showProjectionWindow (TdkDlgController *parentControl) |
Shows the projection dialog. | |
static void | showVisualWindow (TdkDlgController *parentControl) |
Shows the visual default dialog. | |
static void | showConnectViewsWindow (TdkDlgController *parentControl) |
Shows the connect views dialog. |
void TdkUIService::showNewThemeWindow | ( | TdkDlgController * | parentControl | ) | [static] |
Shows the create theme dialog.
parentControl | Pointer to controller of the parent dialog. |
void TdkUIService::showDatabaseWindow | ( | TdkDlgController * | parentControl, | |
TdkApplication * | app | |||
) | [static] |
Shows the create \ connect database dialog.
parentControl | Pointer to controller of the parent dialog. | |
app | Pointer to TdkApplication. |
void TdkUIService::showImportDataWindow | ( | TdkDlgController * | parentControl, | |
const int & | dbIdx | |||
) | [static] |
Shows the import data dialog.
parentControl | Pointer to controller of the parent dialog. | |
dbIdx | Identifier of database driver on connections pool. |
void TdkUIService::showImportRasterWindow | ( | TdkDlgController * | parentControl, | |
const int & | dbIdx | |||
) | [static] |
Shows the import raster dialog.
parentControl | Pointer to controller of the parent dialog. | |
dbIdx | Identifier of database driver on connections pool. |
void TdkUIService::showNewViewWindow | ( | TdkDlgController * | parentControl, | |
const int & | dbIdx | |||
) | [static] |
Shows the create view dialog.
parentControl | Pointer to controller of the parent dialog. | |
dbIdx | Identifier of database driver on connections pool. |
void TdkUIService::showProjectionWindow | ( | TdkDlgController * | parentControl | ) | [static] |
Shows the projection dialog.
parentControl | Pointer to controller of the parent dialog. |
void TdkUIService::showVisualWindow | ( | TdkDlgController * | parentControl | ) | [static] |
Shows the visual default dialog.
parentControl | Pointer to controller of the parent dialog. |
void TdkUIService::showConnectViewsWindow | ( | TdkDlgController * | parentControl | ) | [static] |
Shows the connect views dialog.
parentControl | Pointer to controller of the parent dialog. |