![]() |
Computer Assited Medical Intervention Tool Kit
|
#include <ExtTypeWindow.h>
Public Slots | |
| virtual void | addParameterClicked () |
| virtual void | addTagClicked () |
| virtual void | cancelClicked () |
| virtual void | componentComboBoxChanged (QString) |
| virtual void | okClicked () |
Public Member Functions | |
| ExtTypeWindow (ExtensionWindow *dad, QString workingDirectory, ExtTypeType type) | |
| void | removeLineEdit (RemovableLineEdit *tag) |
| void | removeParameter (ParameterWidget *param) |
Protected Member Functions | |
| bool | makeActionXML () |
| bool | makeApplicationXML () |
| bool | makeComponentXML () |
| bool | makeViewerXML () |
| void | personnalizeInterface () |
Private Attributes | |
| QString | className |
| ExtensionWindow * | dad |
| QList< ParameterWidget * > | parameters |
| QList< RemovableLineEdit * > | tags |
| ExtTypeType | type |
| QString | typeStr |
| Ui_ExtTypeWindow | ui |
| QString | workingDirectory |
| ExtTypeWindow::ExtTypeWindow | ( | ExtensionWindow * | dad, |
| QString | workingDirectory, | ||
| ExtTypeType | type | ||
| ) |
References Action, Application, Component, dad, personnalizeInterface(), type, typeStr, ui, Viewer, and workingDirectory.
|
virtualslot |
References parameters, and ui.
|
virtualslot |
References dad.
Referenced by okClicked().
|
virtualslot |
References ui.
|
protected |
References Action, ExtensionWindow::addItkDependency(), dad, parameters, tags, ParameterWidget::ui, RemovableLineEdit::ui, ui, and workingDirectory.
Referenced by okClicked().
|
protected |
|
protected |
References Component, parameters, ParameterWidget::ui, ui, and workingDirectory.
Referenced by okClicked().
|
protected |
|
virtualslot |
References Action, ExtensionWindow::addExtTypeFile(), cancelClicked(), className, Component, dad, makeActionXML(), makeComponentXML(), type, typeStr, and ui.
|
protected |
References Action, Component, dad, ExtensionWindow::getExtensionClassName(), type, typeStr, and ui.
Referenced by ExtTypeWindow().
| void ExtTypeWindow::removeLineEdit | ( | RemovableLineEdit * | tag | ) |
Referenced by RemovableLineEdit::remove().
| void ExtTypeWindow::removeParameter | ( | ParameterWidget * | param | ) |
References parameters, and ui.
Referenced by ParameterWidget::removedClicked().
|
private |
Referenced by okClicked().
|
private |
Referenced by cancelClicked(), ExtTypeWindow(), makeActionXML(), okClicked(), and personnalizeInterface().
|
private |
Referenced by addParameterClicked(), makeActionXML(), makeComponentXML(), and removeParameter().
|
private |
Referenced by addTagClicked(), makeActionXML(), and removeLineEdit().
|
private |
Referenced by ExtTypeWindow(), okClicked(), and personnalizeInterface().
|
private |
Referenced by ExtTypeWindow(), okClicked(), and personnalizeInterface().
|
private |
|
private |
Referenced by ExtTypeWindow(), makeActionXML(), and makeComponentXML().
1.8.1.2