|
ToolHandle | tool_ |
| Handle to the underlying tool.
|
|
bool Seg3D::MeasurementToolInterface::build_widget |
( |
QFrame * |
frame | ) |
|
|
virtual |
BUILD_WIDGET: Function to create the specific tool widget: This one needs to be overloaded
Implements Seg3D::ToolWidget.
void Seg3D::MeasurementToolInterface::UpdateActiveTab |
( |
qpointer_type |
measurement_interface | ) |
|
|
static |
UPDATEACTIVETAB: Set widget values based on current active measurement state.
void Seg3D::MeasurementToolInterface::UpdateGeneralComment |
( |
qpointer_type |
measurement_interface | ) |
|
|
static |
UPDATEGENERALCOMMENT: Update comment text box in general tab based on active index. Locks: StateEngine
void Seg3D::MeasurementToolInterface::UpdateGeneralTab |
( |
qpointer_type |
measurement_interface | ) |
|
|
static |
UPDATEGENERALTAB: Update entire table including dimensions. Scroll to active index. Slower than UpdateMeasurementCells, so use only when needed. De-selects selected rows. TODO: This may be slow due to resizeColumns[Rows]ToContents – try hard-coding sizes.
void Seg3D::MeasurementToolInterface::UpdateTableActiveIndex |
( |
qpointer_type |
measurement_interface | ) |
|
|
static |
UPDATETABLEACTIVEINDEX: Update table in response to changed active index. Locks: StateEngine
void Seg3D::MeasurementToolInterface::UpdateTableCells |
( |
qpointer_type |
measurement_interface | ) |
|
|
static |
UPDATETABLECELLS: Update only table cells, not table dimensions. Does not scroll to active index.
The documentation for this class was generated from the following files: