Static Public Member Functions |
| static DtNavigationWidget * | create (QWidget *parent, const Qt::WindowFlags &flags) |
| | Creates an instance of this class. Used in factory create methods.
|
Public Attributes |
| Ui::QtNavigationWidgetUi | myUiImpl |
Constructor & Destructor Documentation
| DtNavigationWidget::DtNavigationWidget |
( |
QWidget * |
parent = NULL, |
|
|
const Qt::WindowFlags & |
= 0 |
|
) |
| |
| virtual DtNavigationWidget::~DtNavigationWidget |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual bool DtNavigationWidget::init |
( |
| ) |
|
|
virtual |
| virtual void DtNavigationWidget::setUseAccelerators |
( |
bool |
b | ) |
|
|
virtual |
This call will turn on/off accelerators for this widget.
Turn off if some other widget will implement accelerators (such as a navigation menu). By default accelerators are used
Creates an instance of this class. Used in factory create methods.
| virtual void DtNavigationWidget::setZoomToExtents |
( |
bool |
b | ) |
|
|
virtual |
Sets whether or not the "global" button shows zooming to global view or extents.
| virtual bool DtNavigationWidget::zoomToExtents |
( |
| ) |
const |
|
virtual |
| virtual void DtNavigationWidget::setRightToLeft |
( |
bool |
b = true | ) |
|
|
virtual |
If this is true, will setup the layout to prevent the controls from being layed out incorrectly for right to left languages.
This basically means that the layout will be fixed for the buttons (not able to be resized).
| void DtNavigationWidget::zoomToExtentsChanged |
( |
bool |
| ) |
|
|
signal |
Sent when the status of setZoomToExtents changes.
| virtual void DtNavigationWidget::setVariable |
( |
QPushButton * |
| ) |
|
|
protectedvirtual |
| virtual void DtNavigationWidget::setFixed |
( |
QPushButton * |
, |
|
|
int |
r, |
|
|
int |
c |
|
) |
| |
|
protectedvirtual |
| virtual void DtNavigationWidget::setContinuousNavigation |
( |
bool |
b | ) |
|
|
virtualslot |
Set autoRepeat for navigation buttons (except for reset to world view)
Member Data Documentation
| Ui::QtNavigationWidgetUi DtNavigationWidget::myUiImpl |
| bool DtNavigationWidget::myZoomToExtents |
|
protected |
The documentation for this class was generated from the following file: