#include <TdkVisualDlgController.h>
Inheritance diagram for TdkVisualDlgController:
Public Member Functions | |
Constructor and Destructor Methods | |
Methods related to instantiation and destruction. | |
TdkVisualDlgController (TdkVisualDlg *dlg) | |
Constructor. | |
virtual | ~TdkVisualDlgController () |
Virtual destructor. | |
Behavioral Methods | |
Methods related connect database dialog behavior. | |
virtual void | setInitialState () |
Sets the initial state of the dialog. | |
virtual std::string | dlgName () |
Retrieves dialog's definiton name. | |
virtual void | update (TdkSubject *changedObject) |
This method is called when the user interacts with the dialog. |
TODO: 1) 2) 3)
TdkVisualDlgController::TdkVisualDlgController | ( | TdkVisualDlg * | dlg | ) |
Constructor.
dlg | Pointer to visual configuration dialog. |
TdkVisualDlgController::~TdkVisualDlgController | ( | ) | [virtual] |
Virtual destructor.
void TdkVisualDlgController::setInitialState | ( | ) | [virtual] |
std::string TdkVisualDlgController::dlgName | ( | ) | [virtual] |
Retrieves dialog's definiton name.
Implements TdkDlgController.
void TdkVisualDlgController::update | ( | TdkSubject * | changedObject | ) | [virtual] |
This method is called when the user interacts with the dialog.
changedObject | Object that signals a change. |
Implements TdkObserver.