tlp::CoordWidget Class Reference
Simple Coord edition widget.
More...
#include <CoordWidget.h>
List of all members.
Public Slots
- void setCoord (const tlp::Coord &coord)
- Set the Coord displayed by this widget. Emit the coordChanged signals.
Signals
Public Member Functions
Detailed Description
Simple Coord edition widget.
Constructor & Destructor Documentation
tlp::CoordWidget::CoordWidget |
( |
QWidget * |
parent = NULL |
) |
|
tlp::CoordWidget::~CoordWidget |
( |
|
) |
|
Member Function Documentation
tlp::Coord tlp::CoordWidget::coord |
( |
|
) |
const |
void tlp::CoordWidget::coordChanged |
( |
tlp::Coord |
coord |
) |
[signal] |
void tlp::CoordWidget::setCoord |
( |
const tlp::Coord & |
coord |
) |
[slot] |
Set the Coord displayed by this widget. Emit the coordChanged signals.