Embed the panel into a task dialog. More...
#include <TaskDialog.h>
Public Member Functions | |
bool | accept () |
is called by the framework if the dialog is accepted (Ok) | |
virtual QDialogButtonBox::StandardButtons | getStandardButtons () const |
tells the framework which buttons whisched for the dialog | |
virtual bool | isAllowedAlterDocument (void) const |
TaskProjection () | |
~TaskProjection () |
Embed the panel into a task dialog.
Definition at line 39 of file Mod/Drawing/Gui/TaskDialog.h.
TaskProjection::TaskProjection | ( | ) |
Definition at line 45 of file Mod/Drawing/Gui/TaskDialog.cpp.
References Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskProjection::~TaskProjection | ( | ) |
Definition at line 80 of file Mod/Drawing/Gui/TaskDialog.cpp.
bool TaskProjection::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 85 of file Mod/Drawing/Gui/TaskDialog.cpp.
References Gui::Command::commitCommand(), Gui::Command::Doc, Gui::Command::doCommand(), Gui::Document::getActiveView(), Gui::View3DInventor::getClassTypeId(), Gui::View3DInventorViewer::getNearPlane(), Gui::Application::Instance, Base::BaseClass::isDerivedFrom(), Gui::Command::openCommand(), Gui::Selection(), Gui::Command::updateActive(), MovieTool::x, and MovieTool::y.
virtual QDialogButtonBox::StandardButtons DrawingGui::TaskProjection::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 50 of file Mod/Drawing/Gui/TaskDialog.h.
virtual bool DrawingGui::TaskProjection::isAllowedAlterDocument | ( | void | ) | const [inline, virtual] |
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 52 of file Mod/Drawing/Gui/TaskDialog.h.