Computer Assited Medical Intervention Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Slots | Public Member Functions | Private Attributes | List of all members
DecimationWidget Class Reference

Decimate a VTK mesh (the UI). More...

#include <DecimationWidget.h>

Public Slots

virtual void on_applyButton_clicked ()
virtual void on_cancelButton_clicked ()
virtual void on_editDetailsCheckBox_toggled (bool toggled)

Public Member Functions

 DecimationWidget (Decimation *)
 Default Constructor.
void updateTargets ()
 update the target component to decimate
virtual ~DecimationWidget ()
 Destructor.

Private Attributes

DecimationmyAction
 the action using this widget
Ui::ui_DecimationWidget * ui
 Qt model designed by QtDesigner (with qt4, nor more inheritance from the ui)

Detailed Description

Decimate a VTK mesh (the UI).

Constructor & Destructor Documentation

DecimationWidget::DecimationWidget ( Decimation myAction)

Default Constructor.

References myAction, and ui.

DecimationWidget::~DecimationWidget ( )
virtual

Destructor.

References ui.

Member Function Documentation

void DecimationWidget::on_applyButton_clicked ( )
virtualslot

References Decimation::apply(), myAction, and ui.

void DecimationWidget::on_cancelButton_clicked ( )
virtualslot
void DecimationWidget::on_editDetailsCheckBox_toggled ( bool  toggled)
virtualslot

References ui.

void DecimationWidget::updateTargets ( )

update the target component to decimate

References myAction, and ui.

Referenced by Decimation::getWidget().

Member Data Documentation

Decimation* DecimationWidget::myAction
private

the action using this widget

Referenced by DecimationWidget(), on_applyButton_clicked(), and updateTargets().

Ui::ui_DecimationWidget* DecimationWidget::ui
private

Qt model designed by QtDesigner (with qt4, nor more inheritance from the ui)

Referenced by DecimationWidget(), on_applyButton_clicked(), on_editDetailsCheckBox_toggled(), updateTargets(), and ~DecimationWidget().


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