Embed the panel into a task dialog. More...
#include <DlgDecimating.h>
Public Member Functions | |
bool | accept () |
is called by the framework if the dialog is accepted (Ok) More... | |
virtual QDialogButtonBox::StandardButtons | getStandardButtons () const |
tells the framework which buttons are wished for the dialog More... | |
virtual bool | isAllowedAlterDocument (void) const |
TaskDecimating () | |
~TaskDecimating () | |
Public Member Functions inherited from Gui::TaskView::TaskDialog | |
virtual bool | accept () |
is called by the framework if the dialog is accepted (Ok) More... | |
virtual void | autoClosedOnTransactionChange () |
is called by the framework when the dialog is automatically closed due to changing the active transaction More... | |
ButtonPosition | buttonPosition () const |
bool | canClose () const |
virtual void | clicked (int) |
is called by the framework if a button is clicked which has no accept or reject role More... | |
virtual void | closed () |
is called by the framework when the dialog is closed More... | |
void | emitDestructionSignal () |
const std::vector< QWidget * > & | getDialogContent (void) const |
const std::string & | getDocumentName () const |
virtual QDialogButtonBox::StandardButtons | getStandardButtons (void) const |
tells the framework which buttons are wished for the dialog More... | |
virtual void | helpRequested () |
is called by the framework if the user press the help button More... | |
virtual bool | isAllowedAlterDocument (void) const |
virtual bool | isAllowedAlterSelection (void) const |
virtual bool | isAllowedAlterView (void) const |
bool | isAutoCloseOnTransactionChange () const |
bool | isEscapeButtonEnabled () const |
virtual void | modifyStandardButtons (QDialogButtonBox *) |
virtual bool | needsFullSpace () const |
virtual void | open () |
is called by the framework when the dialog is opened More... | |
virtual bool | reject () |
is called by the framework if the dialog is rejected (Cancel) More... | |
void | setAutoCloseOnTransactionChange (bool on) |
Defines whether a task dialog must be closed if the document changed the active transaction. More... | |
void | setButtonPosition (ButtonPosition p) |
void | setDocumentName (const std::string &doc) |
void | setEscapeButtonEnabled (bool on) |
Defines whether a task dialog can be rejected by pressing Esc. More... | |
TaskDialog () | |
~TaskDialog () | |
Additional Inherited Members | |
Public Types inherited from Gui::TaskView::TaskDialog | |
enum | ButtonPosition { North , South } |
Signals inherited from Gui::TaskView::TaskDialog | |
void | aboutToBeDestroyed () |
Protected Attributes inherited from Gui::TaskView::TaskDialog | |
std::vector< QWidget * > | Content |
List of TaskBoxes of that dialog. More... | |
ButtonPosition | pos |
Embed the panel into a task dialog.
TaskDecimating::TaskDecimating | ( | ) |
TaskDecimating::~TaskDecimating | ( | ) |
|
virtual |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
References Gui::SelectionSingleton::clearSelection(), Gui::Command::commitCommand(), Gui::SelectionSingleton::getObjectsOfType(), MeshGui::DlgDecimating::isAbsoluteNumber(), Gui::Command::openCommand(), draftutils.translate::QT_TRANSLATE_NOOP, MeshGui::DlgDecimating::reduction(), Gui::Selection(), MeshGui::DlgDecimating::targetNumberOfTriangles(), draftutils.utils::tolerance(), and MeshGui::DlgDecimating::tolerance().
Referenced by femexamples.examplesgui.FemExamples::clicked(), femexamples.examplesgui.FemExamples::double_clicked(), ArchComponent.ComponentTaskPanel::editObject(), and PathScripts.PathToolBitLibraryGui.ToolBitLibrary::toolEdit().
|
virtual |
tells the framework which buttons are wished for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
|
virtual |
Indicates whether this task dialog allows other commands to modify the document while it is open.
Reimplemented from Gui::TaskView::TaskDialog.