This template class is a subclass of LocationDialog using LocationInterfaceComp which implements the pure virtual method directionActivated(). More...
#include <InputVector.h>
Public Member Functions | |
Base::Vector3f | getDirection () const |
LocationDialogComp (QWidget *parent=0, Qt::WFlags fl=0) | |
virtual | ~LocationDialogComp () |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Protected Attributes | |
LocationInterfaceComp< Ui > | ui |
This template class is a subclass of LocationDialog using LocationInterfaceComp which implements the pure virtual method directionActivated().
Other dialog-based classes can directly inherit from this class if the location-interface is required. But note, in this case the ui_-header file needs to be included. If this should be avoided the class LocationInterfaceComp must be used instead of whereas the Ui_-class can be forward declared.
Definition at line 313 of file InputVector.h.
Gui::LocationDialogComp< Ui >::LocationDialogComp | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) | [inline] |
Definition at line 316 of file InputVector.h.
virtual Gui::LocationDialogComp< Ui >::~LocationDialogComp | ( | ) | [inline, virtual] |
Definition at line 320 of file InputVector.h.
void Gui::LocationDialogComp< Ui >::changeEvent | ( | QEvent * | e | ) | [inline, protected, virtual] |
Implements Gui::LocationDialog.
Definition at line 331 of file InputVector.h.
Referenced by Gui::LocationDialogComp< Ui_DlgPrimitives >::changeEvent().
Base::Vector3f Gui::LocationDialogComp< Ui >::getDirection | ( | ) | const [inline, virtual] |
Implements Gui::LocationDialog.
Definition at line 325 of file InputVector.h.
LocationInterfaceComp<Ui> Gui::LocationDialogComp< Ui >::ui [protected] |
Definition at line 348 of file InputVector.h.
Referenced by Gui::LocationDialogComp< Ui_DlgPrimitives >::changeEvent(), and Gui::LocationDialogComp< Ui_DlgPrimitives >::getDirection().