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