#include <Placement.h>
Public Slots | |
| void | slotPlacementChanged (const QVariant &, bool, bool) |
Signals | |
| void | placementChanged (const QVariant &, bool, bool) |
Public Member Functions | |
| bool | accept () |
| is called by the framework if the dialog is accepted (Ok) | |
| void | clicked (int id) |
| is called by the framework if a button is clicked which has no accept or reject role | |
| QDialogButtonBox::StandardButtons | getStandardButtons () const |
| tells the framework which buttons whisched for the dialog | |
| bool | reject () |
| is called by the framework if the dialog is rejected (Cancel) | |
| void | setPlacement (const Base::Placement &) |
| void | setPropertyName (const QString &) |
| TaskPlacement () | |
| ~TaskPlacement () | |
Definition at line 94 of file Gui/Placement.h.
| TaskPlacement::TaskPlacement | ( | ) |
Definition at line 397 of file Gui/Placement.cpp.
References draftlibs::fcgeo::connect(), Gui::TaskView::TaskDialog::Content, iisTaskBox::groupLayout(), placementChanged(), Gui::TaskView::TaskDialog::setButtonPosition(), Gui::Dialog::Placement::showDefaultButtons(), slotPlacementChanged(), and Gui::TaskView::TaskDialog::South.
| TaskPlacement::~TaskPlacement | ( | ) |
Definition at line 410 of file Gui/Placement.cpp.
| bool TaskPlacement::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 437 of file Gui/Placement.cpp.
References Gui::Dialog::Placement::accept().
| void TaskPlacement::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 449 of file Gui/Placement.cpp.
| QDialogButtonBox::StandardButtons TaskPlacement::getStandardButtons | ( | void | ) | const [virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 420 of file Gui/Placement.cpp.
| void Gui::Dialog::TaskPlacement::placementChanged | ( | const QVariant & | , | |
| bool | , | |||
| bool | ||||
| ) | [signal] |
Referenced by slotPlacementChanged(), and TaskPlacement().
| bool TaskPlacement::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 443 of file Gui/Placement.cpp.
References Gui::Dialog::Placement::reject().
| void TaskPlacement::setPlacement | ( | const Base::Placement & | p | ) |
Definition at line 427 of file Gui/Placement.cpp.
References Gui::Dialog::Placement::setPlacement().
Referenced by StdCmdPlacement::activated().
| void TaskPlacement::setPropertyName | ( | const QString & | name | ) |
Definition at line 415 of file Gui/Placement.cpp.
| void TaskPlacement::slotPlacementChanged | ( | const QVariant & | p, | |
| bool | incr, | |||
| bool | data | |||
| ) | [slot] |
Definition at line 432 of file Gui/Placement.cpp.
References placementChanged().
Referenced by TaskPlacement().
1.6.1