#include <Mirroring.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 |
virtual bool | needsFullSpace () const |
TaskMirroring () | |
~TaskMirroring () |
Definition at line 58 of file Mirroring.h.
TaskMirroring::TaskMirroring | ( | ) |
Definition at line 181 of file Mirroring.cpp.
References Gui::BitmapFactory(), Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskMirroring::~TaskMirroring | ( | ) |
Definition at line 191 of file Mirroring.cpp.
bool TaskMirroring::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 196 of file Mirroring.cpp.
References PartGui::Mirroring::accept().
virtual QDialogButtonBox::StandardButtons PartGui::TaskMirroring::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 69 of file Mirroring.h.
virtual bool PartGui::TaskMirroring::isAllowedAlterDocument | ( | void | ) | const [inline, virtual] |
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 71 of file Mirroring.h.
virtual bool PartGui::TaskMirroring::needsFullSpace | ( | ) | const [inline, virtual] |
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 73 of file Mirroring.h.