#include <Libs/Widgets/ctkAxesWidget.h>
|
| QScopedPointer< ctkAxesWidgetPrivate > | d_ptr |
| |
Definition at line 34 of file ctkAxesWidget.h.
| Enumerator |
|---|
| None |
|
| Right |
|
| Left |
|
| Superior |
|
| Inferior |
|
| Anterior |
|
| Posterior |
|
Definition at line 42 of file ctkAxesWidget.h.
| ctkAxesWidget::ctkAxesWidget |
( |
QWidget * |
parent = 0 | ) |
|
| virtual ctkAxesWidget::~ctkAxesWidget |
( |
| ) |
|
|
virtual |
| bool ctkAxesWidget::autoReset |
( |
| ) |
const |
If autoReset is true, anytime the current axis is changed, the current axis is automatically reset to None. False by default.
| Axis ctkAxesWidget::currentAxis |
( |
| ) |
const |
Current selected axis. None by default.
| virtual bool ctkAxesWidget::hasHeightForWidth |
( |
| ) |
const |
|
virtualslot |
| virtual int ctkAxesWidget::heightForWidth |
( |
int |
width | ) |
const |
|
virtualslot |
| virtual QSize ctkAxesWidget::minimumSizeHint |
( |
| ) |
const |
|
virtualslot |
| void ctkAxesWidget::mouseMoveEvent |
( |
QMouseEvent * |
mouseEvent | ) |
|
|
protected |
| void ctkAxesWidget::mousePressEvent |
( |
QMouseEvent * |
mouseEvent | ) |
|
|
protected |
| void ctkAxesWidget::mouseReleaseEvent |
( |
QMouseEvent * |
mouseEvent | ) |
|
|
protected |
| void ctkAxesWidget::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
protected |
| void ctkAxesWidget::setAutoReset |
( |
bool |
reset | ) |
|
|
slot |
Set the autoReset property to None anytime the currentAxis is changed.
| void ctkAxesWidget::setCurrentAxis |
( |
Axis |
axis | ) |
|
|
slot |
Select the current axis and emit the currentAxisChanged signal if it is a new one. Warning, if autoReset is true, the currentAxis will automatically be reset to None.
| void ctkAxesWidget::setCurrentAxisToNone |
( |
| ) |
|
|
slot |
Utility slot that set the current axis to none.
| virtual QSize ctkAxesWidget::sizeHint |
( |
| ) |
const |
|
virtualslot |
| QScopedPointer<ctkAxesWidgetPrivate> ctkAxesWidget::d_ptr |
|
protected |
| bool ctkAxesWidget::autoReset |
|
readwrite |
| Axis ctkAxesWidget::currentAxis |
|
readwrite |
The documentation for this class was generated from the following file: