All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <ImageScalingPoint.h>
Public Slots | |
| void | add (QPoint p) |
Signals | |
| void | apply () |
Public Member Functions | |
| ImageScalingPoint (QWidget *parent=0) | |
| const QList < ImageLayer::ReferencePoint > & | references () const |
| void | setReferences (const QList< ImageLayer::ReferencePoint > &ref) |
| ~ImageScalingPoint () | |
Brief description of class still missing.
Full description of class still missing
TODO: Use QTableView instead of QTableWidget
| SciFigs::ImageScalingPoint::ImageScalingPoint | ( | QWidget * | parent = 0 | ) |
Description of constructor still missing
References TRACE.
: QWidget(parent, Qt::Window)
{
TRACE;
setAttribute(Qt::WA_DeleteOnClose, true);
setupUi(this);
pointTable->setSelectionBehavior(QAbstractItemView::SelectRows);
pointTable->setSelectionMode(QAbstractItemView::SingleSelection);
pointTable->setEditTriggers(QAbstractItemView::AllEditTriggers);
pointTable->horizontalHeader()->setResizeMode(3, QHeaderView::Stretch);
Settings::columnWidth(pointTable, "ImageScalingPoint");
Settings::getWidget(this);
}
| void SciFigs::ImageScalingPoint::add | ( | QPoint | p | ) | [slot] |
| void SciFigs::ImageScalingPoint::apply | ( | ) | [signal] |
| const QList<ImageLayer::ReferencePoint>& SciFigs::ImageScalingPoint::references | ( | ) | const [inline] |
{return _references;}
| void SciFigs::ImageScalingPoint::setReferences | ( | const QList< ImageLayer::ReferencePoint > & | ref | ) |