#include <DlgBooleanOperation.h>
Public Member Functions | |
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 bool | needsFullSpace () const |
TaskBooleanOperation () | |
~TaskBooleanOperation () |
Definition at line 72 of file DlgBooleanOperation.h.
TaskBooleanOperation::TaskBooleanOperation | ( | ) |
Definition at line 402 of file DlgBooleanOperation.cpp.
References Gui::BitmapFactory(), Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskBooleanOperation::~TaskBooleanOperation | ( | ) |
Definition at line 412 of file DlgBooleanOperation.cpp.
void TaskBooleanOperation::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 417 of file DlgBooleanOperation.cpp.
References PartGui::DlgBooleanOperation::accept().
virtual QDialogButtonBox::StandardButtons PartGui::TaskBooleanOperation::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 83 of file DlgBooleanOperation.h.
virtual bool PartGui::TaskBooleanOperation::isAllowedAlterDocument | ( | void | ) | const [inline, virtual] |
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 85 of file DlgBooleanOperation.h.
virtual bool PartGui::TaskBooleanOperation::needsFullSpace | ( | ) | const [inline, virtual] |
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 87 of file DlgBooleanOperation.h.