#include <Placement.h>
Signals | |
| void | directionChanged () |
| void | placementChanged (const QVariant &, bool, bool) |
Public Member Functions | |
| void | accept () |
| Base::Vector3f | getDirection () const |
| Base::Placement | getPlacement () const |
| Placement (QWidget *parent=0, Qt::WFlags fl=0) | |
| void | reject () |
| void | setPlacement (const Base::Placement &) |
| void | showDefaultButtons (bool) |
| ~Placement () | |
Protected Member Functions | |
| void | changeEvent (QEvent *e) |
Friends | |
| class | TaskPlacement |
Definition at line 38 of file Gui/Placement.h.
| Placement::Placement | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | fl = 0 | |||
| ) |
Definition at line 66 of file Gui/Placement.cpp.
References draftlibs::fcgeo::connect(), and directionChanged().
| Placement::~Placement | ( | void | ) |
Definition at line 94 of file Gui/Placement.cpp.
| void Placement::accept | ( | void | ) |
Reimplemented in Gui::Dialog::DockablePlacement.
Definition at line 216 of file Gui/Placement.cpp.
Referenced by Gui::Dialog::TaskPlacement::accept().
| void Placement::changeEvent | ( | QEvent * | e | ) | [protected, virtual] |
Implements Gui::LocationDialog.
Definition at line 350 of file Gui/Placement.cpp.
References Gui::LocationInterfaceComp< Ui >::retranslate().
| void Gui::Dialog::Placement::directionChanged | ( | ) | [signal] |
Referenced by Placement().
| Base::Vector3f Placement::getDirection | ( | ) | const [virtual] |
Implements Gui::LocationDialog.
Definition at line 264 of file Gui/Placement.cpp.
References Gui::LocationInterfaceComp< Ui >::getDirection().
| Base::Placement Placement::getPlacement | ( | void | ) | const |
Definition at line 319 of file Gui/Placement.cpp.
Referenced by CmdRobotSetDefaultOrientation::activated().
| void Gui::Dialog::Placement::placementChanged | ( | const QVariant & | , | |
| bool | , | |||
| bool | ||||
| ) | [signal] |
Referenced by reject().
| void Placement::reject | ( | void | ) |
Reimplemented in Gui::Dialog::DockablePlacement.
Definition at line 205 of file Gui/Placement.cpp.
References placementChanged().
Referenced by Gui::Dialog::TaskPlacement::reject().
| void Placement::setPlacement | ( | const Base::Placement & | p | ) |
Definition at line 269 of file Gui/Placement.cpp.
Referenced by CmdRobotSetDefaultOrientation::activated(), and Gui::Dialog::TaskPlacement::setPlacement().
| void Placement::showDefaultButtons | ( | bool | ok | ) |
Definition at line 99 of file Gui/Placement.cpp.
Referenced by Gui::Dialog::TaskPlacement::TaskPlacement().
friend class TaskPlacement [friend] |
Definition at line 79 of file Gui/Placement.h.
1.6.1