TdkUIService Class Reference
[The Services Module]

Defines the TdkUIService class. This class defines service that controls the behavior of the windows. All methods are static and, basically, are responsible to show a specific dialog. More...

#include <TdkUIService.h>

List of all members.

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.


Detailed Description

Defines the TdkUIService class. This class defines service that controls the behavior of the windows. All methods are static and, basically, are responsible to show a specific dialog.


Member Function Documentation

void TdkUIService::showNewThemeWindow ( TdkDlgController parentControl  )  [static]

Shows the create theme dialog.

Parameters:
parentControl Pointer to controller of the parent dialog.

void TdkUIService::showDatabaseWindow ( TdkDlgController parentControl,
TdkApplication app 
) [static]

Shows the create \ connect database dialog.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
parentControl Pointer to controller of the parent dialog.

void TdkUIService::showVisualWindow ( TdkDlgController parentControl  )  [static]

Shows the visual default dialog.

Parameters:
parentControl Pointer to controller of the parent dialog.

void TdkUIService::showConnectViewsWindow ( TdkDlgController parentControl  )  [static]

Shows the connect views dialog.

Parameters:
parentControl Pointer to controller of the parent dialog.


The documentation for this class was generated from the following files:
Generated on Fri Jun 15 16:54:59 2007 for TDK by  doxygen 1.5.2