Computer Assited Medical Intervention Tool Kit  version 5.0
MyController Class Reference
+ 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
 
ObjectControllertheController
 

Constructor & Destructor Documentation

◆ MyController()

MyController::MyController ( QWidget *  parent = 0)

References createAndControl(), theClassCombo, theClassNames, and theController.

+ Here is the call graph for this function:

◆ ~MyController()

MyController::~MyController ( )

Member Function Documentation

◆ createAndControl

void MyController::createAndControl ( )
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:

Member Data Documentation

◆ theClassCombo

QComboBox* MyController::theClassCombo
private

Referenced by createAndControl(), and MyController().

◆ theClassNames

QStringList MyController::theClassNames
private

Referenced by createAndControl(), and MyController().

◆ theControlledObject

QObject* MyController::theControlledObject
private

Referenced by createAndControl().

◆ theController

ObjectController* MyController::theController
private

Referenced by createAndControl(), and MyController().


The documentation for this class was generated from the following file: