Embed the panel into a task dialog. More...
#include <RemoveComponents.h>
Public Member Functions | |
bool | accept () |
is called by the framework if the dialog is accepted (Ok) | |
void | clicked (int) |
is called by the framework if a button is clicked which has no accept or reject role | |
virtual QDialogButtonBox::StandardButtons | getStandardButtons () const |
tells the framework which buttons whisched for the dialog | |
virtual bool | isAllowedAlterDocument (void) const |
virtual void | modifyStandardButtons (QDialogButtonBox *) |
TaskRemoveComponents () | |
~TaskRemoveComponents () |
Embed the panel into a task dialog.
Definition at line 109 of file RemoveComponents.h.
TaskRemoveComponents::TaskRemoveComponents | ( | ) |
Definition at line 521 of file RemoveComponents.cpp.
References Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskRemoveComponents::~TaskRemoveComponents | ( | ) |
Definition at line 530 of file RemoveComponents.cpp.
bool TaskRemoveComponents::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 542 of file RemoveComponents.cpp.
void TaskRemoveComponents::clicked | ( | int | ) | [virtual] |
is called by the framework if a button is clicked which has no accept or reject role
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 547 of file RemoveComponents.cpp.
References MeshGui::RemoveComponents::deleteSelection(), MeshGui::RemoveComponents::invertSelection(), and MeshGui::RemoveComponents::reject().
virtual QDialogButtonBox::StandardButtons MeshGui::TaskRemoveComponents::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 121 of file RemoveComponents.h.
virtual bool MeshGui::TaskRemoveComponents::isAllowedAlterDocument | ( | void | ) | const [inline, virtual] |
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 123 of file RemoveComponents.h.
void TaskRemoveComponents::modifyStandardButtons | ( | QDialogButtonBox * | box | ) | [virtual] |
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 535 of file RemoveComponents.cpp.