Gui::LocationDialog Class Referenceabstract
This is the abstract base dialog class that defines the interface for specifying a direction vector by the user. More...
#include <InputVector.h>
Public Member Functions | |
virtual Base::Vector3d | getDirection () const =0 |
Base::Vector3d | getUserDirection (bool *ok=0) const |
Protected Member Functions | |
virtual void | changeEvent (QEvent *e)=0 |
LocationDialog (QWidget *parent=0, Qt::WindowFlags fl=0) | |
virtual | ~LocationDialog () |
Detailed Description
This is the abstract base dialog class that defines the interface for specifying a direction vector by the user.
Constructor & Destructor Documentation
◆ LocationDialog()
|
protected |
◆ ~LocationDialog()
|
protectedvirtual |
Member Function Documentation
◆ changeEvent()
|
protectedpure virtual |
◆ getDirection()
|
pure virtual |
◆ getUserDirection()
Base::Vector3d LocationDialog::getUserDirection | ( | bool * | ok = 0 | ) | const |
The documentation for this class was generated from the following files:
- src/Gui/InputVector.h
- src/Gui/InputVector.cpp