Inheritance diagram for MyController:
Collaboration diagram for MyController:Public Member Functions | |
| MyController (QWidget *parent=0) | |
| ~MyController () | |
Private Slots | |
| void | createAndControl () |
Private Attributes | |
| QComboBox * | theClassCombo |
| QStringList | theClassNames |
| QObject * | theControlledObject |
| ObjectController * | theController |
| MyController::MyController | ( | QWidget * | parent = 0 | ) |
References createAndControl(), theClassCombo, theClassNames, and theController.
Here is the call graph for this function:| MyController::~MyController | ( | ) |
|
privateslot |
References ObjectController::setObject(), theClassCombo, theClassNames, theControlledObject, and theController.
Referenced by MyController().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Referenced by createAndControl(), and MyController().
|
private |
Referenced by createAndControl(), and MyController().
|
private |
Referenced by createAndControl().
|
private |
Referenced by createAndControl(), and MyController().